@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;
  font-family: "Noto Sans", "Roboto", sans-serif;
  word-break: keep-all;
  font-weight: 400;
  color: #313131;
}

.row {
  gap: 30px 0;
}

::selection {
  background-color: #c8fffe;
  color: #000000;
}

::placeholder {
  color: #cbcbcb !important;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

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

@media all and (max-width:767px) { 
  .row {
    gap: 50px 0;
  }
}



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

.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;
  transition: all .5s;
}

#header .nt-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 50px;
}

#header .header-logo {
  position: absolute;
  left: 0;
}

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

#header .header-logo img {
  padding: 10px 0;
  max-height: 60px;
  
}

.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
  position: absolute;
  right: 0;
}

.header-right .makethestage img {
  max-height: 25px;
}


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

  .header-right {
    right: 15px;
  }
}


@media all and (max-width:767px) {
  #header .nt-container {
    justify-content: space-between;
  }
  
  #header .header-logo {
    position: relative;
    left: inherit;
  }

  .header-right {
    position: relative;
    right: inherit;
    gap: 15px;
  }
}

/***********  메인  ***********/
.main-body #header .header-logo img {
  filter: brightness(0) invert(1);
}

.main-body .header-right .makethestage img {
  filter: brightness(0) invert(1);
}


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

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

/***********  헤더 스크롤  ***********/
#header.scrolled {
  /* 백그라운드 블러 효과 */
  background-color: #13fffa;
  /* border-bottom: 1px solid #eee; */
}

#header.scrolled .header-logo img {
  filter: none;
}

#header.scrolled .header-right .makethestage img {
  filter: none;
}

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

.mobile-menu-opened #header .header-logo img {
  filter: none !important;
}


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

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

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

  #header .header-logo img {
    max-height: 50px;
  }
  .header-right .makethestage{
    display: none;
  }
}


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

#nt_menu .me-list .me-ul {
  display: flex;
  justify-content: center;
  gap: 0 70px;
  margin: 20px 0;
  text-transform: uppercase;
}

#nt_menu .me-list .me-ul a {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  transition: color .3s;
}

#nt_menu .me-list .me-ul a:hover {
  font-weight: 900;
}


#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;
}

#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.scrolled #nt_menu .me-list .me-ul a {
  color: #000;
}
#header.scrolled #nt_menu .me-list .me-ul a.active {
  
}

@media all and (max-width:991px) {
  #nt_menu .me-list .me-ul {
    gap: 0 30px;
  }

}


/********************************************************
■ 모바일 메뉴
********************************************************/
#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 {
  background-color: #000 !important;
}

.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);}


/*  */
#header.scrolled .menu-toggle span {
  background-color: #000;
}

@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(19, 255, 250, 0.8);
    -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: 400;
    font-size: 16px;
    color: #313131;
    position: relative;
    transition: color .3s;
    text-transform: uppercase;
  }

  /* #nt_menu_m .me-li-m>a:hover,
  #nt_menu_m .me-li-m>a.active {

  } */



  #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;
  background-color: #212121;
  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;
}


.go-to-top {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #000;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  z-index: 555;
  transition: background .3s;
}



.go-to-top i {
  margin: 0 6px;
  font-size: 15px;
  color: #fff;
  vertical-align: middle;
}

/* hover */
.go-to-top:hover {
  background-color: #13fffa;
}

.go-to-top:hover i {
  color: #000;
}

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


  .go-to-top {
    right: 15px;
    bottom: 15px;
  }

}




/********************************************************
■ 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 {
  position: relative;
  padding: 120px 0;
}

main section:not(#about) .section-title {
  margin-bottom: 8%;
}

main section:not(#about) .section-title h2 {
  display: inline-block;
  padding: 5px 10px 3px;
  margin-bottom: 0;
  background-color: #13fffa;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

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

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


  main section:not(#about) .section-title {
    margin-bottom: 35px !important;
  }

  main section:not(#about) .section-title h2 {
    font-size: 20px;
  }

  
}


/********************************************************
■ about
********************************************************/
#about .section-title {
  margin-bottom: 80px;
}

#about h5 {
  font-size: 40px;
}

#about h2 {
  margin: 60px 0 40px;
  font-size: 55px;
  line-height: 1.4;
  font-weight: 700;
}


#about p {
  font-size: 18px;
}

