@charset "utf-8";
@import url('../nariya/css/g5.css');

/* *******************************************************
 * filename : style.css
 * description : 메인 CSS
 * date : 
******************************************************** */


/********************************************************
■ Theme Common
********************************************************/
html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  background: #000 !important;
  font-family: "Noto Sans", "Roboto", sans-serif;
  font-weight: 300;
  color: #fff;
}

a {color: #fff;}
a:hover {color: inherit;}

h1,
h2,
h3,
h4,
h5,
h6,
.en {
  font-family: "Roboto", sans-serif;
}
.list-group-item {background: transparent;}
.modal-content {background-color: #000;}

.list-group-item.bg-light {color: #000;}
.table {color: #fff;}
.table .bg-light {color: #000;}
iframe .col-form-label{color: #000;}
.form-control-plaintext {color: #888;}

@media all and (max-width:991px) {
  html {
    font-size: 14px;
  }
}


/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #000;
}

.wrapper #nt_body {
  flex: 1 1 auto !important;
}

.nt-container,
.nt-container-wide {
  margin: 0 auto;
}
/* 
@media all and (max-width:991px) {
  .responsive .wrapper {
    overflow-x: hidden;
  }
} */


/********************************************************
■ Loader : 페이지 로딩바
********************************************************/
#nt_loader {
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 100000;
}

#nt_loader .loader {
  margin: -25px 0 0 -25px;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 45px;
  position: absolute;
  z-index: 10001;
}


/********************************************************
■ HEADER : 헤더 
********************************************************/
#header {
  z-index: 1000;
  animation: all .5s;
}

#header .nt-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

#header .header-logo>a {
  display: block;
}

#header .header-logo img {
  max-height: 19px;
}

/***********  헤더 고정  ***********/
#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media all and (max-width:767px) {
  #header .nt-container {
    padding: 0 15px;
  }
}

/***********  헤더 스크롤  ***********/
#header.scrolled {
  /* 백그라운드 블러 효과 */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.7);
}

.mobile-menu-opened #header.scrolled {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background-color: transparent !important;
}



/***********  모바일 헤더 ***********/

@media all and (max-width:767px) {
  #header {
    height: 60px;
  }

  #header .nt-container {height: 100%;}

  #header .header-logo img {
    max-height: 14px;
  }
}


/********************************************************
■ PC 주메뉴
********************************************************/
/* 공통 */
#nt_menu {
  position: relative;
  z-index: 20;
}

#nt_menu .me-list .me-ul {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  margin: 30px 0;
}

#nt_menu .me-list .me-ul a {
  color: #fff;
  transition: color .3s;
}

#nt_menu .me-list .me-ul a:hover,
#nt_menu .me-list .me-ul a.active {
  color: #CA1C05;
}


#nt_menu .me-list .me-li,
#nt_menu .sub-1dul,
#nt_menu .sub-1dli {
  position: relative;
}

#nt_menu .sub-slide {
  display: none;
  visibility: visible;
}

#nt_menu .sub-icon::after {
  font-family: "FontAwesome";
  float: right;
  position: relative;
  content: "\f105";
}

#nt_menu .me-icon {
  width: 4.0rem;
  text-align: center;
}

#nt_menu .me-a {
  display: block;
  position: relative;
  text-align: center;
  font-weight: bold;
}

#nt_menu .sub-2div {
  left: 100%;
  top: 0;
  position: absolute;
  z-index: 22;
  background: #fff;
}

#nt_menu .sub-2dul {}

#nt_menu .sub-2dli {}

#nt_menu .sub-2da {
  display: block;
  color: #000;
  border-bottom: 1px solid #eee;
}

#nt_menu .sub-2dli.on .sub-2da,
#nt_menu .sub-2dli:hover .sub-2da {
  color: #000;
  background: #fafafa;
  border-color: #eee;
  font-weight: bold;
}

#nt_menu .sub-2line {
  display: block;
  color: #000;
  font-weight: bold;
  background: #f5f5f5;
}

.nt-menu .sub-1div {
  position: absolute;
  left: 0;
  z-index: 21;
  width: auto;
  text-align: left;
  top: 100%;
  left: 0;
  background: #fff;
}

.nt-menu .sub-1div::before {
  left: 50%;
  margin-left: -8px;
}

.nt-menu .sub-1da {
  display: block;
  color: #000;
  border-bottom: 1px solid #eee;
}

.nt-menu .sub-1line {
  position: relative;
  display: block;
}

.nt-menu .sub-1dli.on .sub-1da,
.nt-menu .sub-1dli:hover .sub-1da {
  color: #000;
  background: #f5f5f5;
  border-color: #eee;
  font-weight: bold;
}

.nt-menu .sub-1line {
  color: #000;
  font-weight: bold;
  background: #fafafa;
}

.nt-menu .me-sh {
  padding: 0.59rem 1.0rem;
}

/* 서브메뉴 높이설정 : 페딩값으로 조절 */


