/*  header start */
header .nav h1 {
  width: 20%;
}
header .nav .gnb {
  width: 69%;
}
header .nav .side {
  width: 11%;
}
header .nav .depth01>li>a {
  padding: 0 40px;
  color: #fff;
  opacity: 1;
  height: 100%;
  display: flex;
  align-items: center;
  transition: .4s;
  font-family: 'NotoSans', sans-serif;
  font-size:19px;
}
@media(max-width:1300px) {
  header .nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  .s_visual_wrap {
    margin-top: 0px;
  }
  .s_visual_wrap .slide .content {
    top: 48%;
  }
  header .nav .depth01>li>a {
    padding: 0 30px;
    font-size: 18px;
  }
}
@media(max-width:991px) {
    .animate {
        opacity: 1;
    }
    .header.sticky {
        display: none;
    }
    .header .nav .gnb {
        display: none;
    }
    header .nav h1 {
        width: 100%;
        padding-left: 0;
        position: relative;
        z-index: 1;
    }
    header .nav .side {
        display:none;
    }
    header .nav {
        height: 60px;
    }
    header .nav h1 a {
        background: url('../../img/common/logo.png') 0 0% no-repeat;
        background-size: cover;
        overflow: hidden;
        display: block;
        height: 24px;
        width: 140px;
        text-indent: -9999px;
    }
    .js-offcanvas-btn {
        display: block;
    }

    .sidebar-offcanvas {
        display: block !important;
    }

    #header .top_wrap .logo {
        width: 50%;
    }

    /* 인덱스 */
    .hidden-text {
        position: absolute; 
        z-index: 200;
    }
    #index-wrap section.sec01 .box {
        display: flex;
        flex-direction: column-reverse;
    }
    
    #index-wrap section.sec01 .box .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 14px;
        color: #909090;
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    
    #index-wrap section.sec01 .box .image {
      width: 100%;
      margin-top: 32px;
    }
    
    #index-wrap section.sec01 .box .image img {
      width: 100%;
    }
    
    #index-wrap section.sec01 .box .text h1 {
      font-size: 24px;
      font-family: 'Titillium Web', 'Noto Sans KR', sans-serif !important;
      font-weight: 600;
      padding-bottom: 12px;
      color: #000;
    }
    
    #index-wrap section.sec01 .box .text h1::before {
        position: absolute;
        width: 50px;
        height: 1px;
        background: #000;
        content: '';
        margin-top: 0; 
        display:none;
    } 
    .video-wrapper iframe {
	      width: 100%;
        height: 200px;
        border: 0;
    }
