@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');
body{
  font-family: 'Noto Sans KR', sans-serif;
}

html {
  word-break: keep-all !important;
  height: 100%;
}
body{
  height: 100%;
}

.h6{
  font-size:1.05rem !important;
}

.h7{
  font-size: 0.95rem !important;
}

.h8{
  font-size: 0.8rem !important;
}

.h9{
  font-size: 0.65rem !important;
}


.main_banner{
  background: url('/assets/img/main_banner_res.png')no-repeat;
  background-position:center ;
  background-size:cover ;
  height:327px;
  min-height: 20%;
  position: relative;
  top:0px;
}

.main_banner_abs{
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.sub_banner_bg_1{
  background: #0575e6; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #0575e6, #021b79); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #0575e6, #021b79); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.sub_banner_bg_2{
  position: relative;
  min-height: 140px;
}
.sub_banner_bg_2_sub{
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-35%,-50%);
}

.sub_banner_bg_2_sub2{
  position: absolute;
  top: 50%;
  right:0%;
  transform: translate(-50%,-50%);
  
}

.sub_banner_bg_3{
  position: relative;
  min-height: 140px;
}
.sub_banner_bg_3_sub{
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: 80%;;
}

.carousel-inner.vv-3 .carousel-item.active,
.carousel-inner.vv-3 .carousel-item-next,
.carousel-inner.vv-3 .carousel-item-prev {
  display: flex;
}

.carousel-inner.vv-3 .carousel-item-right.active,
.carousel-inner.vv-3 .carousel-item-next {
  transform: translateX(75%);
}

.carousel-inner.vv-3 .carousel-item-left.active,
.carousel-inner.vv-3 .carousel-item-prev {
  transform: translateX(-75%); 
}

/* col-7  =  58.5% */

.carousel-inner.vv-3 .carousel-item-right,
.carousel-inner.vv-3 .carousel-item-left {
  transform: translateX(0);
}


.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 7px;
  margin-left: 7px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #019FE6;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.dropdown-toggle::after {
  display: none;
}
/* 드롭다운메뉴 호버로 변경 */

/* .dropdown>.dropdown-menu {
  top: 200%;
  transition: 0.3s all ease-in-out;
}
.dropdown:hover>.dropdown-menu {
  display: block;
  top: 100%;
}
.dropdown>.dropdown-toggle:active {

    pointer-events: none;
} */

/* 사이드메뉴바 pc */
.nav_item:first{
  border-top:1px solid gray ;
  border-bottom:1px solid gray;
    cursor:pointer;
}
.nav_item{
  border-bottom:1px solid gray; cursor:pointer;
}


/* 탭 */
.tab {

}

/* Style the buttons inside the tab */
.tab button {
  
  display: block;
  background-color: inherit;
  color: rgba(0,0,0,0.5);
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  font-weight: bold;
}
.tablinks:first-child{
  border-top: 1px solid gray !important;
  border-bottom: 1px solid gray !important;
}
.tablinks{
  border-bottom: 1px solid gray !important;
}

.tablinks_2{
  border: 1px solid gray !important;
}



/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #3366ff;
  color:#fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #fff;
  color:#3366ff;
}

/* Style the tab content */
.tabcontent {

}


.repoint_i{
  display: inline-block;
  position: relative;
  background: #535353;
  text-align: center;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  font-size: 1.2rem;
  margin-right: 3px;
  margin-left: 3px;
}

.repoint_b{
  font-size: 1.2rem;
}
.repoint_i span{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);

  
  
}


.text_ib{
  display: block;
}

.text-position{

}

.card-position{

}

@media all and (max-width:1200px){
  .text_ib{
    display: inline;
  }
}

@media all and (max-width:991px){
  .text-position{
    text-align: center !important;
  }

  .card-position{
    position: relative;
  }

  .card-position-container{
    position: absolute;
    width: 100%;
    top: 57%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}

/* 로딩 마스크 화면 */
#loading-mask {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
}
#loading-mask > .jaengi-logo {
  width:300px;
  height:240px;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-150px;
  margin-top:-120px;
}

.blue-underline {
  border-bottom:3px solid #3366ff;
}

.aos-title-image {
  width: 100%;
}

/*익스플로러 전용 css*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .aos-title-image {
    width: 460px;
  } 
}

/* 카카오 플로팅 배너 */
.kakao-floating {
  position: fixed;
  right: 50px;
  bottom: 50px;
}