/********************************************************
■ 모바일 메뉴
********************************************************/
#header .menu-toggle {
  position: relative;
  padding: 0;
  width: 22px;
  height: 36px;
  background: none;
  border: none;
}

#header .menu-toggle span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#header .menu-toggle span:nth-of-type(1) {
  top: 9px;
}

#header .menu-toggle span:nth-of-type(2) {
  top: 17px;
}

#header .menu-toggle span:nth-of-type(3) {
  top: 25px;
}

#nt_menu_m {
  display: none;
}

#nt_menu_overlay {
  display: none;
}

/*  */

.mobile-menu-opened #header .menu-toggle span:nth-of-type(1) {top: 18px; transform: translateX(-50%) rotate(-45deg);}
.mobile-menu-opened #header .menu-toggle span:nth-of-type(2) {opacity: 0;}
.mobile-menu-opened #header .menu-toggle span:nth-of-type(3) {top: 18px; transform: translateX(-50%) rotate(45deg);}


@media (max-width: 767px) {
  #nt_menu_m {
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    transform: translateX(100%);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.3s;
    z-index: 999;
  }

  #nt_menu_m.active {
    transform: translateX(0);
  }

  #nt_menu_m .me-list-m {
    padding: 60px 0;
    height: 100vh;
  }

  #nt_menu_m .me-ul-m {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    height: 100%;
  }
  
  #nt_menu_m .me-ul-m,
  #nt_menu_m .sub-1dul-m,
  #nt_menu_m .sub-2dul-m {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #nt_menu_m .me-li-m>a {
    display: flex;
    align-items: center;
    padding: 14px 24px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    position: relative;
    transition: color .3s;
  }

  #nt_menu_m .me-li-m>a:hover,
  #nt_menu_m .me-li-m>a.active {
    color: #CA1C05;
  }



  #nt_menu_m .sub-1dul-m,
  #nt_menu_m .sub-2dul-m {
    display: none;
    background: #fafbfc;
  }

  #nt_menu_m .me-li-m.open>.sub-1dul-m {
    display: block;
  }

  #nt_menu_m .sub-1dli-m.open>.sub-2dul-m {
    display: block;
  }

  #nt_menu_m .sub-1dli-m>a,
  #nt_menu_m .sub-2dli-m>a {
    padding: 12px 40px;
    font-size: 1em;
    color: #444;
    border-bottom: 1px solid #f0f0f0;
    display: block;
  }

  #nt_menu_m .sub-2dli-m>a {
    padding-left: 60px;
    font-size: 0.98em;
  }

  #nt_menu_m .sub-toggle-icon {
    margin-left: auto;
    font-size: 1em;
    color: #888;
  }

  #nt_menu_overlay {
    display: none;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
  }

  #nt_menu_overlay.active {
    display: block;
  }

}



/********************************************************
■ 페이지 타이틀
********************************************************/
#nt_title {
  overflow: hidden;
  position: relative;
  background: #242424;
  border-bottom: 1px solid #dee2e6;
  color: #fff;
}

#nt_title .nt-container {
  position: relative;
  z-index: 2;
  height: 70px;
}

#nt_title .page-title {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 1.4;
}

#nt_title .breadcrumb a {
  color: #eee;
}

#nt_title .breadcrumb-item+.breadcrumb-item::before {
  font-family: dotum;
  font-weight: normal;
  color: #aaa;
  content: ">";
}

@media all and (max-width:991px) {
  .responsive #nt_title .page-title {
    font-size: 24px;
    letter-spacing: 0;
  }
}

@media all and (max-width:767px) {
  .responsive #nt_title .page-title {
    font-size: 22px;
  }

  .responsive #nt_title .nt-container {
    height: 60px;
  }
}

@media all and (max-width:575px) {
  .responsive #nt_title .page-title {
    font-size: 20px;
  }

  .responsive #nt_title .nt-container {
    height: 50px;
  }
}

/********************************************************
■ Footer 
********************************************************/
#footer {
  padding: 60px 0;
  font-size: 14px;
}

#footer .nt-container {
  margin: 0 auto;
  padding: 0 30px;
  color: #707070;
  text-align: center;
}

#footer ul.footer-info {
  margin-bottom: 10px;
}

#footer ul.footer-info li span {
  margin-right: 5px;
  margin-left: 10px;
  color: #A7A7A7;
}

@media all and (max-width:767px) {
  #footer {
    padding: 40px 0;
    font-size: 12px;
  }
  #footer .nt-container {
    padding: 0 5px;
  }
}


/* go-top */
.go-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  transition: transform .3s;
}


.go-top:hover {
  transform: translateY(-5px);
}

.go-top a {
  display: block;
  cursor: pointer;
}

.go-top a img {
  max-width: 50px;
}


@media all and (max-width:767px) { 
  .go-top {
    bottom: 15px;
    right: 15px;
  }
  .go-top a img {
    max-width: 40px;
  }
}



/********************************************************
■ Widget Title 위젯 타이틀
********************************************************/
h3.h3 {
  padding: 0;
  margin: 0;
  font-weight: bold;
}