@media (max-width:768px) {
  .modal-content { width:90%; padding:20px; }
  .modal-content .pop_bt { top:20px; right:25px; }
}
    /* #index-wrap section.sec01 .box .text ul {
        display: flex;
        margin-top: 40px;
    
    }
    
    #index-wrap section.sec01 .box .text ul li a {
        font-size: 16px;
        color: #2c2c2c;
        background: #f7f7f7;
        border-radius: 3em;
        padding: 12px 32px;
        display: inline-block;
        margin-right: 12px;
    
    
    } */
    
    #index-wrap section.sec01 .box .text .btn_wrap {
        margin-top: 24px;
        padding-left: 0px;
    }
   
    #index-wrap section.sec01 .box .text .btn_wrap a {
        font-size: 15px;
        font-family: 'NotoSans', sans-serif;
        font-weight: 600;
        display:inline-block;
         position: relative;
         background: #f1f1f1;
         padding: 12px 24px;
         border-radius: 3em;
    }
    #index-wrap section.sec01 .box .text .btn_wrap a i {
        transition: .4s;
        padding-left: 8px;
        font-size: 14px;
    }
    #index-wrap section.sec01 .box.box02 {
      flex-direction: column-reverse;
      margin-top: 40px;
      position: relative;
    }
    
    #index-wrap section.sec01 .box.box02 .text {
        padding-right: 0;
        padding-left: 0;
    }
    #index-wrap section.sec01 .box.box02 .text ul {
        justify-content: center;
        margin: 0;
        padding: 0;
        margin-top: 30px;
    }
    #index-wrap section.sec01 .box.box02 .text ul li a {
        font-size: 15px;
        color: #020202;
        font-weight: 600;
        border: 1px solid #dcdcdc;
        background: #fff;
        border-radius: 8px;
        padding: 10px 16px;
        display: inline-block;
        margin-right: 4px;
    }
    #index-wrap section.sec01 .box.box02 .text .btn_wrap {
        display:none;
    }
    
    #index-wrap section.sec02 {
        margin-top: 60px;
        background-size: cover;
        display: flex;
        align-items: center;
        text-align: center;
    }
    
    #index-wrap section.sec02 h1 {
      color: #fff;
      font-weight: 600;
      line-height: 28px;
      font-size: 20px;
      text-shadow:0 1px 1px rgba(0, 0, 0, .7);
    }
    #index-wrap section.sec02 h1 br  {
        display:none;
    }
    
    #index-wrap section.sec02 p {
        margin-top: 14px;
        color: rgba(255, 255, 255, 0.7);
        line-height: 20px;
    }
    
    #index-wrap section.sec02 .btn_wrap {
        margin-top: 30px;
    }
    #index-wrap section.sec02 .btn_wrap a {
      font-size: 15px;
      font-family: 'NotoSans', sans-serif;
      font-weight: 400;
      color: #fff;
      text-shadow:0 1px 1px rgba(0, 0, 0, .7);
      position: relative;
      display: inline-block;
      border: 1px #fff solid;
      padding: 10px 18px;
    }
    #index-wrap section.sec02 .btn_wrap a i {
        margin-left: 20px;
    }
    #index-wrap section.sec02 .btn_wrap a::before {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #fff;
        content: '';
        margin-top: 26px;
        transition: .6s;
        display:none;
    }
    #index-wrap section.sec03 {
        padding-top: 40px;
        padding-bottom: 60px;
        background: #f9f9f9;
    }
    #index-wrap section.sec03 .flex {
        display: flex;
        flex-direction: column;
    }
    #index-wrap section.sec03 .title {
        display: flex;
        border-bottom: 1px #000 solid;
        padding-bottom:8px;
        margin-bottom: 16px;
        align-items: center;
    }
    #index-wrap section.sec03 .title h2 a {
        font-size: 18px;
        font-family: 'NotoSans', sans-serif;
        font-weight: 600;
        letter-spacing: 0;
    }
    #index-wrap section.sec03 .title a {
        margin-left: auto;
    }
    #index-wrap section.sec03 .title a:hover {
        text-decoration: none;
        color: #000;
    }
    #index-wrap section.sec03 .title a i {
        font-size: 16px;
        font-weight: 600;
        transition: .4s;
        display:block;
    }
    #index-wrap section.sec03 .title a:hover i {
        transform: rotate(180deg);
        color: #000;
        text-decoration: none;
    }
    #index-wrap section.sec03 .wrap.notice {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 80px;
    }
    #index-wrap section.sec03 .wrap.gallery {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
    #index-wrap section.sec03 .wrap.gallery .title {
        border: 0;
        border-bottom: 1px #000 solid;
        padding-bottom:8px;
        margin-bottom: 16px;
    }
    /* 인덱스 마감 */
    /* 서브 슬라이더 */
    .s_visual_wrap .slide {
        height: 320px;
    }
    .s_visual_wrap .slide li {
        height: 320px;

    }
    .s_visual_wrap .slide .content {
        top: 40%;
        text-align: center;
    }
    .s_visual_wrap .slide {
        padding-left: 15px;
        padding-right: 15px;
    }
    .s_visual_wrap .slide .content h1 {
        font-size: 32px;
        font-weight: 800;
        color: #fff;
        font-family: 'NanumSquare', 'ë§‘ì€ ê³ ë”•', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', 'ë‹ì›€', dotum, sans-serif;
        padding: 0;
        padding: 0;
    }
    .s_visual_wrap .slide .content p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        margin-top: 6px;
    }
    /* 서브 슬라이더 마감 */
    /*  서브 레이아웃 */
    #sub_content {
        margin-top: 0;
    }
    #sub_content .page-header {
        margin-bottom: 26px;
        padding-bottom: 0;
        padding-left: 15px;
    }
    #sub_content .container .page-header {
        padding-left: 0;
    }
    #sub_content .page-header h1 {
        font-size: 22px;
        font-weight: 900;
        color: #000;
        font-family: 'NanumSquare';
    }
    /*  서브 레이아웃 마감 */
    /* footer */
    footer {
        /*    margin-top: 30px;*/
        background-color: #1c1c1c;
        padding: 0;
        padding-bottom: 20px !important;
        padding-top: 15px;
    }
    footer .flex {
        display: flex;
        flex-direction: column;
    }
    footer .flex .left {
        width: 100%;
    }
    footer .flex .right {
        width: 100%;
        justify-content: flex-start;
        display: flex;
        flex-direction: column-reverse;
        display: none;
    }
    footer .flex .left h1 {
        display: none;
    }
    footer.sub {
        margin-top: 60px;
    }
    footer .btn-default {
        background-color: #fff;
        background-image: none;
        text-shadow: none;
        box-shadow: none;
        border: 1px #dddddd solid;
        padding: 4px 11px;
        border-radius: 0;
    }
    footer .footer-menu {
        padding-top: 2px;
        padding-bottom: 4px;
        /* background-color: #050505;
        border-bottom: 1px #050505 solid; */
        text-align: center;
        margin: 0 auto
    }
    footer .footer-menu ul {
        padding-top: 16px;
        padding-bottom: 0px;
    }
    footer .footer-menu ul li:nth-child(2)::before {
        display: none;
    }
    footer .footer-menu ul li:before {
        color: #464646;
    }
    footer .footer-menu ul li a {
        font-size: 14px;
        color: #92959b;
        font-weight: 500;
        padding-left: 3px;
        padding-right: 3px;
    }
    footer .footer-menu ul li a.blue {
        color: #92959b
    }
    footer address {
        margin-top: 12px;
        font-size: 14px;
        line-height: 17px;
        color: #979ba3;
        font-style: normal;
        text-align: center;
    }
    footer p {
        margin-top: 0;
        padding-top: 6px;
        color: #979ba3 !important;
        font-size: 14px;
    }
}