/*-----------------------------------------
메인 스타일
-------------------------------------------*/

/*------------------
 블록
--------------------*/
.block-section{
	padding: 90px 0px 90px 0px;
}
.block-section::after {
    content: "";
    height: 120px;
    width: 100%;
    display: block;
}
.grey-section{
	background: #fafafa;
}
.parallax-section{
    background-size: cover;
    background-attachment: fixed;	
	padding: 90px 0px 90px 0px;
	background-position: 50% 50%;
}

/*------------------
 헤더
--------------------*/
.main-heading h2{
	font-size: 40px;
	font-weight: 400;
	color: #424040;
	margin: 0px;
}

.main-heading h3{         
	font-size: 35px;
	font-weight: 400;
	color: #424040;
	margin: 0px;
}

.main-heading h5{
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;	
	color: #bbb;
	margin: 0px;
}

.main-heading p{
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	color: #aaa;
	margin: 25px 0px 15px 0px;
}


.main-heading-white h3{
	font-size: 35px;
	font-weight: 400;
	color: #fff;
	margin: 0px;
}

.main-heading-white h5{
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;	
	color: #fff;
	margin: 0px;
}

.main-heading-white p{
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	margin: 25px 0px 15px 0px;
}


/*------------------
 타이틀
--------------------*/
.page-title{
	padding: 70px 0px 70px 0px;
    position: relative;
    background-color: #1D9BD4;
}
.page-title h1{
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	color: #fff;
	margin: 0px;
}

.page-title ul{
	padding: 10px 0px 0px 0px;
}
.page-title ul li{
	display: inline-block;
	list-style-type: none;
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
	color: #fff;
}

.page-title ul li a{
	color: #fff;
}
.page-title ul li a:hover{
	color: #1D9BD4;
}


.page-title ul li:after{
	content: " /";
	font-size: 12px;
	color: #fff;
	padding: 0px 5px 0px 5px;
}
.page-title ul li:last-child:after{
	content: none;
}

.page-title img {
    display: none;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: 290px;
    width: 260px;
}

@media screen and (min-width:1080px) {
  .page-title img {
  display: block;
  }
}

/*------------------
 버튼
--------------------*/
.button{
	display: inline-block;
}

.button-text{
	font-size: 13px;
	font-weight: 600;	
	color: #1d9bd4;
	padding: 15px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;		
}
.button-text:hover{
	color: #444;
}

.button-simple{
	font-size: 14px;
	font-weight: 500;
	color: #fff;	
	padding: 10px 25px 10px 25px;
	border: 2px solid #1d9bd4;
	border-radius: 5px;
	background: #1d9bd4;
	text-align: center;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;		
}
.button-simple:hover{
	color: #1d9bd4;	
	background: transparent;
	text-decoration: none;
}

/*------------------
 슬라이더
--------------------*/
.custom-dot {
	display: inline-block;
	z-index: 1;
}
.custom-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #bbb;
    cursor: pointer;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;    
}
.custom-dot span:hover {
    background: #aaa;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
}
.custom-dot.active span{
    width: 10px;
    height: 10px;	
    background: #1d9bd4;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;    
}



/*-----------------------------------------
컨텐츠
-------------------------------------------*/

/*------------------
 텍스트
--------------------*/
.text-content h5{
	font-size: 15px;
	font-weight: 400;
	color: #424040;
	line-height: 27px;	
}
.text-content h4{
	font-size: 19px;
	font-weight: 400;
	color: #424040;
	line-height: 27px;	
}
.text-content h3{
	font-size: 25px;
	font-weight: 400;
	color: #424040;
	line-height: 27px;	
}
.text-content h2{
	font-size: 30px;
	font-weight: 400;
	color: #424040;
	line-height: 27px;	
}
.text-content p{
	font-size: 15px;
	font-weight: 500;
	color: #777;
	line-height: 27px;
    word-break: keep-all;
}

.primary-color{
	display: inline;
	color: #1d9bd4 !important;
    font-size: 24px !important;
}
.primary-color h5{
	color: #1d9bd4;
}
.primary-color h4{
	color: #1d9bd4;
}
.primary-color h3{
	color: #1d9bd4;
    
}
.primary-color h2{
	color: #1d9bd4;
}
.primary-color h1{
	color: #1d9bd4;
}
.primary-color h1{
	color: #1d9bd4;
}
.primary-color p{
	color: #1d9bd4;
}
.primary-color i{
	color: #1d9bd4;
}

@media (min-width: 1200px) {
    .primary-color{
        font-size: 35px !important;
    }
}

.white-color{	
	color: #fff !important;
}
.white-color h6{
	color: #fff;
}
.white-color h5{
	color: #fff;
}
.white-color h4{
	color: #fff;
}
.white-color h3{
	color: #fff;
}
.white-color h2{
	color: #fff;
}
.white-color h1{
	color: #fff;
}
.white-color h1{
	color: #fff;
}
.white-color p{
	color: #fff;
}
.white-color i{
	color: #fff;
}