hr.hr::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  line-height: 1px;
  background-color: #ddd;
}

hr.hr {
  display: block;
  position: relative;
  height: 3px;
  border: none;
  line-height: 1px;
  padding: 0;
  margin: 0;
}

hr.hr::after {
  width: 4.0rem;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1px;
}

@media all and (max-width:575px) {
  .responsive h3.h3 {
    padding-left: 1.0rem;
    padding-right: 1.0rem;
  }

  .responsive hr.hr::after {
    left: 1.0rem;
  }
}

/********************************************************
■ Bootstrap 4 : 부트스트랩 기본 속성
********************************************************/
/* 툴팁 */
.tooltip .tooltip-inner {
  font-size: 1.0rem !important;
}

/* 체크박스, 라디오버튼 재지정 */
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  top: 0.15rem !important;
  width: 1.4rem !important;
  height: 1.4rem !important;
}

/* 체크박스, 라디오버튼과 글자간 간격 */
.custom-checkbox .custom-control-label span,
.custom-radio .custom-control-label span {
  cursor: pointer;
  padding-left: 0.5rem !important;
}

/* 스위치 버튼 재지정 */
.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after {
  margin-top: 2px;
}

/* Button */
.btn-lg {
  padding: 10px 16px;
  border-radius: 3px;
  line-height: 1.33;
  font-size: 18px;
}

.btn-lg i {
  top: 3px;
  font-size: 24px;
  position: relative;
}

/* Form */
.col-form-label {
  font-weight: bold;
}

/* Pagenation */
.page-link,
.page-link:hover,
.page-link:focus {
  color: #333;
}

/* 라운드 스타일 */
.na-round,
.view_image img,
.pretty-embed img {
  border-radius: 0.3rem !important;
}

/* 사각 스타일 */
.is-square .na-round,
.is-square .view_image img,
.is-square .pretty-embed img,
.is-square .btn,
.is-square .alert,
.is-square .nav-link,
.is-square .form-control,
.is-square .input-group-prepend,
.is-square .input-group-append,
.is-square .input-group-text,
.is-square .custom-file-label,
.is-square .custom-file-label:after,
.is-square .custom-select,
.is-square .label,
.is-square .progress,
.is-square .pagination li a,
.is-square .list-group-item {
  border-radius: 0 !important;
}






/********************************************************
  main
********************************************************/
/* 공통 */
main section {
  padding: 100px 0;
  color: #fff;
}

main section .section-title {
  margin-bottom: 80px;
}

main section .section-title h3 {
  font-family: "Roboto", sans-serif !important;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}


@media all and (max-width:991px) {
  main section .section-title {
    margin-bottom: 50px;
  }

}

@media all and (max-width:767px) {
  main section {
    padding: 60px 0;
  }

  main section .section-title {
    margin-bottom: 30px;
  }

  main section .section-title h3 {
    font-size: 20px;
  }
}

/***********  hero  ***********/
#hero {
  padding: 0;
}


.video-background {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}






/***********  ABOUT  ***********/
#about {
  border-bottom: 1px solid #fff;
}

#about .about-text {
  display: flex;
  justify-content: center;
  align-items: center;
}


#about .about-img {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}

#about .about-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

#about .about-img img {
  max-height: 60px;
}



@media all and (max-width:991px) {
  #about .about-img img {
    max-height: 50px;
  }
}



@media all and (max-width:767px) {
  #about .about-img {
    padding-right: 10px;
    margin-right: 10px;
  }

  #about .about-img img {
    max-height: 40px;
  }

  .about-text h3 {
    font-size: 3.6vw;
  }

}





/***********  CONTACT US  ***********/
#contact .contact-info {
  position: relative;
  display: flex;
  justify-content: center;
}

#contact .contact-info .contact-info-item {
  position: relative;
  display: flex;
  gap: 0 25px;
  padding: 0 3%;
}

#contact .contact-info .contact-info-item .info-item-icon img {
  max-width: 40px;
  filter: brightness(0) invert(1);
}

#contact .contact-info h5 {
  font-weight: 500;
  margin-bottom: 6px;
}

@media all and (min-width:992px) {
  #contact .contact-info .contact-info-item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 40%;
    background-color: #222;
  }
}


@media all and (max-width:991px) {
  #contact .contact-info {
    flex-wrap: wrap;
    gap: 40px;
  }

  #contact .contact-info .contact-info-item {
    width: 100%;
    gap: 35px 25px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}


@media all and (max-width:767px) {
  #contact .contact-info {
    gap: 30px;
  }

  #contact .contact-info .contact-info-item {
    gap: 20px 25px;
  }

  #contact .contact-info .contact-info-item .info-item-icon img {
    max-width: 35px;
  }
}


/***********  맵  ***********/
.main_map {
  display: flex;
}

.main_map iframe {
  width: 100%;
  height: 350px;
}

@media all and (max-width:767px) {
  .main_map iframe {
    height: 200px;
  }
}