
:root{
    --point-color:#125fad;
}

@font-face{
    font-family:'NotoSansKR-Thin';
    src: url('../fonts/NotoSansKR-Thin.woff');
    
    font-family:'NotoSansKR-SemiBold';
    src: url('../fonts/NotoSansKR-SemiBold.woff');
    
    font-family:'NotoSansKR-Regular';
    src: url('../fonts/NotoSansKR-Regular.woff');
    
    font-family:'NotoSansKR-Medium';
    src: url('../fonts/NotoSansKR-Medium.woff');
    
    font-family:'NotoSansKR-Light';
    src: url('../fonts/NotoSansKR-Light.woff');
    
    font-family:'NotoSansKR-ExtraLight';
    src: url('../fonts/NotoSansKR-ExtraLight.woff');
    
    font-family:'NotoSansKR-ExtraBold';
    src: url('../fonts/NotoSansKR-ExtraBold.woff');
    
    font-family:'NotoSansKR-Bold';
    src: url('../fonts/NotoSansKR-Bold.woff');
    
    font-family:'NotoSansKR-Black';
    src: url('../fonts/NotoSansKR-Black.woff');    
}

.pt80{
    padding-top:80px;
}

.pb80{
    padding-bottom:80px;
}

.mt20{
    margin-top:20px;
}

.mt40{
    margin-top:40px;
}

.mt80{
    margin-top:80px;
}

.mt100{
    margin-top:100px;
}

.mb10{
    margin-bottom:10px;
}

.mb20{
    margin-bottom:20px;
}

.mb30{
    margin-bottom:30px;
}

.mb40{
    margin-bottom:40px;
}

.mb50{
    margin-bottom:50px;
}

.mb60{
    margin-bottom:60px;
}

.mb70{
    margin-bottom:70px;
}

.mb80{
    margin-bottom:80px;
}

.mb90{
    margin-bottom:90px;
}

.mb100{
    margin-bottom:100px;
}

.item_link_text p {
    font-size: 18px;
	color: rgb(101, 101, 101);
	line-height: 25px;
}

.nav>li>a {
	position: relative;
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}

@media only screen and (max-width: 768px){ 	
	    
    #bo_v_file ul li span{
		display: contents;
		word-break: break-all;
	}
    
}


@media only screen and (min-width: 769px) and (max-width: 1200px){	
	
	.navbar-header {
		float: left;
		padding: 0px;
		text-align: center;
		width: 100%;
	}	
    
	.navbar-right{
		float:left !important;
		margin-left:50px;
	}
}



@media only screen and (min-width: 1201px) {
	
}

#container_wr, #ft_wr, #gnb .gnb_wrap, #hd_pop, #hd_wrapper, #tnb ul{
    width:100%;
}

#hd_pop{
    z-index:1000;
    position:relative;
    margin:0 auto;
    height:0;
}

#hd_pop h2{
    position:absolute;
    font-size:0;
    line-height:0;
    overflow:hidden;
}

.hd_pops{
    position:absolute;
    border:1px solid #e9e9e9;
    background:#fff;
}

.hd_pops img{
    max-width:100%;
}

.hd_pops_footer{
    padding:0;
    background:#000;
    color:#fff;
    text-align:left;
    position:relative;
}

.hd_pops_footer:after{
    display:block;
    visibility:hidden;
    clear:both;
    content:"";
}

.hd_pops_footer button{
    padding:10px;
    border:0;
    color:#fff;
}

.hd_pops_footer .hd_pops_reject{
    background:#000;
    text-align:left;
}

.hd_pops_footer .hd_pops_close{
    background:#393939;
    position:absolute;
    top:0;
    right:0;
}

#bo_v_con img {
    margin-bottom:25px; 
    max-width:100%;
    height:auto;
}

#bo_v_file h2{
	font-size:14px;
	font-weight:bold;
}


.slick-slide, .slick-slide::before, .caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-slider {
  position: relative;
  width: 100%;

  min-height: 8vw;

  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-slide {
  position: relative;

}

.slick-slide::before {
  background-color: #000;
  opacity: .3;
  z-index: 1;
}

.slick-slide figure {
  position: relative;
  height: 100%;
}

.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.slick-slide .slide-image.show {
  opacity: 1;
}

.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}

