/* header start */
header{
  position: fixed;
  width:100%;
  height:80px;
  min-width:1200px;
  z-index: 9999;
  top:0;
  left:0;
  transition: all .3s ease-in-out;
}
header.on{
  position: fixed;
  width:100%;
  min-width:1200px;
  top:0;
  left:0;
  background-color: #fff;
}
header .logo h1{
  position: absolute;
  width:292px;
  height:40px;
  top:20px;
  left:0;
  transition:all .3s ease-in-out;
  background: url(../img/logo.png) 50% 50% no-repeat;
  background-size: 292px;
}
header .logo h1.on{background: url(../img/logo.png) 50% 50% no-repeat; background-size: 292px;}
header .logo h1 a{
  display: block;
  width:292px;
  height:40px;
}

header:hover{background-color: #fff; transition: all .3s ease-in-out;}
header:hover .logo h1{background: url(../img/logo.png) 50% 50% no-repeat; background-size:292px; transition:all .3s ease-in-out;}
header:hover .gnb li a{color:#333;  transition:all .3s ease-in-out;}

nav{
    width:100%;
    max-width:1200px;
    min-width:1200px;
    margin:0 auto;
    z-index: 999;
}
.gnb{
    font-size:0;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.gnb > li{
  position: relative;
  margin-left:50px;
}

.gnb > li > a:hover:before,
.gnb > li > a:hover:after{width:100%;}
.gnb > li > a.on{color:#333;}

.gnb > li > a{
    color:#333;
    font-size:18px;
    height:80px;
    line-height: 80px;
    position: relative;
}

.gnb > li > a:before{content:'';
    display:block;
    width:0;
    height:2px;
    position: absolute;
    bottom:-10px;
    left:50%;
    transform: translateX(-50%);
    background-color: #00256b;
    transition: all .3s ease-in-out;
}
.gnb > li > a:after{content:'';
    display:block;
    width:0;
    height:2px;
    position: absolute;
    bottom:-10px;
    right:50%;
    transform: translateX(50%);
    background-color: #00256b;
    transition: all .3s ease-in-out;
}
.sub_menu{
    display:none;
    position: absolute;
    z-index:99;
    background-color: #fff;
    left:50%;
    transform: translateX(-50%);
    border-bottom:3px solid #00256b;
}

.sub_menu li{width:180px; transition: all .2s ease-in-out;}
.sub_menu a{
  font-size:15px;
  font-weight: 400;
  color: #464243 !important;
  line-height: 35px;
  display: block;
  text-align: center;
  position: relative;
  transition: all .2s ease-in-out;
  overflow: hidden;
}
.sub_menu a::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 200%;
  border-radius: 50%;
  transform: translate3d(-50%,-50%,0) scale3d(0,0,0);
  transition: opacity .4s cubic-bezier(.19,1,.22,1),transform .75s cubic-bezier(.19,1,.22,1);
  /* background-color: #bf0b2c; */
  background-color: #00256b;
  opacity: 0;
  z-index: -1;
  transition: all .2s ease-in-out;
}
.sub_menu a:hover::before{
  opacity: 1;
  transition-duration: .85s;
  transition: all .2s ease-in-out;
  transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
}
.sub_menu a:hover{color: #fff !important; transition: all .2s ease-in-out;}

/* header menu active */
header.active1 .gnb > li:nth-child(1) > a,
header.active2 .gnb > li:nth-child(2) > a,
header.active3 .gnb > li:nth-child(3) > a,
header.active4 .gnb > li:nth-child(4) > a,
header.active5 .gnb > li:nth-child(5) > a,
header.active6 .gnb > li:nth-child(6) > a{color: #00256b;}

header.active1 .gnb > li:nth-child(1) > a::after,
header.active2 .gnb > li:nth-child(2) > a::after,
header.active3 .gnb > li:nth-child(3) > a::after,
header.active4 .gnb > li:nth-child(4) > a::after,
header.active5 .gnb > li:nth-child(5) > a::after,
header.active6 .gnb > li:nth-child(6) > a::after{width:100%;}
/* header end */

/* visual swiper start */
.visual{
    width:100%;
    min-width:1200px;
    margin-top:80px;
    position: relative;
}
.visual .typo_wrap{
  position: absolute;
  width:1200px;
  height:100%;
  margin:0 auto;
}
.typo{
    position: absolute;
    top:10%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width:100%;
    z-index: 99999;
}

/* .typo > span.up{opacity:1; transform:translate(0,0);} */

.typo span{
    color:#ff6000;
    display:block;
    opacity:0;
    transform:translate(0,100%);
    transition-delay:0s;
    font-size:48px;
    text-align: left;
    transition:all 1s ease-in-out;
}
.typo span strong{font-size:48px; font-weight: 800;}

.typo_bottom{position: absolute; bottom:20px; right:40px;}
.typo_bottom span{
  display: block;
  font-size:24px;
  /* color:#d60b17; */
  color:#03cbe5;
  font-weight: 800;
  text-align: left;
  letter-spacing: .5px;
}
.typo_bottom span strong{font-size:24px; color:#03cbe5; font-weight: 800;}



.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .typo span{animation:text1 1s .2s both;}
.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active .typo_bottom span{animation:text2 1s .2s both;}

@keyframes text1{
    0%{opacity: 0; transform:translateX(-1920px);}
    100%{opacity: 1; transform: translateX(0);}
}
@keyframes text2{
  0%{opacity: 0;}
  100%{opacity: 1;}
}



.visual .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.visual .swiper-slide {
  width:100%;
  height:100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
  position: relative;

  /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* .visual .swiper-slide::before{
  content: '';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.4);
} */


.visual .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual .swiper .swiper-pagination span{margin:0 3px;}

.visual .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border:1px solid #fff;
    background: none;
    border-radius: 100%;
}

.visual .swiper-pagination-bullet-active {
    opacity: 1;
    background: #d60b17;
}
.visual .swiper .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    left:50%;
    bottom:50px;
    transform: translate(-50%, 100%);
}
.visual .swiper-button-prev,
.visual .swiper-container-rtl .swiper-button-next {
    /* background-image: url("../img/swiper_prev.png"); */
    left: 10px;
    right: auto;
    width:20px;
    color:#fff
}
.visual .swiper-button-next,
.visual .swiper-container-rtl .swiper-button-prev {
    /* background-image: url("../img/swiper_next.png"); */
    right: 10px;
    left: auto;
    width:20px;
    color:#fff
}
.visual .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:44px;}
.visual .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:44px;}

.visual .swiper-button-next,
.visual .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 60px;
    background-position: center;
    background-repeat: no-repeat
}
/* visual swiper end */

/* image_show_wrap 공통 */
section .image_show_wrap,
section .image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
section .image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
section .image_show_wrap2{animation-duration: 1.4s;}

section .show_img01{animation-name: show_img01;}
@keyframes show_img01{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
section .show_img02{animation-name: show_img02;}
@keyframes show_img02{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
section .show_img03{animation-name: show_img03;}
@keyframes show_img03{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
section .show_img04{animation-name: show_img04;}
@keyframes show_img04{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
section .show_img05{animation-name: show_img05;}
@keyframes show_img05{
    0%{opacity: 0; transform: translate3d(0, 100%, 0);}
}
section .show_img06{animation-name: show_img06;}
@keyframes show_img06{
    0%{opacity: 0; transform: translate3d(0, -100%, 0);}
}
/* image_show_wrap 공통 */

/************************************************ section ************************************************/
/* section1 */
.main_information_title{padding:60px 0;}
.main_information h2{
  font-size:48px;
  color:#000;
  text-align: center;
}
.main_information p{
  font-size:18px;
  color:#333;
  text-align: center;
}

.information_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.information_box li{width:50%; position: relative;}
.information_box li img{width:100%;}

.information_box:nth-of-type(2) .information_tit{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:80px;
}
.information_box:nth-of-type(2) .information_tit h3{font-size:32px; color:#333; text-align: right; margin-bottom:10px;}
.information_box:nth-of-type(2) .information_tit p{font-size:18px; line-height:32px; color:#333; text-align: right;}
.information_box:nth-of-type(2) .information_tit .button{position: relative; margin-top:80px;}
.information_box:nth-of-type(2) .information_tit a{
  display: inline-block;
  border:1px solid #7a6f66;
  padding:10px 20px;
  font-size:16px;
  color:#fff;
  transition: all .3s ease-in-out;
  background-color: #7a6f66;
  position: absolute;
  right:0px;
  bottom:0px;
}
.information_box:nth-of-type(2) .information_tit a:hover{background-color: #d60b17; border:1px solid #d60b17;}

.information_box:nth-of-type(3) .information_tit{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:80px;
}
.information_box:nth-of-type(3) .information_tit h3{font-size:32px; color:#fff; text-align: left; margin-bottom:10px;}
.information_box:nth-of-type(3) .information_tit p{font-size:18px; line-height:32px; color:#fff; text-align: left;}
.information_box:nth-of-type(3) .information_tit .button{position: relative; margin-top:80px;}
.information_box:nth-of-type(3) .information_tit a{
  display: inline-block;
  border:1px solid #fff;
  padding:10px 20px;
  font-size:16px;
  color:#fff;
  transition: all .3s ease-in-out;
  position: absolute;
  left:0;
  bottom:0;
}
.information_box:nth-of-type(3) .information_tit a:hover{background-color: #d60b17; border:1px solid #d60b17;}
/* section1 */

/* section2 */
.main_notice{padding:60px 0;}
.main_notice .title a{
  display: block;
  position: relative;
  border-bottom:1px solid #ccc;
  padding-bottom:10px;
  transition: all .3s ease-in-out;
}
.main_notice .title a h3{
  font-size:32px;
  color:#333;
  text-align: left;
  padding-left:10px;
  display: inline-block;
  position: relative;
}
.main_notice .title a img{
  position: absolute;
  top:15px;
  right:5px;
  width:20px;
  opacity: .8;
  transition: all .3s ease-in-out;
}
.main_notice .title a:hover img{transform: rotate(-180deg);}

.main_notice .list{margin-top:10px;}
.main_notice .list .lst li{
  padding:10px 0;
  display: flex;
  align-items: bottom;
  justify-content: space-between;
  border-bottom:1px solid #ccc;
}
.main_notice .list .lst li a{
  font-size:16px;
  color:#333;
  text-align: left;
  padding-left:10px;
  display: block;
  transition: all .3s ease-in-out;
}
.main_notice .list .lst li a:hover{color:#d60b17;}
/* section2 */

/* footer */
.footer{
  padding:30px 0;
  background-color: #2f2f2f;
}
.footer h4{
  font-size:24px;
  color:#03cbe5;
  text-align: left;
  font-weight: 400;
}
.footer h3{
  font-size:32px;
  color:#03cbe5;
  text-align: left;
  padding:10px 0;
}
.footer h3 img{width:40px; vertical-align: middle;}
.footer span{
  display: block;
  font-size:13px;
  color:#03cbe5;
  text-align: left;
}
.footer p{
  font-size:13px;
  line-height: 26px;
  font-weight: 200;
  color:#03cbe5;
  text-align: left;
}
.footer .line{
  margin:15px 0;
  width:100%;
  height:1px;
  background-color: #03cbe5;
}





/* footer */
/************************************************ section ************************************************/

 /* top_btn */
.topbtn{
  position: fixed;
  bottom:60px;
  right:60px;
  z-index:9999999999999;
  width:50px;
  height:50px;
  border-radius: 40px;
  background-color:  #c7162d;
  transition: all 0.5s ease;
  opacity: 0;
}
.topbtn.on{opacity: 1;}

.topbtn img{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width:30px;
}

.topbtn:hover{
  transition: all 0.5s ease;
  background-color: #151515;
}
/* top_btn */