header > div{
  width: 900px;
}
header > div > div > ul > li{
  width: 100px;
}
header > div > div:nth-child(2){
  margin-right: 60px;
}
header > div > div > ul > li > div > ul li{
  width: 100px;
}

header > div > div > ul > li > div > ul:hover:before{
  content: "";
  position: absolute; 
  width: 60px;
  height: 6px;
  background-color: #1e2b6c;
  left: 20px;
  top: 52px;
  z-index: 999;
}
.main1{ width:100%; overflow:hidden; display:inline-block; position:relative;}
  .main1 img {
    width: 100%;
  }
  .hptab{
    display: none;
  }
  .pcpcpc{
    display: block;
  }
  


.flywrap{
  width: 900px;
  margin: 0 auto;
}

  .flyingtext{
      position: absolute;
      /* right: 18.75vw;;
      top: 35.59259259259259vh; */
      width: 100%;
  }
  .flyingtext p{
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.59);
    font-family: NotoSansKR;
    font-size: 44px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -1.38px;
    text-align: left;
    color: #fff;
  }
  .flyingtext h2{
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.59);
    font-family: NotoSansKR;
    font-size: 44px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -1.38px;
    text-align: left;
    color: #fff;
  }
  .flyingtext h4{
      margin-top: 1.666666666666667vh;
      font-size: 16px;
      color: #fff;
      text-shadow: 1px 1px 1px #000;
      font-weight: 700;
      text-align: left;
  }
  
  /* 수정 */
  .flyingtext2{
    position: absolute;
    /* right: 18.75vw;;
      top: 35.59259259259259vh; */
      width: 100%;
  }
  .flyingtext2 p{
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    font-family: NotoSansKR;
    font-size: 36px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -1.22px;
    text-align: left;
    color: #fff;
  
  }
  .flyingtext h4{
    margin-bottom: 8px;
  }
  /* 수정 */
  .flyingtext3{
    position: absolute;
   /* right: 18.75vw;;
      top: 35.59259259259259vh; */
      width: 100%;
  }
  .flyingtext3 p{
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    font-family: NotoSansKR;
    font-size: 32px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: -1.04px;
    text-align: left;
    color: #fff;
  
  }
  .flyingtext3 h2{
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    font-family: NotoSansKR;
    font-size: 32px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: -1.04px;
    text-align: left;
    color: #fff;
  }
  .flyingtext3 h4{
    margin-top: 1.481481481481481vh;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    font-family: NotoSansKR;
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #fff
  }

  .main2{ width:100%; display:inline-block; float:left;}
  .main2 > div.homeboard{ width:900px; display:block; margin:auto; position:relative;overflow: hidden;}
  .main2 > div.homeboard > nav{ display:flex; margin-top:50px;}
  .main2 > div.homeboard > nav > a{ font-size:20px; font-weight:bolder; margin-right:50px; display:inline-block; padding:8px 0; border-bottom:3px solid rgba(30,43,108,0);}
  .main2 > div.homeboard > nav > a.active{  border-bottom:3px solid rgba(30,43,108,1);}

  .main2 > div.homeboard > div > ul > li >div> a{ font-size:15px;   display:inline-block; }
  .main2 > div.homeboard > div > ul > li >div> a > span{ float:left;}


  .main3{ width:100%; display:inline-block; float:left; }
  
  .main3>div>div:last-child{
    position: relative;
  }
  .alch{
    position: absolute;
    right: 202.155px;
    top: 30%;
    color: #fff;
    z-index: 22;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
  }
  .alch h3{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
  }
  .alch p {
    margin-top: 22px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
  }
  .bgslid{
    width: 580px;
    height: 330px;
    background-color: rgba(0,0,0,0.35);
    position: absolute;
    top: 0;
    z-index: 11;
  }
  
  .main4{ width:100%; display:inline-block; float:left;}
  .main4 > div{ width:898px; display:flex;  flex-wrap:wrap;  margin:auto; margin-bottom:50px; position:relative; background-color:#fff; padding:8px 0; align-items: center;}
  .main4 > div > a{ background-color:#fff; display:inline-block;}
  .main4 > div > a > img{ width:auto; height:28px;}
  .main4 > div > a:last-child > img{
    height: 24px;
  }
  /* 6월 8일 화살표 추가 */
  /* GOTO TOP 버튼 */
  .TopNav{ width:100%; display:inline-block; position:fixed; bottom:0; left:10%; visibility:hidden;opacity:0; text-align:center;transition-duration:0.3s;}
  .TopNav > div{ max-width:1400px; display:inline-block; text-align:right; width:100%;}
  .TopBtn{
    position:relative;
    width: 60px;
    height: 60px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content: center;
    border-radius:50%;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    font-family: NotoSansKR;
    font-size: 15px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.15px;
    color: #000;
    float:right;
    margin-bottom:2em;
    
  }
  .TopBtn:hover{background-color:#001B9F;}
  .TopBtn > .TopText{ margin-top:15px;}
  .TopBtn:hover > .TopText{ color:#fff;}
  .TopBtn > span > svg{ position:absolute;transform:rotate(-90deg);top:12px;left:50%;margin-left:-4px;}
  .TopBtn:hover > span > svg > path{ stroke:#fff;}
  .TopNav.show{ visibility:visible; opacity:1;}
  

  .swiper-slide-active .flyingtext p{
      animation-name: fade-in3;
      animation-duration: 2s;
      animation-delay: 2s;
      animation-fill-mode: both;
  }
  .swiper-slide-active .flyingtext h2{
    animation-name: fade-in3;
    animation-duration: 3s;
    animation-delay: 3s;
    animation-fill-mode: both;
  }
  .swiper-slide-active .flyingtext h4{
    animation-name: fade-in3;

    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
  }
  
  .swiper-slide-active .flyingtext2 p{
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
  }
  .swiper-slide-active .flyingtext2 h4{
    animation-name: fade-in;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: both;
  }
  
  .swiper-slide-active .flyingtext3 p{
    animation-name: fade-in2;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
  }
  
  .swiper-slide-active .flyingtext3 h2{
    animation-name: fade-in2;
    animation-duration: 2.0s;
    animation-delay: 2.0s;
    animation-fill-mode: both;
  }
  .swiper-slide-active .flyingtext3 h4{
    animation-name: fade-in2;
    animation-duration: 3.0s;
    animation-delay: 3.0s;
    animation-fill-mode: both;
  }
  
  
  @keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
  
    to {
        opacity: 1;
        transform: translateY(0);
    }
  }
  
  
  @keyframes fade-in2 {
    from {
        opacity: 0;
  
    }
  
    to {
        opacity: 1;
  
    }
  }
  @keyframes fade-in3 {
    from {
        opacity: 0;
        transform: translatex(-100px);
    }
  
    to {
        opacity: 1;
        transform: translatex(0);
    }
  }
  
  
  header nav{
    display: flex;
   
  }
  
  header nav a{
  
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
  }
  .lineline{
    margin-right: 6px;
    margin-left: 6px;
    height: 14px;
    background-color: #fff;
    width:  1px;
    margin-top: 5px;
  }
  
  
  .swiper-button-next,
  .swiper-button-prev {
      color: #fff;
  }
  .swiper-button-next{
    right: 8%;
  }
  .swiper-button-prev{
    left: 8%;
  }
  
  
  .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    width: 130px;
    top: 350px;
    left:1071px;
    height: 2px;
  }
  .swiper-pagination-progressbar{
    background-color: rgba(255,255,255,1);
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    height: 4px;
    background-color: #fff;
    top: -1px;
    border-radius: 22px;
   
  }
  
  .flyingtext{
    position: absolute;
    /* left: 1071px;
    top: 395px; */
    width: 100%;
    top: 40%;
  }
  .flyingtext p{
    width: 550px;

    text-align: left;
    margin-left: 540px;
  }
  .flyingtext h2{
    width: 550px;

    text-align: left;
    margin-left: 540px;
  }
  .flyingtext h4{
    width: 550px;

    text-align: left;
    margin-left: 540px;
  }
  .flyingtext2{
    position: absolute;
    width: 100%;
    top: 40%;
  }
  .flyingtext2 p{
    width: 900px;

    text-align: left;
    margin-left: 540px;
  }
  .flyingtext p{
    width: 900px;

    text-align: left;
    margin-left: 540px;
  }
  .flyingtext2 h4{
    width: 900px;

    text-align: left;
    margin-left: 540px;
  }
  .flyingtext3{
    position: absolute;
    width: 100%;
    top: 40%;
  
  }
  .flyingtext3 p{
     width: 550px;
 
    text-align: left;
    margin-left: 540px;
  }
  .flyingtext3 h2{
     width: 550px;

    text-align: left;
    margin-left: 540px;
  }
  .flyingtext3 h4{
     width: 550px;
    text-align-last: left;
    text-align: left;
    margin-left: 540px;
  }
  
  
  .swipersco{
    position: absolute;
    width: 100%;
    height: 100px;
    top: 33%;
    z-index: 999;
  }
  .swipersc{
    width: 900px;
    margin: 0 auto;
    height: 100px;
  }
  .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    top: 32.34750462107209vh;
    right: 27.44791666666667vw;
  }
  
  .swiper-scrollbar{
    width: 130px;
    background-color: #fff;
    margin-left: 543px;
    height: 2px;
  }
  
  .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    height: 2px;
    width: 130px;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -8px;
  }
  .swiper-pagination-bullet{
    background: none;
  }
  
  .swiper-pagination-bullet-active{
    background: #fff;
  }
  .swiper-pagination-bullet{
    width: 26px;
    height: 5px;
  }
  .swiper-pagination-bullet-active{
    width: 26px;
    background-color: #fff;
    border-radius :22px;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0;
  }
  .swiper-pagination-bullet:nth-child(1){
   margin-right: 26px !important;
  }
  .swiper-pagination-bullet:nth-child(2){
    margin-right: 26px !important;
  }
  
  





  
  .swiperbb{
    position: absolute;
    width: 100%;
    height: 44px;
    top: 50%;
    z-index: 999;
  }
  .swiperaa{
    width: 900px;
    margin: 0 auto;
    height: 44px;
    position: relative;
  }
  .swiper-button-next{
    right: -5.572916666666667vw;
    top: 0;
  }
  .swiper-button-prev{
    left: -5.572916666666667vw;
    top: 0;
  }








/* 대공사 */



.videowrap{
  width: 100%;
  margin: 0 auto;
  display: block;
  background-color: #e6e6e6;
  padding-top: 250px;
  padding-bottom: 250px;
}
.videowrap h2{
  font-size: 66px;
  color:#001b9f ;
  text-align: center;
  font-weight: bold;
}
.demovideo {
position: relative;
width: 80%;
overflow: hidden;
z-index: 1;
display: block;
margin: 0 auto;
box-shadow: 0 1px 1px #000000ff;
border-radius: 6px;
}


section > div > div{
  width: 100%;
}

.loactionswiper{
  width: 670px;
  display: block;
  margin: 0 auto;
  padding-left: 300px;
}



.blog-slider {
  width: 670px;
  height: 454px;
  position: relative;
  max-width: 900px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(34, 35, 58, 0.2);

  height: 454px;
  transition: all .3s;
  font-family: "Noto Sans Kr";

}
.blog-slider__item {
  display: flex;
  align-items: center;
} 
.blog-slider__img{
  width: 513px;
  height: 328px;
  object-fit: cover;
  display: block;
  opacity: 1;
  transition: all .3s;
  transform:translateX(-300px);
}
.blog-slider__img img{
  position: absolute;
  width: 520px;
  height: 320px;
}
.blog-slide .swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: .3s;
}
.blog-slider__img:after{
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;  
}
.blog-slider__content{
  width: 480px;
  opacity: 0;
  transform: translateY(25px);
  transform: translateX(-100px);
  transition: all .4s;
}
.swiper-slide-active  .blog-slider__content {
   width: 480px;
  opacity: 1;
  transform: translateX(-100px);
}