.slick-slide .slide-media {
    -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active {
    z-index: 1;
}

.slick-slide.slick-active .slide-media {
    -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active .caption {
    opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slick-dots{
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 10;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li.slick-active button:before{
  font-size:15px;
  color:blue;
}

.slick-dots {
  text-align: center;
  padding-top: 15px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}

.slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .4;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover {
  opacity: 1;
}

.slick-dots li.slick-active button {
  border-color: #2d3042;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}

.main-slider .slide_wrap .slide_txt{
    position:absolute; 
    left:50%; 
    top:50%; 
    transform:translate(-50% , -50%); 
    font-size:50px; 
    line-height:1.8; 
    font-weight:bold; 
    color:red; 
    text-align:center; 
    z-index:900;
}

@media only screen and (max-width: 768px){ 
	.caption {
	  position: absolute;
	  width:100%;
	  top: 44%;
	  /*left: 5%;*/
	  text-align: center;
	  padding: 20px;
	  color: #fff;
	  margin: 0;
	  font-size: 17px;
	  font-weight: bold;
	  letter-spacing: .02em;
	  opacity: 0;
	  z-index: 1;
	}
    
	.caption i{
        font-size:19px;
    }
    
	.small-text{
        font-size:12px;
    }

	.main-slider .image {
        height: 90vh !important;
    }	
    
	.slick-slide::before {
		background-color: #f7f7f700;
		opacity: .3;
		z-index: 1;
	}  

	#slide-navbar {
		width: 280px;
		height: 100%;
		max-height: 100%;
		position: fixed;
		top: 0;
		left: 0px;
		z-index: 999;
		background: #111;
	}
    
	.navi-content{
		background: #111;
		overflow-y: auto;
		position: relative;
		width: 280px;
		height: 100%;
		max-height: 100%;
	}

	.menu-overlay {
		display: none;
		background-color: #000;
		bottom: 0;
		left: 0;
		opacity: 0.5;
		filter: alpha(opacity=50);	
		position: fixed;
		right: 0;
		top: 0;
		z-index: 49;
	}

	.navbar-nav{
		width:280px;
		margin: 0px;
	}    

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
		background-color: #4a4848;
		height: 42px;
		border-bottom: 1px solid #2b2b2b;
		padding-top: 10px;
	}
    
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent;
		height: 42px;
		border-bottom: 1px solid #2b2b2b;
		padding-top: 10px;
	}

	.mobile-nav{
		position: relative;
		background: #454545;
		padding: 3px;
	}
    
	.mobile-close{
		position: absolute;
		top: 7px;
		right: 15px;
		color: #fff;
		font-size: 26px;
		cursor: pointer;
	}   
    
	.mobile-icon{
		float: left;
		text-align: center;
		width: 30%;
		margin: 4px;
		/* height: 60px; */
		color: #fff;
		border: 1px solid #807e7e;
		background: #4c4b4b;
		padding: 7px;
		cursor: pointer;
	}

	.navbar-nav .open .new-menu-1 {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-left: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px){
    
	.caption {
	  position: absolute;
	  width:100%;
	  top: 44%;
	  /*left: 5%;*/
	  text-align: center;
	  padding: 20px;
	  color: #fff;
	  margin: 0;
	  font-size: 17px;
	  font-weight: bold;
	  letter-spacing: .02em;
	  opacity: 0;
	  z-index: 1;
	}
    
	.caption i{
        font-size:19px;
    }
    
	.small-text{
        font-size:12px;
    }

	.main-slider {
        height: 90vh !important;
    }
    
	.main-slider .slick-slide {
        height: 90vh !important;
    }    
    
	.slick-slide::before {
		background-color: #f7f7f700;
		opacity: .3;
		z-index: 1;
	}
    
	.navbar-header {
		float: left;
		padding: 0px;
		text-align: center;
		width: 100%;
	}   
    
	.navbar-right{
		float:left !important;
		margin-left:50px;
	}   
    
	.mobile-sns{
        display: none;
    }
    
}


@media only screen and (min-width: 1201px) {

	.main-slider {
        height: 90vh !important;
    }
    
	.main-slider .slick-slide {
        height: 90vh !important;
    }

	.caption {
	  position: absolute;
	  width:100%;
	  top: 44%;
	
	  text-align: center;
	  padding: 20px;
	  color: #fff;
	  margin: 0;
	  font-size: 40px;
	  font-weight: bold;
	  letter-spacing: .02em;
	  opacity: 0;
	  z-index: 1;
	}
	
	.mobile-sns{
        display: none;
    }
	
}

#btn-top {
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #333;
    color: #333;
    text-align: center;
    font-size: 15px;
    z-index: 90;
    background: rgba(255,255,255,0.5);
    border-radius:50%;
}

#btn-top:hover {
    border-color: var(--point-color);
    background: var(--point-color);
    color: #fff;
}

.top_btn1{
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 0px;
    /*color: #333;*/
    text-align: center;
    font-size: 15px;
    z-index: 90;
    background: transparent;
    border-radius:50%;
}

#top_btn2{
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 0px;
    /*color: #333;*/
    text-align: center;
    font-size: 15px;
    z-index: 90;
    background: transparent;
    border-radius:50%;
}