.fw-300 {
 	font-weight: 300 !important;
}
.fw-400 {
 	font-weight: 400 !important;
}
.fw-500 {
 	font-weight: 500 !important;
}
.fw-600 {
  	font-weight: 600 !important;
}


.uppercase{
	text-transform: uppercase;
}



/*------------------
 이미지
--------------------*/
.image-shadow{
	border-radius: 10px;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.25);
    box-shadow: 0 0 40px rgba(0,0,0,0.25);	
}


/*------------------
 동영상
--------------------*/
.video-box{
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
	padding: 30px;
}


.video-play-icon{
	position: absolute;
	top: 50%;
	left: 50%;
    width: 100px;
    height: 100px;   
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	color: #333;
	width: 100px;
	height: 100px; 
	opacity: 0.8;
    -webkit-transform: translate3d(-45%, -45%, 0);	
	-webkit-transition-duration: .3s;
	transition-duration: .3s;    
}
/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.video-play-icon { 
         margin-left: -50px;
         margin-top: -50px;
    }
}
.video-play-icon:before{
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f04b";
}

.video-play-icon:hover{
	opacity: 1; 
}

.video-play-icon:active{
	width: 90px;
	height: 90px;
}

.video-sm{
	min-height: 350px;
}
.video-md{
	min-height: 450px;
}
.video-lg{
	min-height: 550px;
}


/*------------------
 프레임
--------------------*/
.full-width{
	width: 100%;
}
.round-frame{
	border-radius: 10px;
}


/*------------------
 그림자
--------------------*/
.light-shadow{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);	
}

.hover-shadow:hover{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}


/*------------------
 투명배경
--------------------*/
.black-transparent-bg{
	background: rgba(0,0,0, 0.3);
	padding: 15px;	
}




/*-----------------------------------------
상단 바
-------------------------------------------*/
#top-bar{
	background: #fff;
	border-bottom: 1px solid #eee;
	min-height: 50px;
}
.top-bar-info {
	padding: 0px;
}
.top-bar-info li{
	font-size: 13px;
	font-weight: 500;
	color: #777;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 16px 16px 16px 0px;
}
.top-bar-info li i{
	font-size: 15px;
	color: #1d9bd4;
	padding-right: 8px;
}