.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
  font-weight: 850;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 450;
}
.blog-slider__button {
  display: inline-flex;
padding: 15px 35px;
color: #fff;
/* box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4); */
text-decoration: none;
font-weight: 500;
  justify-content: center;
text-align: center;
letter-spacing: 1px;
border: solid 1.5px #001b9f;
color: #001fb9;
}
.blog-slider__pagination {
  position: absolute;
   z-index: 21;
   right: 38px;
   width: 11px!important;
   text-align: center;
   left: auto!important;
   top: 50%;
   bottom: auto!important;
   transform: translateY(-50%);
}
.blog-slider .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
    transition: all .3s;
    margin-top: 4px;
}
.blog-slider .swiper-pagination-bullet-active{
  opacity: 1;
  background: #001b9f;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 8px 0;
}







.main3>div>div:nth-child(2){

}








.middlesection{
  height: 420px;
  width:100%; overflow:hidden; display:inline-block; position:relative;
  margin-bottom: 120px;
}
.middlesection img{
  width: 100%;
  height: 420px;
}














.middlesectionflyingtext{
  position: absolute;
  width: 100%;
  top: 0;
}

.blackwrap {
  width: 900px;
  height: 420px;
  margin: 0 auto;
  background-color: rgba(0,0,0,.5);
}
.blackwrap2{
  width: 900px;
  height: 420px;
  margin: 0 auto;;
}
.blackwrap2 a{
  color: #fff;
}
.middlesectionflyingtext .fflywrap{
  color: #fff;
  display: block;
  width: 600px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  padding-top: 130px;

}
.middlesectionflyingtext .fflywrap p{
  color: #fff;
  font-size: 56px;
  font-weight: bold;

}