#about img {
  max-width: 100%;
}


#about .about-btn {
  margin-top: 30px;
}

#about .about-btn p {
  color: #9f9f9f;
  font-size: 1rem; 
}

#about .about-btn a {
  display: inline-block;
  margin-top: 35px;
  position: relative;
  padding: 5px 20px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: normal;
  transition-duration: 0.3s;
}

#about .about-btn a:hover {
  background: transparent;
  color: #000;
}



@media all and (max-width:991px) {
  #about h5 {
    font-size: 30px;
  }
  #about h2 {
    margin: 40px 0 30px;
    font-size: 45px;
  }
  
  #about p {
    font-size: 16px;
  }

  #about .section-title {
    margin-bottom: 60px;
  }

  #about .about-btn a { 
    margin-top: 30px;
  }
}


@media all and (max-width:767px) {
  #about h5 {
    font-size: 20px;
  }

  #about h2 {
    margin: 25px 0;
    font-size: 30px;
  }
  
  #about p {
    font-size: 15px;
  }

  #about .about-btn {
    margin-top: 20px;
  }

  #about .section-title {
    margin-bottom: 40px;
  }

  #about .about-btn a { 
    margin-top: 20px;
  }
}


/********************************************************
■ business
********************************************************/
#business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 763px;
  background-image: url('../img/onair/business-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}


.business-inner {
  display: flex;
  justify-content: space-between;
}

.business-inner .business-item {
  overflow: hidden;
  padding: 10px;
  width: 30%;
  background-color: rgba(255,255,255,.4);
  border: 1px solid #c1c1c1;
}

.business-inner .business-item figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.business-inner .business-item img {
  max-width: 100%;
  transition: transform .35s;
}

.business-inner .business-item figcaption {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  width: 100%;
  min-height: 130px;
  background-color: rgba(0,0,0,.7);
  color: #fff;
}

.business-inner .business-item figcaption > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  justify-content: center;
  background-color: #040000;
  opacity: 0;
  transition: all .35s;
}

.business-inner .business-item figcaption > div h6 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  transform: translateY(60px);
  transition: transform .35s;
  opacity: 0;
}

.business-inner .business-item figcaption > div h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all .35s;
}

.business-inner .business-item figcaption > div p {
  font-size: 14px;
  opacity: 0;
  transform: translateY(65px);
  transition: transform .35s;
  transition-duration: .3s;
}

/* hover */
.business-inner .business-item:hover figure img {
  transform: scale(1.1);
}

.business-inner .business-item:hover figcaption > div {
  opacity: 1;
}

.business-inner .business-item:hover figcaption > div h6 {
  transform: translateY(0);
  opacity: 1;
}

.business-inner .business-item:hover figcaption > div h6::after {
  width: 100%;
  transition: all .35s;
  transition-duration: .8s;
}


.business-inner .business-item:hover figcaption > div p {
  transform: translateY(0);
  transition-delay: .2s;
  opacity: 1;
}


@media all and (min-width:992px) {

  #business {padding-bottom: 0;}
}

@media all and (max-width:1399px) {
  #business::before {
    height: 74.5%;
  }
}

@media all and (max-width:991px) {
  #business::before {
    height: 100%;
  }
  .business-inner {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  
  .business-inner .business-item {
    padding: 10px;
    width: 60%;
  }
}


@media all and (max-width:767px) {
  .business-inner .business-item {
    width: 95%;
  }
}



/********************************************************
■ portfolio
********************************************************/
main section#portfolio .section-title {
  margin-bottom: 5%;
}



/********************************************************
■ contact
********************************************************/
#contact .root_daum_roughmap {width: 100%;}
#contact .root_daum_roughmap .wrap_map {height: 400px !important;}
#contact .root_daum_roughmap .wrap_controllers {display: none !important;}
#contact .root_daum_roughmap .cont {display: none !important;}

#contact .contact-info {
  margin-top: 80px;
}

#contact .contact-info i {
  margin-bottom: 25px;
  font-size: 40px;
}

#contact .contact-info p span {
  color: #666;
}


@media (max-width: 767px) {
  #contact .root_daum_roughmap .wrap_map {
    height: 250px !important;
  }
  #contact .contact-info {
    margin-top: 40px;
  }
  #contact .contact-info i {
    margin-bottom: 15px;
    font-size: 30px;
  }
  
}