.social-icons{
	padding: 0px;
	float: right;
	margin: 0px;
}
.social-icons li{
	font-size: 14px;
	list-style-type: none;
	float: left;
	width: 50px;
	text-align: center;
	border-left: 1px solid #eee;
	margin: 0px;
	padding: 15px 10px 15px 10px;	
}
.social-icons li:last-child{
	border-right: 1px solid #eee;
}
.social-icons li a{
	color: #777;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}
.social-icons a:hover{
	color: #1d9bd4;
}




/*-----------------------------------------
네비게이션
-------------------------------------------*/
.affix {
  top: 0;
  width: 100%;
  z-index: 99999;
}

@media (max-width: 767px) {
    .affix {
        position: static;
    }
}

.navbar-nav{
	margin: 0px;
}
.navbar-header-custom{
	background: #fff;
	padding: 25px 0px 25px 0px;
}

.navbar-logo img{
	max-width: 100%;
	margin-left: 15px;
	max-height: 50px;
}
.navbar-custom{
	background: #fff;
	border: none;
	border-radius: 0px;
	padding: 0px 0px 0px 0px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(20, 20, 20, 0.05);
	-moz-box-shadow:    0px 3px 6px 0px rgba(20, 20, 20, 0.05);
	box-shadow:         0px 3px 6px 0px rgba(20, 20, 20, 0.05);
	margin-bottom: 0px;
}


.navbar-custom .navbar-links-custom li {
	padding: 25px 5px 25px 5px;
}
.navbar-custom .navbar-links-custom li a{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;	
	letter-spacing: 0.5px;
	color: #444;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;		
}
.navbar-custom .navbar-links-custom li a i{
	font-size: 9px;
	font-weight: normal;
}
.navbar-custom .navbar-links-custom li a:hover{
	color: #1d9bd4;
}
@media screen and (max-width:767px) {
	.navbar-custom .navbar-links-custom li{
	font-size: 13px;
	font-weight: bold;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
    border-bottom: 1px solid #eee;
    padding: 0px;
    margin: 0px;
	}
	.navbar-custom .navbar-links-custom li:last-child{
    	border-bottom: none;
	}
	.navbar-custom .navbar-links-custom li a{
		margin: 0px;
		padding: 15px;
	}	
}

.navbar-links-custom .dropdown ul{
	border: none;
	border-radius: 0px;
	padding: 10px;
	margin-left: 5px;
	-webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 5px 9px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 5px 9px 0px rgba(50, 50, 50, 0.15);	
}
.navbar-links-custom .dropdown ul li{
	padding: 0px;
	border:none;
}
.navbar-links-custom .dropdown ul li a{
	font-weight: 700;
	padding: 12px;
	width: 200px;
	text-transform: none;
	text-align: left;
	color: #444;
}

.navbar-links-custom .dropdown ul li a:hover{
	background: #1d9bd4;
	color: #fff !important;
}


.navbar-links-custom .dropdown .dropdown-toggle:after{
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 6px;
}

.active-link a{
	color: #1d9bd4 !important;
}

@media screen and (max-width:767px) {
	.navbar-links-custom .dropdown ul li a:hover{
		color: #1d9bd4 !important;
	}	
}


.menu-icon{
	border: none;
	background: none; 	
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}


/*-----------------------------------------
아티클
-------------------------------------------*/
.article-block{
	margin-top: 15px;
	text-align: center;
	padding: 45px;
	border: 1px solid #ececec;
	border-radius: 10px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;			
}

.article-block i{
	font-size: 60px;
	color: #666;
}
.article-block h4{
	font-size: 19px;
	font-weight: 500;
	color: #343434;
	margin-top: 35px;
}
.article-block p{
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	color: #999;
	margin-top: 20px;
	margin-bottom: 50px;
}



/*-----------------------------------------
서비스
-------------------------------------------*/
.our-services-carousel{
	margin-top: 70px;
}
.our-services{
	background: #fff;
	margin: 15px;
	margin-bottom: 50px;
	border-radius: 5px;
	border: 1px solid #ececec;
	overflow: hidden;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.our-services img{
	width: 100%;
}

.content-our-services{
	padding: 25px;
}

.content-our-services h4{
	font-size: 18px;
	font-weight: 500;
	color: #424040;	
	text-align: left;
	display: inline-block;
	margin-top: 0px;
}
.content-our-services p{
	font-size: 13px;
	font-weight: 500;
	color: #999;	
	line-height: 23px;
	text-align: left;
	margin: 0px;
	margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 5em;
}
.content-our-services a{
	font-size: 13px;
	font-weight: 600;	
	color: #1d9bd4;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;		
}
.content-our-services a:hover{
	color: #444;
}




/*-----------------------------------------
카운터
-------------------------------------------*/
.counter-section{
	margin: 0px;
}
.counter-item{
	text-align: center;
}
@media screen and (max-width:767px) {
	.counter-item{
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
.counter-item h4{
	font-size: 35px;
	font-weight: 400;
	color: #fff;
	margin: 15px;	
}
.counter-item p{
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	margin: 0px;	
}
.counter-item i{
	font-size: 55px;
	color: #fff;	
}



/*-----------------------------------------
평가
-------------------------------------------*/
.testmonials-section{
	margin-top: 70px;
}
.testmonial-item{
	margin: 45px 15px 15px 15px;
	padding: 50px;
	background: #fff;
	text-align: center;
	margin-bottom: 50px;
	border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);		
}
.testmonial-item img{
	width: 90px !important;
	height: 90px;
	border-radius: 50%;
	display: inline !important;
	margin-bottom: 0px;
	margin-top: -115px;
}

.content-testmonial-item h4{
    font-size: 20px;
    font-weight: 500;
    color: #343434;
	text-align: center;
	margin: 0px;
}
.content-testmonial-item p{
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	color: #999;
	text-align: center;
	line-height: 25px;
	margin-top: 20px;
}
.content-testmonial-item p:before{
	content: "''";
	font-weight: 100;
	font-family: FontAwesome;
	margin-right: 5px;
}
.content-testmonial-item p:after{
	content: "''";
	font-weight: 100;
	font-family: FontAwesome;
	margin-left: 5px;
}



/*-----------------------------------------
최근 프로젝트
-------------------------------------------*/
.latest-projects{
	margin-top: 30px;
}
.overlay-container{
	position: relative;
}
.project-item img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.project-item-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	border-radius: 10px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	transition: .5s ease;
}

.overlay-container:hover .project-item-overlay {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	height: 100%;
	width: 100%;	
	height: 100%;
	transition: .5s ease;
}
.project-item-overlay h4 {
	font-size: 21px;
	font-weight: 500;	
	white-space: nowrap; 
	color: white;
	position: absolute;
	overflow: hidden;
	bottom: 40px;
	left: 10%;
}
.project-item-overlay p {
	font-size: 13px;
	font-weight: 500;	
	white-space: nowrap; 
	color: white;
	position: absolute;
	overflow: hidden;
	bottom: 15px;
	left: 10%;
    white-space: nowrap; 
    width: 290px;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.isotop-button{
	font-size: 13px;
	font-weight: 600;	
	color: #bbb;
	padding: 15px 15px 15px 0px ;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;		
}
.isotop-button:after{
	content: "/";
	font-weight: 400;	
	color: #bbb;
	padding-left: 15px;
}
.isotop-button:last-child:after{
	content: none;
}

.isotop-button:hover{
	color: #424040;
}

.isotop-button:active,
.isotop-button.is-checked {
	color: #424040;
}

/*-----------------------------------------
멤버
-------------------------------------------*/
.member-frame {
  position: relative;
  width: 100%;
  margin: 0px 0px 30px 0px;
}
.member-frame img{
	width: 100%;
	border-radius: 10px;
}

.team-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgba(0,0,0,  0.8);
  border-radius: 10px;  
}

.member-frame:hover .team-overlay {
  opacity: 1;
}

.team-overlay-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.team-overlay-text a{
  color: #fff;
  font-size: 23px;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  margin-left: 10px;
  transition: .5s ease;
}

@media screen and (max-width:370px) {
  .team-overlay-text a{
  padding: 0px; 
  }
}

.team-overlay-text a:hover{
  color: #1D9BD4;
  transition: .5s ease;
}

.team-overlay-text h4{
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.team-overlay-text p{
  color: #fff;
  font-size: 16px;
  text-align: center;
}



/*-----------------------------------------
블로그형
-------------------------------------------*/
.blog-grid{
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  overflow: hidden;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;  
}
.blog-grid:hover{
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.blog-grid-img img {
  position: relative;
  width: 100%;
  transition: .3s ease;
  height: 200px;
}

.blog-grid-content {
  margin-top: 15px;  
  padding: 20px 30px 20px 30px;
}

.blog-grid-content span{
   font-size: 13px;
   font-weight: 500;
   color: #777;
}

.blog-grid-content h3{
  margin-top: 10px;
  margin-bottom: 20px;  
}
.blog-grid-content h4 a{
  color: #424040; 
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
  width: 295px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.blog-grid-content h4 a:hover{
  color: #1d9bd4; 
}


.blog-grid-content p{
  font-weight: 500;
  font-size: 14px;
  color: #777;  
  line-height: 25px;
  margin-top: 10px; 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap:break-word;
  height: 3.2em; 
}

.blog-bottom {
  font-weight: 500;
  border-top: 1px solid #eee;
  margin-top: 40px;
}

.blog-bottom a{
  display: inline-block;  
  font-size: 12px;
  color: #777;
  padding-top: 20px;
  padding-right: 15px;
}
.blog-bottom a i{
  font-size: 14px;  
  padding-right: 5px;
}
.blog-bottom a:hover{
  color: #1d9bd4;
}
.blog-bottom span {
    float: right;
    padding-top: 20px;
}


/*-----------------------------------------
블로그 리스트형
-------------------------------------------*/
.blog-image {
	position: relative;
  	width: 100%;
}
.blog-image img{
  position: relative;
  border-radius: 10px;
  width: 100%;
}

.blog-list-item{
	margin: 30px 0px 20px 0px;
}

.blog-list-item h2 a{
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
	color: #424040;
	text-decoration: none;
}
.blog-list-item h2 a:hover{
    color: #1D9BD4;
}


.blog-list-info{
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
}

.blog-list-info i{
    color: #1d9bd4; 
    font-size: 20px;
    font-weight: 500;
    margin-right: 3px;
}    

.blog-list-info span{
    font-size: 16px;
    font-weight: 500;
    color: #979797;
    margin-left: 5px;
}


.blog-list-item p{
	color: #777; 
	line-height: 24px;
	font-size: 13px;
	font-weight: 500;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-top: 20px;
}


.share{
	margin-top: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.communications-box{
    display: block;
    height: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.social-icon{
    display: inline-block;
}
.social-icon a i{
    width: 40px;
    height: 40px;
    color: #757575;
    font-size: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
    margin-right: 5px;    
    padding-top: 13px;
}
.social-icon a i:hover{
    color: #1D9BD4;
}


.blog-side-box{
  padding: 15px 0px 15px 0px;
}

.blog-side-box h4{
  font-size: 20px;
  font-weight: 500;
  color: #424040;
  border-bottom: 1px solid #eee;    
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.blog-side-box p{
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
  color: #424040;
}



.categories ul li{
    list-style-type: none;
    padding-left: 0px;
    margin-top: 15px;
}

.categories ul {
    padding-left: 0px;
    margin-top: 30px;
}

.categories ul li a{
    font-size: 16px;
    color: #676767;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; 
}
.categories ul li a:hover{
    font-size: 16px;
    color: #1d9bd4;
  
}

.categories ul li a span{
    font-size: 15px;
    color: #1d9bd4;
}


.blog-tags{
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 5px 15px 5px 15px;
    border: 2px solid #1d9bd4;
    margin-top: 5px;
    border-radius: 5px;
    background: #1d9bd4;
    text-align: center;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.blog-tags:hover, .blog-tags:focus, .blog-tags:active {
    color: #1d9bd4;
    background: transparent;
    text-decoration: none;
}

.side-news-box a{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #343434;
    text-decoration: none;
    padding: 10px 0px 10px 0px;
}

.side-news-box span{
    display: block;
    font-size: 14px;
    color: #424040;
    padding: 5px 0px 5px 0px;
}



/*-----------------------------------------
탭
-------------------------------------------*/
/*
.tabs{
	position: relative;
}

.tabs li {
	background: transparent;
	margin: 0px;
	display: inline-block;
    width: 174px;
    border-right: 1px solid #DDD;
}
.tabs li:last-child {	
    border-right: 0px;
}
.tabs li::after {
	display: none;
    width: 0px;
    content: '';
}
.tab2 {
    width: 420px !important;
}
.tab3 {
    width: 279px !important;
}

.tab4 {
    width: 208px !important;
}

.tab5 {
    width: 165px !important;
}
*/
.tabs{
	position: relative;
}
.tabs ul {
    width: 100%;
    float: left;
}

.tabs li {
	background: transparent;
	margin: 0px;
	display: inline-block;
    width: 100%;
    border-right: 1px solid #DDD;
    float: left;
}
.tabs li:last-child {	
    border-right: 0px;
}
.tabs li::after {
	display: none;
    width: 0px;
    content: '';
}
.tab2 {
    width: 50% !important;
}
.tab3 {
    width: 33.33% !important;
}

.tab4 {
    width: 25% !important;
}

.tab5 {
    width: 20% !important;
}
.tabs li a {
	color: #666;
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding: 14px 24px;
	text-decoration: none;
}
.tabs li i {
	color: #999;
	display: none;
	font-size: 40px;
	margin-bottom: 15px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;		
}

.tabs li:hover a, .tabs li:hover i {
	color: #FFF;
    background-color: #1d9bd4;
}

.active-tab a, .active-tab a i {
	color: #FFF !important;
    background-color: #1d9bd4;
}


.tab-menu{
	padding: 0px;
    border: 1px solid #DDD;
    background-color: #ECECEC;
}

@media screen and (max-width:767px) {
	.tabs li{
		font-size: 10px;
		display: block;
		border-bottom: 1px solid #DDD;
        width: 100% !important;
        margin-left: 0px;
        border-right: 0px;
	}
    .tab-menu{
        padding: 0px;
        border: 1px solid #DDD;
        border-bottom: 0px;
    }
}


/*-----------------------------------------
정책
-------------------------------------------*/

.pricing-box{
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	margin: 15px 0px 15px 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);		
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.pricing-box h4{
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	color: #343434;
	margin: 0px 0px 20px 0px;
}
.pricing-box strong{
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 43px;
	font-weight: 300;
	color: #343434;
	border-bottom: 1px solid #eee;	
	padding: 0px 0px 20px 0px;
}
.pricing-box strong sup{
	font-size: 20px;
	margin-right: 10px;
}
.pricing-box ul{
	padding: 0px;
	margin-top: 20px;
}
.pricing-box li{
	list-style-type: none;	
	font-weight: 500;
	font-size: 14px;
	color: #999;
	padding: 10px;
}

/*-----------------------------------------
파트너
-------------------------------------------*/
.partners img{
	opacity: 0.6;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	
}
.partners img:hover{
	opacity: 1;
}



/*-----------------------------------------
텍스트 타이핑
-------------------------------------------*/
.typed-cursor{
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-ms-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.typed-fade-out{
    opacity: 0;
    animation: 0;
    transition: opacity .25s;
}



/*-----------------------------------------
프로그레스 바
-------------------------------------------*/
.progress-text{
	font-size: 13px;
	font-weight: 500;
	color: #777;
	margin-bottom: 5px;	
}
.custom-progress{
	height: 5px;
	box-shadow: none;
}
.custom-bar{
	height: 5px;
	background-color: #1d9bd4;
	box-shadow: none;
}


/*-----------------------------------------
아코디언
-------------------------------------------*/
.accordion{
	box-shadow: none;
	border-color: #eee;
}
.accordion-heading{
	border-radius: 10px;
	padding: 0px;
}

.accordion-title a{	
	font-size: 14px;
	background: #FFF;
	color: #424040;
	display: block;
	padding: 10px 15px 10px 15px;
	border-radius: 10px;
}
.accordion-title a:after{	
	content: '\f107';
	font-family: FontAwesome;
	float: right;
}

.accordion-body{
	font-size: 14px;
    font-weight: 500;
    color: #777;
    line-height: 27px;	
	border: none !important;
}



/*-----------------------------------------
프리로더
-------------------------------------------*/
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
    display: table;
    text-align: center;
}
.loader {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    position: relative;
    width: 200px;
    height: 200px;
}
.loader-icon {
    width: 60px;
    height: 60px;
    border: 2px solid #1d9bd4;
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto;
}
@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}



/*-----------------------------------------
위로가기
-------------------------------------------*/
.scroll-to-top{
	font-size: 20px;  
	padding: 10px; 
	text-align:center; 
	color: #424040;
	text-decoration: none;
	position:fixed;
	bottom:80px;
	right:20px;
	display:none;
	border-radius: 50%;
	border:1px solid #eee;
	background: #fff;
	width: 50px;
	height: 50px;  
	z-index: 9999;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;   
}
.scroll-to-top i{
	color: #424040;
}

.scroll-to-top:hover{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);	
}
.scroll-to-top:visited{
	color: #424040;
	text-decoration:none;
}



/*-----------------------------------------
404페이지
-------------------------------------------*/
.styles-404{
	text-align: center;
}
.styles-404 h1{
	font-size: 100px;
	font-weight: 400;
	color: #1d9bd4;	
}
.styles-404 h2{
	font-size: 35px;
	font-weight: 400;
	color: #424040;
}

.styles-404 h5{
	font-size: 18px;
	font-weight: 400;
	color: #424040;
}



/*-----------------------------------------
연락처
-------------------------------------------*/
.contact-box{
	background: #fff;
	text-align: center;
	margin-bottom: 30px;
	padding: 70px 45px;
	border-radius: 10px;
	border:1px solid #eee;
    -webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.contact-box:hover{		
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.contact-box i{
	color: #666;
	font-size: 50px;
	margin-bottom: 30px;
}
.contact-box h4{
	font-size: 20px;
	font-weight: 500;
	color: #424040;
	margin-top: 40px;
}
.contact-box p{
	font-size: 14px;
	font-weight: 500;	
	color: #777;
	line-height: 24px;
	margin-top: 20px;	
}


/*-----------------------------------------
폼
-------------------------------------------*/
.primary-form input,.primary-form textarea{
	color: #424040;
	font-size: 14px;
	font-weight: 500;
	border-radius: 10px;
	border: 1px solid #eee;
	width: 100%;
	margin-top: 30px; 
	padding: 12px 15px 12px 15px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;    	
}
.primary-form input:focus{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.primary-form textarea{
	min-height: 150px;
}
.primary-form textarea:focus{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}


.footer-form input{
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	border: 0px;
	padding: 10px 15px 10px 15px;	
	margin-bottom: 15px;
}




/*-----------------------------------------
구글지도
-------------------------------------------*/
#map {
	height: 400px;
}




/*-----------------------------------------
풋터
-------------------------------------------*/

.footer{
	background-color: #292b33;
	padding: 60px 0px 60px 0px; 
}


.footer-heading h4{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}
@media screen and (max-width:991px) {
	.footer-heading h4{
		margin-top: 30px;
	}
}


.footer-contact ul{
	padding-left: 0px;
}
.footer-contact ul li{
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	padding-top: 20px;
}
.footer-contact ul li i{
	color: #1d9bd4;
	font-size: 18px;
	margin-right: 15px;
}
.footer-contact ul li a{
	color: #fff;
}



.footer-social-link ul{
	padding-left: 0px;
}
.footer-social-link ul li{
	display: inline-block;
}
.footer-social-link ul li a{
	font-size: 15px;
	color: #fff;
	padding: 15px;
}
.footer-social-link ul li a:hover{
	color: #1d9bd4;
}



.footer-menu ul{
	padding-left: 20px;
}
.footer-menu ul li{
	list-style-type: none;
	padding: 5px 0px 5px 0px;	
}
.footer-menu ul li a{
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.footer-menu ul li:before{
	content: "\f105";
	font-family: FontAwesome;
	font-size: 18px;
	margin-right: 10px;	
	color: #1d9bd4; 
}


.foot-cont ul {
    display: none;
}
.foot-cont h3 {
    text-align: center;
    font-size: 14px;
    color: #FFF;
    border-bottom: 0px;
    height: 35px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.foot-cont h4 {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: 100;
    color: #FFF;
    margin-top: 10px;
}
.footer-social-link {
    margin-top: 70px;
}
@media all and (min-width: 1152px) {
    .foot-cont {
        color: #FFF;
    }
    .foot-cont h3 {
        text-align: left;
        font-size: 14px;
        color: #FFF;
        border-bottom: 1px solid #FFF;
        height: 35px;
        margin-bottom: 30px;
    }
    .foot-cont h4 {
        text-align: left;
        width: 100%;
        float: left;
        font-size: 13px;
        font-weight: 100;
        color: #FFF;
        margin-top: 30px;
    }
    .foot-cont ul {
        display: block;
        padding: 0px;
        position: relative;
        width: 85%;
    }

    .foot-cont li {
        list-style: none;
        margin-right: 60px;
        margin-bottom: 10px;
        float: left;
    }
    .footer-social-link {
        position: absolute;
        bottom: 10px;
        right: 0px;
    }
    .footer .container {
        position: relative;
    }
}    
    


/*-----------------------------------------
디테일
-------------------------------------------*/
.project-detail{
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}

.project-detail-right {
	margin-left: 30px;
}

.project-detail-right h4 {
	font-size: 30px;
	font-weight: 400;
	color: #333;
	margin-top: 40px;
}


.project-detail-right ul {
	padding-left: 0px;
	margin-top: 20px;
}


.project-detail-right ul li{
	list-style-type: none;
	padding-top: 20px;
}

.project-detail-right ul li i{
	font-size: 30px;
	color: #333;
	margin-right: 25px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.project-detail-right ul li:hover i{
	color: #1D9BD4;
}

.project-detail-right ul li strong{
	color: #333;
	font-size: 16px;
}

.project-detail-right ul li span{
	font-size: 14px;
	color: #979797;
}


.project-info h4{
	color: #333;
	font-size: 30px;
	font-weight: 400;
}

.project-info p{
	color: #979797
	font-size: 15px;
	line-height: 170%;
}




/*----------------------------------------
서비스 디테일
-------------------------------------------*/
.service-category-list{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.service-category-list ul{
	margin-bottom: 0px;
	padding-left: 0px;
}

.service-category-list ul li{
	list-style-type: none;
	display: block;
	background: #f9f9f9;
}

.service-category-list ul li a{
	display: block;	
	font-size: 15px;
    font-weight: 600;
    color: #3b3b3b;
	padding: 15px 30px 15px 30px;
	border-bottom: 2px solid #fff;		    
}

.service-category-list ul li a:before{
    content: " \f105";
    font-family: FontAwesome;
    font-size: 16px;
    color: #3b3b3b;	
    padding-right: 20px;    
	-webkit-transition-duration: .3s;
	transition-duration: .3s;	    
}
.service-category-list ul li:hover a{
	background: #1d9bd4;
	color: #fff;	
}
.service-category-list ul li:hover a:before{
	color: #fff;		
}

.list-active-link a{
	background: #1d9bd4 !important;
	color: #fff !important;	
}
.list-active-link a:before{
	color: #fff !important;	
}

.single-contact{
	background: #1d9bd4;
	border-radius: 10px;
	margin-top: 40px;
	padding: 15px;
}

.single-contact h4{
	font-size: 19px;
    font-weight: 600;	
	color: #fff;
}

.single-contact p{
	font-size: 14px;
    font-weight: 600;	
	color: #fff;
	margin-top: 15px;
}

.single-contact h6{
	font-size: 18px;
    font-weight: 500;	
	color: #fff;
	margin-top: 15px;
}

.single-broucher{
	background: #fff;
	margin-top: 40px;
}

.single-broucher ul{
	padding-left: 0px;
	margin-bottom: 0px; 
}

.single-broucher ul li{
	list-style-type: none;	
	margin-top: 10px;		
}

.single-broucher ul li a{
	display: block;
	color: #3b3b3b;
	font-size: 15px;
	font-weight: 600;
	background: #fff;
	border-radius: 10px;
	border: 1.5px solid #efefef;
	padding: 15px;		
}

.single-broucher ul li a i{
	font-weight: 500;
	margin-right: 10px;
}
.single-broucher ul li a:hover{
	color: #fff;
	background: #1d9bd4;	
}


.services-img{
	border-radius: 10px;
}

.detail-heading h3{
	font-size: 22px;
	font-weight: 500;
	color: #3b3b3b;
	text-align: left;	
	margin: 40px 0px 20px 0px;	
}

.service-box{
	background: #fff;
	text-align: center;
	margin-bottom: 30px;
	padding: 50px 40px;
	border-radius: 10px;
	border:1px solid #eee;
    -webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.service-box:hover{		
	box-shadow: 10px 5px 90px 0px rgba(26, 38, 74, 0.13);
}

.service-box i{
	color: #1d9bd4;
	font-size: 45px;
	margin-bottom: 30px;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.service-box:hover i{
	color: #333;
}

.service-box h4{
	font-size: 18px;
	font-weight: 500;
	color: #424040;
	margin-top: 20px;
}
.service-box .title {
    font-size: 20px;
	font-weight: 500;
	color: #1d9bd4;
	margin-top: 0px;
}

.service-box p{
	font-size: 14px;
	font-weight: 500;	
	color: #979797;
	line-height: 170%;
	margin-top: 15px;
    word-break: keep-all;
}
.service-box p b {
    font-size: 16px;
	font-weight: 500;	
	color: #1d9bd4;
	line-height: 170%;
	margin-top: 15px;
}

.services-grid{
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	margin: 20px 0px 20px 0px;
}


.ai-box {
    background-color: #1d9bd4; 
    padding: 10px 40px;
}
.ai-box h3 {
    color: #FFF;
    font-size: 20px;
    margin-top: 10px;
}



/*----------------------------------------
블로그 포스트타입
-------------------------------------------*/
.blog-image {
	position: relative;
  	width: 100%;
}
.blog-image img{
  position: relative;
  border-radius: 10px;
  width: 100%;
}

.blog-post-item h2 a{
	display: inline-block;
  font-size: 30px;
	font-weight: 400;
	color: #424040;
	text-decoration: none;
}
.blog-post-item h2 a:hover{
    color: #1D9BD4;
}

.blog-post-item p{
	color: #777; 
  line-height: 24px;
	font-size: 13px;
  font-weight: 500;
	margin-top: 20px;
}

.blog-post-item blockquote{
    background: #fff;
    border-left: 5px solid #1d9bd4;
    margin: 25px 0px 25px 20px;
    padding: 15px;
}
.blog-post-item blockquote p{
    font-size: 13px;
    font-weight: 500;
    color: #424040;
    line-height: 170%;
    margin: 0;
}


.communications-box{
    display: block;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.social-icon{
    display: inline-block;
}
.social-icon a i{
    width: 40px;
    height: 40px;
    color: #757575;
    font-size: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
    margin-right: 5px;    
    padding-top: 13px;
}
.social-icon a i:hover{
    color: #1D9BD4;
}


.blog-side-box{
  padding: 15px 0px 15px 0px;
}
.blog-side-box h4{
  font-size: 20px;
  font-weight: 500;
  color: #424040;
  border-bottom: 1px solid #eee;    
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.blog-side-box p{
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
  color: #424040;
}

.blog-tags{
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 5px 15px 5px 15px;
    border: 2px solid #1d9bd4;
    margin-top: 5px;
    border-radius: 5px;
    background: #1d9bd4;
    text-align: center;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.blog-tags:hover, .blog-tags:focus, .blog-tags:active {
    color: #1d9bd4;
    background: transparent;
    text-decoration: none;
}

.side-news-box a{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #343434;
    text-decoration: none;
    padding: 10px 0px 10px 0px;
}

.side-news-box span{
    display: block;
    font-size: 14px;
    color: #424040;
    padding: 5px 0px 5px 0px;
}

.organization {
    display: block;
    margin: 0 auto;
}
.organization-p {
    margin: 0px !important;
}

.tab-list {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 20px 0px;

}
.tab-list li {
    width: 50%; 
    float: left;
    border: 0px;
    margin: 0px;
    margin-bottom: 10px;
    color: #1d9bd4;
    
}

.detail-list {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 20px 0px;
    list-style: none;
    
}

.detail-list li {
    width: 50%; 
    float: left;
    border: 0px;
    margin: 0px;
    margin-bottom: 10px;
    color: #1d9bd4;
    list-style: none;
    
}

.bl {
    color: #1d9bd4 !important;
    margin-bottom: 5px !important;
    font-weight: 600 !important;
}


.blog-post-item table { 
    width: 100%;
}
.blog-post-item table thead tr th, .blog-post-item table tbody tr td {
    padding: 15px 10px !important;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
}
.blog-post-item table thead tr:first-child {
    border-top: 2px solid #1d9bd4;
}
.blog-post-item table thead tr .title {
    width: 80px;
}
.blog-post-item table tbody tr td b {
    color: #1d9bd4;
    font-size: 13px;
}
.blog-post-item table tbody tr td img {
    margin-bottom: 10px;
}
.btn-list {
    background-color: #1d9bd4;
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    margin-top: 10px;
    float: right;
}

.va-table {
    border: 1px solid #DDD;
}

.va-table thead {
    background-color: #1d9bd4;
    color: #FFF;
    text-align: center;
}

.va-table thead th, .va-table tr td {
    text-align: center;
    border-right: 1px solid #DDD;
    vertical-align: middle !important;
}


/*----------------------------------------
헤더 수정
-------------------------------------------*/
#top-bar {
    display: none;
}
.head-margin {
    width: 100%;
    height: 100px;
    background-color: #FFF;
}
.affix {
    background-color: rgba(255,255,255,0.9) !important;
    border-bottom: 1px solid #EEE;
}
.navbar-custom {
    position: absolute !important;
    background: transparent;  
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    box-shadow: none;
}
.navbar-header-custom {
    background-color: #FFF;   
}
.navbar-custom .navbar-links-custom li a {
    font-size: 16px;
}
.navbar-links-custom .dropdown ul li a:hover {
    background: transparent;
}

.navbar-links-custom .dropdown ul li:hover {
    color: #1d9bd4 !important;
}
.navbar-links-custom .dropdown ul li:hover a {
    color: #1d9bd4 !important;
}

.dropdown-menu {
    background: transparent;
    box-shadow: none !important;
}
.navbar-links-custom .dropdown ul li a {
    width: 120px;
    font-size: 12px !important;
    padding: 5px 12px;
}

.sub-menu {
    display: none;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: 100;
    background-color: rgba(255,255,255,0.9);
}
.sub-menu:hover {
    display: block;
}

.navbar-collapse {
    background-color: #FFF;
}
.dropdown {
    overflow: hidden;
}
.dropdown ul {
    display: none;
}
.open ul {
    display: block;
}

/* 드롭다운 삭제 */
.navbar-links-custom .dropdown .dropdown-toggle:after {
    display: none;
}

@media (min-width: 768px) {
    .navbar-header-custom {
        background-color: transparent;
    }
    .navbar-collapse {
        background: transparent;
    }
    .navbar-custom {
        background-color: rgba( 255, 255, 255, 0.45);
    }
    .dropdown {
        overflow: visible;
    }
}