.middlesectionflyingtext .fflywrap h2{
  font-size: 24px;
  font-weight: 650;
  color: #fff;

}
.middlesectionflyingtext .fflywrap2{
  color: #fff;
  display: block;
  width: 523px;
  height: 251px;
  text-align: left;
  background-color: rgba(0,0,0,.5);
  margin-top: 78px;

}
.middlesectionflyingtext .fflywrap2 p{
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  padding-left: 24px;
  padding-top: 22px;

}
.flyredbox{
  width: 250px;
  height: 100px;
  background-color: red;
  margin: 0 auto;
  margin-bottom: 12px;
}
.middlesectionflyingtext .fflywrap2 h2{
  font-size: 24px;
  font-weight: 650;
  color: #fff;
  padding-left: 24px;

}











/* .tabsw>div>ul>li{
  display: none;
}
.tabsw>div>ul>li:first-child{
  display: block;
}
.tabsw>div>ul>li:nth-child(2){
  display: block;
}
.tabsw>div>ul>li:nth-child(3){
  display: block;
}
.tabsw>div>ul>li:last-child{
  display: block;
} */
.homeboard > div > div{ display: none;;}
.homeboard[data-tab='0'] > div > div#tabsw0{ display:block;}
.homeboard[data-tab='1'] > div > div#tabsw1{ display:block;}
.homeboard[data-tab='2'] > div > div#tabsw2{ display:block;}
.homeboard[data-tab='3'] > div > div#tabsw3{ display:block;}
.homeboard[data-tab='4'] > div > div#tabsw4{ display:block;}










.tabsw>div>ul>li{
  width: 400px;
  position: relative;
  margin-bottom: 36px;
  margin-top: 36px;
}

.tabsw>div>ul>li:after{
  content: "";;
  width: 2px;
  height: 448px;
  background-color: #000;
  border: none;
  position: absolute;
  background-color: #707070;
  opacity: 0.5;
  right:18.5px;
  top: 0;
  display: inline-block;;
}
.tabsw>div>ul>li:last-child::after{
  display: none;
}

.tabsw .swiper-slide {
  width: 420px !important;
}

.lastgogo{
  width: 69px;
  height: 26px;
  margin: 21px 0px 0 21px;
  padding: 4px 34px 7px 35px;
  border-radius: 22px;
  border: solid 1px #fff;

}
.middlesection>.swiper-pagination-bullets{
  bottom: 0;
}
.middlesection .swiper-pagination-bullets{
  border: 1px #fff;
  background-color: none;
}



