@import url(http://font.googleapis.com/earlyaccess/nanumgothic.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@media all and (min-width:1429px) {
		html{
		font-size:17px;
	}
} 
/* PC , 테블릿 가로 (해상도 768px ~ 1023px)*/
@media all and (min-width:1023px) and (max-width:1428px) {
	html{
		font-size:16px;
	}
}
/* 테블릿 세로 (해상도 768px ~ 1023px)*/ 
@media all and (min-width:768px) and (max-width:1023px) { 
	html{
		font-size:12px;
	}
} 
/* 모바일 가로, 테블릿 세로 (해상도 480px ~ 767px)*/ 
@media all and (min-width:480px) and (max-width:767px) {
	html{
		font-size:11px;
	}
} 
/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/ 
@media all and (max-width:479px) { 
	html{
		font-size:10px;
	}
}

html,body{
    font-family: 'Noto Sans KR', sans-serif;
}

@include media-breakpoint-up(xl) {  
    .some-class {
    display: block;
  }
 }

#nav1 {
    
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-top : 6px solid #0192e1;
    /*선 효과를 홈페이지 안에 넣을 때 이런 식으로 넣는다. 즉 커스텀 CSS가 필요하다. */
}

.test_line{
  border-left: 8px solid #0192e1;
}


#nav2 {
    
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
}

#nav3 {
    
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    background-color: #1d566a;
    width: 100%;

}

#nav_footer{
   
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
}

.slider.slider-horizontal{
    max-width:1600px;
}

.carousel-inner > .carousel-item > img {
    min-width: 100%;
    height: auto;
  } 

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.footer {
    width: 100%;
}

#footer_1{
    background-color: #ececf1;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    width: 100%;
}

#footer_2{
    background-color: #ececf1;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    width: 100%;
    font-family: 'Nanum Gothic', 'sans-serif' ;
    line-height: 150%;
    font-size: 13px;
}

img{

max-width: 100%;
height: auto;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.point_line{
  position: relative;
  
}

.point_line2{
  border-bottom: 1px solid #E8E8E8;
}



.aimg{
font-size: 12pt;
background-image: url('../images/arrow_p.png');
background-repeat: no-repeat;
background-position: 90% 50%;
}

.aimg:hover{  
  color: #262626 !important;
  font-weight: bold;
  background-color: #cef2e9;
  background-image: url('../images/arrow_p2.png');
  cursor:pointer;
  }


.active_p{
  /*color: #262626 !important;
  font-weight: bold;
  background-image: url('../images/arrow_p2.png');*/
}

/*active 대신 들어간 활성화 메뉴*/
.focuce{
  color: #262626 !important;
    font-weight: bold;
    background-image: url('../images/arrow_p2.png');
    background-color:#cef2e9;
}

.aimg:active{
    background-color:#cef2e9;
  }
  
  .aimg a:hover{
    color: #262626 !important;
    font-weight: bold;  
    display: block;
  }

.point_side{
  width: 100%;
  max-height: auto;
  background-size: cover;
  background-repeat:no-repeat;
  background-image: url('../images/Side_Header.png');
  }

.point_side5{
  width: 100%;
  max-height: auto;
  background-size: cover;
  background-repeat:no-repeat;
  background-image: url('../images/Side_Header5.png');
  }
    
  
.panel-title{
  padding-top: 55%;
  padding-left: 8%;
}

.aimg a{
  display: block;
}

.aimg:hover a{
  color: #262626 !important;
  font-weight: bold;  
}

/*서브메뉴 관련 css들*/
.dropdown-content {
  position: absolute;
    z-index: 10000;
    width: 100%;
    height: auto;
    display: none; /*이거 없으면 메뉴가 나타나질 않는다.*/
    background: #fff;
    border-top: 2px solid #262626 !important;
    border-bottom: 1px solid #ddd;
    top:70px;
}

#idnav .dropdown-content:hover {
  display: block;
}

.dropdown {
  position: relative;
}


.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
}

.dropdown-content a:hover {  
  color: #0192e1 !important;
  font-weight: bold;
  cursor:pointer;  
  
} 
/*드롭다운 서브메뉴 관련 css들의 끝*/


.sub_image{
  border-top: 1px solid #262626 !important;
  background-image: url('../images/test_sub1.jpg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  height: auto;
  
  }

.content_line{
  border-bottom : 1px solid #ddd;
}

.img_size{
  max-width: 100%;
  height: auto;
}


.top-link .nav-item{
  list-style:none;
  float: right;
  display: inline;
  padding-top: 5px;
  padding-bottom: 2px;
}

.point_line{
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;/*(위) (오른쪽) (아래) (왼쪽)*/
}

.sizefix{
  display: flex;
  flex-wrap: nowrap;
}

.sizefix2{
  display: flex;
  flex-direction : row-reverse;/*역방향으로 요소가 흐르도록 설정함*/
  flex-wrap: nowrap;
}

.col-8 .cover{
  display:flex;
  flex-wrap: nowrap;
  }

body{
  font-family: 'Nanum Gothic', sans-serif;
}
.point_nav{
  border-bottom: 2px solid #262626 !important;
}

.col-buty{
  border-left: 1px dashed #c0c0c0;
}

.col-buty2{
  border-right: 1px dashed #c0c0c0;
}

.pagination > li > a{
  background-color: #FFFFFF;
      border: 1px solid #DDDDDD;
      color: inherit;
      float: left;
      line-height: 1.42857;
      margin-left: -1px;
      padding: 4px 10px;
      position: relative;
      text-decoration: none;
  }

.pagination .footable-page.active a{
color:white;
border-color: #5767bb;
background-color: #5767bb;
}

.arrow:after{
  content:"▼";
  }

.arrow_up:after{
  content:"▲";
}

.menu-trigger1{
  z-index: 5000;
  position: relative;
  width: 35px;
  height: 22px;
}

.menu-trigger1 .pin2 {
  top: 9px;
}

.menu-trigger1 span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: black;
  border-radius: 4px;
}

.menu-trigger1 .pin3{
  bottom: 0;
}

.menu-trigger1, .menu-trigger1 span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger1.view span:nth-of-type(1) {
	-webkit-transform : translateY(9px) rotate(-45deg);
	transform : translateY(9px) rotate(-45deg);
}
.menu-trigger1.view span:nth-of-type(2) {
	opacity : 0;
}
.menu-trigger1.view span:nth-of-type(3)  {
	-webkit-transform : translateY(-9px) rotate(45deg);
	transform : translateY(-9px) rotate(45deg);
}

#front-menu{
  width: 0%;
  position: fixed;
  z-index: 500;
  background-color: #ffffff;
  right: 0;
  top: 0;
  float: right;
  overflow: hidden;
}

#front-menu2{
  width: 0%;
  position: fixed;
  z-index: 490;
  background-color: rgba(0,0,0,.5);
  right: 0;
  top: 0;
  float: right;
  overflow: hidden;
}
 
 ul{
 list-style:none;
 }

.li_box{
width: 332px;
height: 592px;
}

.custom_h{
height: 136px !important;
}