.top_btn3{
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 0px;
    /*color: #333;*/
    text-align: center;
    font-size: 15px;
    z-index: 90;
    background: transparent;
    border-radius:50%;
}

.agree {
	border: 1px solid #cccccc;
	overflow-y: scroll;
	height: 100px;
	overflow-x: hidden;
	font-size: 12px;
}

.img-responsive{
    width:100%;
    max-width:100%;
}

.imgr{
    width:100%;max-width:100%;
}


.top-bar{
    border-bottom:1px solid #e1e1e1;
}

.sub-menus select{
    background-color:#fff;
    color:#666;
    padding:12px;
    width:100%;
    height: 60px;
    border:none;
    border-right: 1px solid #e1e1e1;
    font-size:14px;
    -webkit-appearance:button;
    appearance:button;   
}

.sub-menus::before{
    content:"\f13a";
    font-family:FontAwesome;
    position:absolute;
    top:0;
    right:0;
    width:20%;
    height:100%;
    text-align:center;
    font-size:28px;
    line-height:60px;
    color:rgba(255,255,255,.5);
    background-color:rgba(255,255,255,.1);
    pointer-events:none;
}

.sub-menus:hover::before{
    color:rgba(255,255,255,.6);
    background-color:rgba(255,255,255,.2)
}

.sub-menus select option{
    padding:30px;
}

/* 모바일기기 2 */
@media only screen and (min-width: 321px) and (max-width: 990px){
	.home-btn {
		border-right: 1px solid #e1e1e1;
		border-left: 1px solid #e1e1e1;
		height: 60px;
		margin-left: 15px;
		padding: 16px 18px;
		cursor: pointer;
		font-size: 26px;
	}
    
	.home-btn a{
        color:#908f8f;
    }
    
    .home-btn a:hover{
        color:#000000;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px){
	.home-btn {
		border-right: 1px solid #e1e1e1;
		border-left: 1px solid #e1e1e1;
		height: 60px;
		margin-left: 15px;
		padding: 16px 28px;
		cursor: pointer;
		font-size: 26px;
	}
    
	.home-btn a{
        color:#908f8f;
    }
    
    .home-btn a:hover{
        color:#000000;
    }
}
/* 데스크탑 */
@media only screen and (min-width: 1201px) {
	.home-btn{
        font-size: 36px; 
        border-right: 1px solid #e1e1e1;
        border-left: 1px solid #e1e1e1;
        height: 60px;
        margin-left: 15px;
        padding: 13px 32px;
        cursor: pointer;
    }
    
	.home-btn a{
        color:#908f8f;
    }
    
    .home-btn a:hover{
        color:#000000;
    }
}

.menus-pc select{
    border-right:1px solid #e1e1e1;
}

@media only screen and (min-width: 769px) and (max-width: 1200px){
	
}


@media (min-width: 1200px) {
    
   .container{
        width: 1190px;
   }


    

    
}
    
@keyframes fadeInUpSD {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px);
    }
 
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  .fadeInUpSD {
    -webkit-animation-name: fadeInUpSD;
    animation-name: fadeInUpSD;
  }

  .slick-active .big-text {
    position: relative;
    height: 100%;
    animation-name: fadeInUpSD;
    animation-duration: 0.5s;
    /*opacity: 1;*/
    width: 100%;
      
    animation-fill-mode: forwards;  
      
  }

  .slick-active .small-text {
    position: relative;
    height: 100%;
    animation-name: fadeInUpSD;
    animation-duration: 0.5s;
    /*opacity: 1;*/
    width: 100%;
      
    animation-fill-mode: forwards;      
    animation-delay: 1s;  
  }    
    
    
    
    
    
    
    
    