.videowrap video{
  float: left;
}

/* 7월6일*/
/* .iconfinder{
  width: 900px;
  margin: 0 auto;
  position: relative;
} */






/* 게시판 정보 */
.img img{
  width: 380px;
  height: 330px;
  object-fit:cover;
  object-position:center;
}
.img {
  width: 240px;
}

.tab0 li{
  width: 240px;
}

.tab0{
  display: flex;
}

.main2 > div.homeboard > div >div>div> ul > li >div> a >div> span.tag{
  height: 26px;
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.main2 > div.homeboard > div >div>div> ul > li >div> a > div>span.title{
  width: 381px;
  font-family: NotoSansKR;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  overflow: hidden;
}
.main2 > div.homeboard > div>div>div> ul > li >div> a >div> span.regtime{
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #7d7d7d;
}
.main2 > div.homeboard > div >div>div ul > li >div> a >div:nth-child(2){
  margin-top: 15px;
}
.main2 > div.homeboard > div>div >div ul > li >div> a >div:nth-child(3){
  margin-top: 10px;
  width: 380px;
}
.main2 > div.homeboard > div >div>div ul > li >div> a >div:nth-child(4){
  margin-top: 10px;
}
.flexleft>div{
  width: 281px;
}




.moreview{
  display: block;
  width: 200px;
  height: 100px;
padding-top: 35px;
  color: #000;
  margin-top: 150px;
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-left: 45px;
}

.moreview svg{
  margin-left: 30px;
}



.gax{
  margin-top: 132px;
}
.snbgallery1{
  width: 900px;
  display: block;
  margin: 0 auto;
}
.snbgallery1 ul{
  width: 900px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.snbgallery1 ul li{
  margin-top: 6px;
}
.snbgallery1 ul li img{
  width: 280px;
  height: 280px;
}
.snbgallery1 > div > ul > li.list2 {
  display: none;
}
.snbgallery1 > div > ul > li{
  text-align: center;
  display: block;
  position: relative;
}
.snbgallery1 > div > ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* background: #001b9f; */
  opacity: 0;
  /* 포지션 */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;

  /* 트랜지션 */
  transition: all 0.3s;
}
/* A-1. 호버시 셀로판지 효과 보이도록 */
.snbgallery1 > div > ul li:hover:before {
  opacity: 0.56;
}
.snbgallery1 > div > ul li div h3{
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.snbgallery1 > div > ul li div h4{
  font-family: NotoSansKR;
  font-size: 20px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
/* 텍스트 이동 효과 */
.snbgallery1 > div > ul li div{
  /* 포지션 */
  position: absolute;
  z-index: 200;
  opacity: 0;
  transition: all 0.3s;

}
.snbgallery1 > div > ul li:hover div{
  opacity: 1;

}
.snbgallery1 > div > ul li{
  overflow: hidden;
}
.snbgallery1 > div > ul li img {
  transition: all 0.5s;
}
.snbgallery1 > div > ul li:hover img {
  transform: scale(1.2);
  z-index: 1000;
}

.gallerymorebtn{
  padding-top: 44px;
  padding-bottom: 88px;
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
}
.flyingtext h4{
  margin-top: 1.481481481481481vh;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  font-family: NotoSansKR;
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #fff
}
.flyingtext2 h4{
  margin-top: 1.481481481481481vh;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  font-family: NotoSansKR;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #fff
}
header:hover .lineline{
  background-color: #000;
}
header{ position:absolute; width:100%; display:inline-block;right:0; top:0;  z-index:300; }
header:before{ content: ""; width: 0; display: inline-block; position: absolute; left: 50%; top: 0;  height: 93px; }
header:hover:before{  background: #fff;  left: 0; width: 100%;}
header > div{ z-index: 8;}
header > div > nav{ position:absolute; width:600px; display:inline-block; text-align:right; top:8px; right:50px; z-index:301;}
header > div > nav > a{ color:#fff; margin-left:16px; font-size:13px;}
header > div > nav > a:hover { color:#fff;}
header > div{ width:900px; margin:auto; display:flex; position:relative;}
header > div > h1{ margin-right:140.17px; margin-top: 15px;}
header > div > div{ display:flex; align-items: top; margin-top:33px; }
header > div > div:nth-child(2){
    margin-right: 24px;
}
header > div > div > ul{ display:flex; justify-content: space-between;}
header > div > div > ul > li{ display:inline-block; text-align:center; width:120px;}
header > div > div > ul > li > a{ color:#fff;  font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;width:100%;}
header > div > div > ul > li > div{ margin-top:23px; width:100%; height:0; overflow:hidden; transition-duration:0.3s; }

header > div > div:hover > ul > li > div{ height:320px;}
header > div > div > ul > li > div > ul{ display:inline-block;}
header > div > div > ul > li > div > ul > li{ margin:12px 0;}
header > div > div > ul > li > div > ul > li > a{ color:#000; font-weight:normal; font-size:16px; transition-duration:0.3s;}


header:hover{
    background-color: rgba(255,255,255,0.7);
}
header:hover div>div>ul>li>a{
    color: #000;
}
header div>div>ul>li:hover a{
    color: #1e2b6c;
}
header > div > div > ul > li > div > ul li{
    padding-top: 12px;
    width: 100px;
}
header > div > div > ul > li > div > ul li:hover a{
    font-weight: bold;
}
header > div > div > ul > li > div > ul {
    height: 100%;
}
header > div > div > ul > li > div > ul:hover:before{
    content: "";
    position: absolute; 
    width: 60px;
    height: 6px;
    background-color: #1e2b6c;
    left: 20px;
    top: 52px;
    z-index: 999;
}
header > div > div > ul > li > div > ul:hover{
    background-color: #fff;
}
header > div > div > ul > li {
    position: relative;
}




.flexleft>a>div:nth-child(1){ 
  width:380px;
  height: 330px;
  background-image: url(https://file.rh-marathon.com/img/20220623/120116_0.png);
  background-position: center center;
  background-size: 100% 100%;
}







.snbgallery1 ul li>div{
  width: 230px;
  height: 236px;
  padding: 22px 25px 22px 25px;
}
.snbgallery1 > div > ul li div h3 p{
  font-family: NotoSansKR;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding-left: 4px;
  padding-top: 7px;
}
.snbgallery1 > div > ul li div h4{
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  display: flex;
  position: absolute;
  left: 31px;
  bottom: 32px;
}




.iconfindercontent{
  width: 900px;
  display: block;
  margin: 0 auto;
  margin-top: 132px;
}
.iconfindercontent ul{
  display: flex;  
  justify-content: space-between;

}
.iconfindercontent ul p{
  margin-top: 28px;
  text-align: center;
}
.iconfindercontent ul li{
  width: 162px;
  height: 243px;
  background-color: none;
}
.iconfindercontent ul li img{
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}
.iconfindercontent ul li:hover{
  border-radius: 81px;
  background-color: #fff;
  box-shadow: 0px -4px 4px 4px rgb(0 0 0 / 8%);
}





.fex{position:fixed; display:flex; background-color:rgba(0,0,0,0.4);justify-content:flex-start;align-items: flex-start; width:100%; height:100%; left:0; top:0; z-index:1000; flex-wrap:wrap;}
.fex > div {
    text-align: center;
    background-color: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    max-width:600px;
    left:10%;
    top:10%;
}



.fex > div img{
    width:440px;
    height:auto;
    margin-top:0px;
    margin-bottom: 0px;
}






@media screen and (min-width:1401px){

  header > div{ width:1200px; margin:auto; display:flex; position:relative;}
  header > div > div > ul > li{ display:inline-block; text-align:center; width:140px;}
  header > div > div:nth-child(2){
    margin-right: 142px;
}
  header > div > div > ul > li > div > ul li{
    padding-top: 12px;
    width: 130px;
}
  
  header > div > div > ul > li > div > ul:hover:before{
    content: "";
    position: absolute; 
    width: 88px;
    height: 6px;
    background-color: #1e2b6c;
    left: 26px;
    top: 52px;
    z-index: 999;
  }
  .main1{ width:100%; overflow:hidden; display:inline-block; position:relative;}
  .main1 img {
    width: 100%;
  }
  .hptab{
    display: none;
  }
  .pcpcpc{
    display: block;
  }
  
  .flyingtext{
      position: absolute;
      /* right: 18.75vw;;
      top: 35.59259259259259vh; */
  }
  .iconfindercontent{
    width: 1200px;
  }
  .flyingtext p{
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.59);
    font-family: NotoSansKR;
    font-size: 64px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -1.38px;
    text-align: left;
    color: #fff;
  }
  .flyingtext h2{
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.59);
    font-family: NotoSansKR;
    font-size: 64px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -1.38px;
    text-align: left;
    color: #fff;
  }
  .flyingtext h2 span{
    font-size: 49px;
  }
  .flyingtext h4{
      margin-top: 1.666666666666667vh;
      font-size: 41px;
      color: #fff;
      text-shadow: 1px 1px 1px #000;
      font-weight: 500;
      text-align: left;
  }
  
  
  /* 수정 */
  .flyingtext2{
    position: absolute;
  }
  .flyingtext2 p{
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    font-family: NotoSansKR;
    font-size: 61px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -1.22px;
    text-align: left;
    color: #fff;
  
  }
 
  .flyingtext3{
    position: absolute;
  }
  .flyingtext3 p{
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    font-family: NotoSansKR;
    font-size: 52px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: -1.04px;
    text-align: left;
    color: #fff;
  
  }
  .flyingtext3 h2{
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    font-family: NotoSansKR;
    font-size: 52px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: -1.04px;
    text-align: left;
    color: #fff;
    margin-top: 12px;
  }
  .flyingtext3 h4{
    margin-top: 1.481481481481481vh;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    font-family: NotoSansKR;
    font-size: 37px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    margin-top: 8px;
    letter-spacing: normal;
    text-align: left;
    color: #fff
  }
  .flyingtext h4{
    margin-top: 1.481481481481481vh;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    font-family: NotoSansKR;
    font-size: 41px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #fff
  }
  .flyingtext2 h4{
    margin-top: 1.481481481481481vh;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    font-family: NotoSansKR;
    font-size: 27px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #fff
  }

  
  
  .main2{ width:100%; display:inline-block; float:left;}
  .main2 > div.homeboard{ width:1200px; display:block; margin:auto; position:relative;overflow: hidden;}
  .main2 > div.homeboard > div > ul > li > a{ font-size:15px;  display:inline-block; }
  .main2 > div.homeboard > div > ul > li > a > span{ float:left;}
  .main3{ width:100%; display:inline-block; float:left;}

  
  .main3>div>div:last-child{
    position: relative;
  }
  .alch{
    position: absolute;
    right: 202.155px;
    top: 30%;
    color: #fff;
    z-index: 22;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
  }
  .alch h3{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
  }
  .alch p {
    margin-top: 22px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
  }
  .bgslid{
    width: 580px;
    height: 330px;
    background-color: rgba(0,0,0,0.35);
    position: absolute;
    top: 0;
    z-index: 11;
  }

  .main4{ width:100%; display:inline-block; float:left;}
  .main4 > div{ width:1200px; display:flex;  flex-wrap:wrap;   margin:auto; position:relative; background-color:#fff; padding:8px 0; align-items: center;}
  .main4 > div > a{ background-color:#fff; display:inline-block;}
  .main4 > div > a > img{ width:auto; height:34px;}
  .main4 > div > a{
    margin-right:22px;
  }
  .main4 > div > a:last-child{
    margin-right: 0;
  }
  .main4 > div > a:last-child img{
    height: 28px;
  }
  .main4 > div > a > img{
    width: auto;
  }







  .TopNav{ width:100%; display:inline-block; position:fixed; bottom:0; left:10%; visibility:hidden;opacity:0; text-align:center;transition-duration:0.3s;}
  .TopNav > div{ max-width:1400px; display:inline-block; text-align:right; width:100%;}
  .TopBtn{
    position:relative;
    width: 60px;
    height: 60px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content: center;
    border-radius:50%;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    font-family: NotoSansKR;
    font-size: 15px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.15px;
    color: #000;
    float:right;
    margin-bottom:2em;
    
  }
  .TopBtn:hover{background-color:#001b9f;}
  .TopBtn > .TopText{ margin-top:15px;}
  .TopBtn:hover > .TopText{ color:#fff;}
  .TopBtn > span > svg{ position:absolute;transform:rotate(-90deg);top:12px;left:50%;margin-left:-4px;}
  .TopBtn:hover > span > svg > path{ stroke:#fff;}
  .TopNav.show{ visibility:visible; opacity:1;}
  
  






 





  @keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
  
    to {
        opacity: 1;
        transform: translateY(0);
    }
  }
  
  
  @keyframes fade-in2 {
    from {
        opacity: 0;
  
    }
  
    to {
        opacity: 1;
  
    }
  }
  @keyframes fade-in3 {
    from {
        opacity: 0;
        transform: translatex(-100px);
    }
  
    to {
        opacity: 1;
        transform: translatex(0);
    }
  }
  
  
  header nav{
    display: flex;
   
  }
  
  header nav a{
  
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
  }
  .lineline{
    margin-right: 21px;
    margin-left: 21px;
    height: 14px;
    background-color: #fff;
    width:  1px;
    margin-top: 5px;
  }
  
   .firstclass .swiper-button-next,
   .firstclass .swiper-button-prev {
      color: #fff;
  }
   .firstclass .swiper-button-next{
    right: 8%;
  }
   .firstclass .swiper-button-prev{
    left: 8%;
  }
  .firstclass .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    width: 130px;
    top: 350px;
    left:1071px;
    height: 2px;
  }
  .firstclass .swiper-pagination-progressbar{
    background-color: rgba(255,255,255,1);
  }
  .firstclass .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    height: 4px;
    background-color: #fff;
    top: -1px;
    border-radius: 22px;
   
  }
  
  .flyingtext{
    position: absolute;
    /* left: 1071px;
    top: 395px; */
    width: 100%;
    top: 40%;
  }
  .flywrap{
    width: 1200px;
    margin: 0 auto;
  }
  .flyingtext p{
    width: 550px;
    margin-left: 690px;
    text-align: left;
  }
  .flyingtext h2{
    width: 550px;
    margin-left: 690px;
    text-align: left;
  }
  .flyingtext2{
    position: absolute;
    width: 100%;
    top: 40%;

  }
  .flyingtext2 p{
    width: 550px;
    margin-left: 690px;
    text-align: left;
  }
  .flyingtext3{
    position: absolute;
    width: 100%;
    top: 40%;

  
  }
  .flyingtext3 p{
    width: 550px;
    margin-left: 690px;
    text-align: left;
  }
  .flyingtext3 h2{
    width: 550px;
    margin-left: 690px;
    text-align: left;
  }
  .flyingtext3 h4{
    width: 550px;
    margin-left: 690px;
    text-align: right;
  }

  .flyingtext .flywrap h4{
    width: 550px;
    margin-left: 690px;
    text-align: left;
    margin-bottom: 16px;
  }
  .flyingtext2 .flywrap h4{
    width: 550px;
    margin-left: 690px;
    text-align: left;
  }































  
  .firstclass .swipersco{
    position: absolute;
    width: 100%;
    height: 100px;
    top: 33%;
    z-index: 999;
  }
  .firstclass .swipersc{
    width: 1200px;
    margin: 0 auto;
    height: 100px;
  }
  .firstclass .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    top: 32.34750462107209vh;
    right: 27.44791666666667vw;
  }
  
  .firstclass .swiper-scrollbar{
    width: 130px;
    background-color: #fff;
    margin-left: 700px;
    height: 2px;
  }
  
  .firstclass .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    height: 2px;
    width: 130px;
  }
  .firstclass .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -8px;
  }
  .firstclass .swiper-pagination-bullet{
    background: none;
  }
  
  .firstclass .swiper-pagination-bullet-active{
    background: #fff;
  }
  .firstclass .swiper-pagination-bullet{
    width: 26px;
    height: 5px;
  }
  .firstclass .swiper-pagination-bullet-active{
    width: 26px;
    background-color: #fff;
    border-radius :22px;
  }
  .firstclass .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0;
  }
  .firstclass .swiper-pagination-bullet:nth-child(1){
   margin-right: 26px !important;
  }
  .firstclass .swiper-pagination-bullet:nth-child(2){
    margin-right: 26px !important;
  }
  
  
  .firstclass .swiperbb{
    position: absolute;
    width: 100%;
    height: 44px;
    top: 50%;
    z-index: 999;
  }
.swiperaa{
    width: 1200px;
    margin: 0 auto;
    height: 44px;
    position: relative;
  }
  .firstclass .swiper-button-next{
    right: -5.572916666666667vw;
    top: 0;
  }
  .firstclass .swiper-button-prev{
    left: -5.572916666666667vw;
    top: 0;
  }
.videowrap{
  width: 100%;
  padding-top: 250px;
  padding-bottom: 250px;
  background-color: #e6e6e6;
  display: block;
}

.demovideo {
position: relative;
width: 50%;
overflow: hidden;
z-index: 1;
display: block;
margin: 0 auto;
box-shadow: 0 1px 1px #000000ff;
border-radius: 6px;
overflow: hidden;
z-index: 1;

}
.demovideo video{
  float: left;
}

section > div > div{
  width: 100%;
}

.loactionswiper{
  width: 670px;
  display: block;
  margin: 0 auto;
  padding-left: 300px;
}

.blog-slider {
  width: 670px;
  height: 454px;
  position: relative;
  max-width: 900px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(34, 35, 58, 0.2);

  height: 454px;
  transition: all .3s;
  font-family: "Noto Sans Kr";

}
.blog-slider__item {
  display: flex;
  align-items: center;
} 
.blog-slider__img{
  width: 513px;
  height:370px;
  object-fit: cover;
  display: block;
  opacity: 1;
  transition: all .3s;
  transform:translateX(-416px);
}
.blog-slider__img img{
  position: absolute;
}
.blog-slide .swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: .3s;
}
.blog-slider__img:after{
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;  
}
.blog-slider__content{
  width: 480px;
  opacity: 0;
  transform: translateY(25px);
  transform: translateX(-100px);
  transition: all .4s;
}
.swiper-slide-active  .blog-slider__content {
   width: 480px;
  opacity: 1;
  transform: translateX(-148px);
}


.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 15px;
  font-weight: 850;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 450;
}
.blog-slider__button {
  display: inline-flex;
padding: 8px 20px;
color: #fff;
/* box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4); */
text-decoration: none;
font-weight: 500;
  justify-content: center;
text-align: center;
letter-spacing: 1px;
border: solid 1.5px #001b9f;
color: #001fb9;
}
.blog-slider__button div:nth-child(1){
  margin-right: 12px;
}
/* .blog-slider__pagination {
  position: absolute;
   z-index: 21;
   right: 20px;
   width: 11px!important;
   text-align: center;
   left: auto!important;
   top: 50%;
   bottom: auto!important;
   transform: translateY(-50%);
} */
/* .blog-slider .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
    transition: all .3s;
    margin-top: 4px;
}
.blog-slider .swiper-pagination-bullet-active{
  opacity: 1;
  background: #5155d7;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
} */
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 8px 0;
}
.middlesection{
  height: 420px;
  width:100%; overflow:hidden; display:inline-block; position:relative;
  margin-bottom: 120px;
}
.middlesection img{
  width: 100%;
  height: 420px;
}
.middlesectionflyingtext{
  position: absolute;
  width: 100%;
  top: 0;
}

.blackwrap {
  width: 1200px;
  height: 420px;
  margin: 0 auto;
  background-color: rgba(0,0,0,.5);
}
.blackwrap2 {
  width: 1200px;
  height: 420px;
  margin: 0 auto;
}

.middlesectionflyingtext .fflywrap{
  color: #fff;
  display: block;
  width: 600px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  padding-top: 130px;

}
.middlesectionflyingtext .fflywrap p{
  color: #fff;
  font-size: 56px;
  font-weight: bold;

}

.middlesectionflyingtext .fflywrap h2{
  font-size: 24px;
  font-weight: 650;
  color: #fff;

}
.middlesectionflyingtext .fflywrap2{
  color: #fff;
  display: block;
  width: 623px;
  height: 251px;
  text-align: left;
  margin-top: 78px;

}
.middlesectionflyingtext .fflywrap2 p{
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  padding-left: 44px;
  padding-top: 22px;

}
.flyredbox{
  width: 250px;
  height: 100px;
  background-color: red;
  margin: 0 auto;
  margin-bottom: 12px;

}
.middlesectionflyingtext .fflywrap2 h2{
  font-size: 24px;
  font-weight: 650;
  color: #fff;
  padding-left: 44px;

}

.lastgogo{
  width: 69px;
  height: 26px;
  margin: 21px 0 0 44px;
  padding: 4px 34px 7px 35px;
  border-radius: 22px;
  border: solid 1px #fff;
}
.middlesection>.swiper-pagination-bullets{
  bottom: 0;
}
.middlesection .swiper-pagination-bullets{
  border: 1px #fff;
  background-color: none;
}

.main4{
  margin-top:132px;
  margin-bottom: 72px;
}


.moreview{
  display: block;
  width: 200px;
  padding-top: 35px;
  height: 100px;
  color: #000;
  margin-top: 200px;
  font-family: NotoSansKR;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-left: 70px;
}
.moreview svg{
  margin-left: 30px;
}


.gax{
  margin-top: 132px;
}
.snbgallery1{
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.snbgallery1 ul{
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.snbgallery1 ul li{
  margin-top: 6px;
}
.snbgallery1 ul li>div{
  width: 342px;
  height: 348.5px;
  padding: 22px 25px 22px 25px;
}
.snbgallery1 > div > ul > li.list2 {
  display: none;
}
.snbgallery1 > div > ul > li{
  text-align: center;
  display: block;
  position: relative;
}
.snbgallery1 > div > ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* background: #001b9f; */
  opacity: 0;
  /* 포지션 */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;

  /* 트랜지션 */
  transition: all 0.3s;
}
/* A-1. 호버시 셀로판지 효과 보이도록 */
.snbgallery1 > div > ul li:hover:before {
  opacity: 0.56;
}
.snbgallery1 > div > ul li div h3 p{
  font-family: NotoSansKR;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding-left: 7px;
  padding-top: 10px;
}
.snbgallery1 > div > ul li div h4{
  font-family: NotoSansKR;
  font-size: 36px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  display: flex;
  position: absolute;
  left: 31px;
  bottom: 32px;
}
/* 텍스트 이동 효과 */
.snbgallery1 > div > ul li div{
  /* 포지션 */
  position: absolute;
  z-index: 200;
  opacity: 0;
  transition: all 0.3s;

}
.snbgallery1 > div > ul li:hover div{
  opacity: 1;
}
.snbgallery1 > div > ul li{
  overflow: hidden;
}
.snbgallery1 > div > ul li img {
  transition: all 0.5s;
}
.snbgallery1 > div > ul li:hover img {
  transform: scale(1.2);
  z-index: 1000;
}
.snbgallery1 ul li img{
  width: 392px;
  height: 392px;
}
.snbgallery1 div nav{
  padding-top:44px;
}

header{ position:absolute; width:100%; display:inline-block;right:0; top:0;  z-index:300; }
header:before{ content: ""; width: 0; display: inline-block; position: absolute; left: 50%; top: 0;  height: 93px; }
header:hover:before{  background: #fff;  left: 0; width: 100%;}
header > div{ z-index: 8;}
header > div > nav{ position:absolute; width:600px; display:inline-block; text-align:right; top:8px; right:50px; z-index:301;}
header > div > nav > a{ color:#fff; margin-left:16px; font-size:13px;}
header > div > nav > a:hover { color:#fff;}
header > div{ width:1200px; margin:auto; display:flex; position:relative;}
header > div > h1{ margin-right:212.17px; margin-top: 15px;}
header > div > div{ display:flex; align-items: top; margin-top:33px; }
header > div > div:nth-child(2){
    margin-right: 142px;
}
header > div > div > ul{ display:flex; justify-content: space-between;}
header > div > div > ul > li{ display:inline-block; text-align:center; width:140px;}
header > div > div > ul > li > a{ color:#fff;  font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;width:100%;}

header > div > div > ul > li > div{ margin-top:23px; width:100%; height:0; overflow:hidden; transition-duration:0.3s; }

header > div > div:hover > ul > li > div{ height:320px;}
header > div > div > ul > li > div > ul{ display:inline-block;}
header > div > div > ul > li > div > ul > li{ margin:12px 0;}
header > div > div > ul > li > div > ul > li > a{ color:#000; font-weight:normal; font-size:16px; transition-duration:0.3s;}


header:hover{
    background-color: rgba(255,255,255,0.7);
}
header:hover div>div>ul>li>a{
    color: #000;
}
header div>div>ul>li:hover a{
    color: #1e2b6c;
}
header > div > div > ul > li > div > ul li{
    padding-top: 12px;
    width: 130px;
}
header > div > div > ul > li > div > ul li:hover a{
    font-weight: bold;
}
header > div > div > ul > li > div > ul {
    height: 100%;
}
header > div > div > ul > li > div > ul:hover:before{
    content: "";
    position: absolute; 
    width: 88px;
    height: 6px;
    background-color: #1e2b6c;
    left: 26px;
    top: 52px;
    z-index: 999;
}
header > div > div > ul > li > div > ul:hover{
    background-color: #fff;
}
header > div > div > ul > li {
    position: relative;
}

header:hover div>div>nav>a{
    color: #000;
}
header:hover div>h1>a>svg:nth-child(1){
    display: none;
}
header:hover div>h1>a>svg:nth-child(2){
    display: block;
}
header div>h1>a>svg:nth-child(2){
    display: none;
}



#tabsw0>div>.swiper-button-next{
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
}
#tabsw1>div>.swiper-button-next{
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
}
#tabsw2>div>.swiper-button-next{
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
}
#tabsw3>div>.swiper-button-next{
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
}
#tabsw0>div>.swiper-button-next{
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
}
.fex{position:fixed; display:flex; background-color:rgba(0,0,0,0.4);justify-content:flex-start;align-items: flex-start; width:100%; height:100%; left:0; top:0; z-index:1000; flex-wrap:wrap;}
.fex > div {
    text-align: center;
    background-color: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    max-width:600px;
    left:10%;
    top:10%;
}



.fex > div img{
    width:440px;
    height:auto;
    margin-top:44px;
    margin-bottom: 0px;
}


}
