/* header start */
header{
  position: fixed;
  width:100%;
  height:100px;
  min-width:1300px;
  z-index: 9999;
  top:0;
  left:0;
  transition: all .3s ease-in-out;
  background-color:#475f75;
  /* border-bottom:1px solid #ccc; */
}
header.on{
  position: fixed;
  width:100%;
  min-width:1300px;
  top:0;
  left:0;
  background-color: #fff;
  border-bottom:1px solid #ccc;
}
header .logo h1{
  position: absolute;
  width:250px;
  height:45px;
  top:25px;
  left:0;
  transition:all .3s ease-in-out;
  background: url(../img/logo.png) 50% 50% no-repeat;
  background-size: 250px;
}
header .logo h1.on{background: url(../img/logo_h.png) 50% 50% no-repeat; background-size: 250px;}
header .logo h1 a{
  display: block;
  width:250px;
  height:45px;
}

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

nav{
    width:100%;
    max-width:1400px;
    min-width:1400px;
    margin:0 auto;
    z-index: 999;
}
.gnb{
    font-size:0;
    width:100%;
    text-align: right;
}
.gnb > li{
    display:inline-block;
    transition: all .2s ease-in-out;
    text-align: center;
    margin-left:40px;
}

/* .gnb > li:hover{background-color: rgba(191, 11, 1, .1); transition: all .2s ease-in-out;}
.gnb > li:hover .sub_menu li{background-color: rgba(191, 11, 1, .1); transition: all .2s ease-in-out;} */
.gnb > li > a:hover:before,
.gnb > li > a:hover:after{width:100%;}
.gnb > li > a.on{color:#333;}

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

.gnb > li > a:before{content:'';
    display:block;
    width:0;
    height:2px;
    position: absolute;
    bottom:-10px;
    left:50%;
    transform: translateX(-50%);
    background-color: #bf0b2c;
    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: #bf0b2c;
    transition: all .3s ease-in-out;
}
.sub_menu{
    font-size:0;
    display:none;
    position: absolute;
    z-index:99;
    margin-top:10px;
}
.bg{
  position: absolute;
  left: 0;
  top: 99px;
  width: 100%;
  height: 225px;
  display: none;
  z-index: 9;
  background-color: #fff;
  box-shadow:0 3px 5px #eee;
  border-top:1px solid #ccc;
}
.sub_menu li{width:140px; transition: all .2s ease-in-out;}
.sub_menu a{
  font-size:15px;
  font-weight: 400;
  color: #464243 !important;
  line-height: 35px;
  display: block;
  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: #003625;
  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{color: #fdf3af;}

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{width:100%; background-color: #fdf3af;}
/* header end */

/* visual swiper start */
.visual{
    width:100%;
    min-width:1200px;
    height:450px;
    margin-top:100px;
}
.visual .typo_wrap{
  width:1200px;
  height:100%;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.typo{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width:100%;
    font-family: 'GmarketSansBold';
    z-index: 99999;
}

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

.typo span{
    color:#fff;
    display:block;
    opacity:0;
    transform:translate(0,100%);
    transition:all 1s ease-in-out;
    font-family:'GmarketSansMedium';
}

.typo span:nth-of-type(1){
    font-size:40px;
    transition-delay:0s;
}
.typo span:nth-of-type(2){
    font-size:50px;
    padding:20px 0;
    transition-delay:0.5s;
    font-family: 'GmarketSansBold';
}
.typo span:nth-of-type(3){
    font-size:30px;
    transition-delay:1s;
}
.visual .swiper-slide > img{width:100%; transform:scale(1.2); transition:all 5s ease;}
.visual .swiper-slide.swiper-slide-active > img.zoom{transform:scale(1);}

.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:first-child{animation:text 1s .2s both;}
.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:nth-child(2){animation:text 1s .3s both;}
.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:last-child{animation:text 1s .4s both;}

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

.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;
}
.visual .swiper-slide::before{
  position: absolute;
  content: '';
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
.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: #fdf3af;
}
.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 */
.price{padding:60px 0;}
.price h2{
  font-size:48px;
  color:#000;
  text-align: center;
  position: relative;
}
.price h2::after{
  content: '';
  position: absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  width:350px;
  height:1px;
  background-color: #ccc;
}
.price h2::before{
  content: '';
  position: absolute;
  right:0;
  top:50%;
  transform: translateY(-50%);
  width:350px;
  height:1px;
  background-color: #ccc;
}
.price p{
  font-size:18px;
  line-height: 32px;
  color:#333;
  text-align: center;
  padding:10px 0;
}
.price p strong{
  font-size:18px;
  color:#333;
}
.price span{
  display: block;
  font-size:16px;
  color:#333;
  text-align: center;
}
/* .price .chart{
  width:100%;
  margin-top:60px;
}
.price .chart tr th{
  background-color: #eaeaea;
  width:33.333%
}
.price .chart tr th,
.price .chart tr td{
  font-size:16px;
  color:#333;
  border:1px solid #ccc;
  padding:20px;
}
.price .chart tr td:nth-of-type(1){padding-left:80px;}
.price .chart tr .red{color:red; text-align: center; font-weight: 600;}
.price .chart tr .blue{color:blue; text-align: center; font-weight: 600;}

.price .price_box{
  margin-top:60px;
  background-color: #eaeaea;
  padding:20px;
  transition: all .3s ease-in-out;
}
.price .price_box p{
  font-size:18px;
  line-height: 32px;
  color:#333;
  text-align: left;
  padding-left:40px;
  position: relative;
  transition: all .3s ease-in-out;
}
.price .price_box p::after{
  content: '';
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:20px;
  width:5px;
  height:5px;
  border-radius: 50%;
  background-color: #333;
  transition: all .3s ease-in-out;
}
.price .price_box:hover{background-color: #d2be36;}
.price .price_box:hover p{color:#fff; font-weight: 600;}
.price .price_box:hover p::after{background-color: #fff; font-weight: 600;} 게시판으로 대체 */

.price .board{margin-top:60px; position: relative;}
.price .board::before{
  content: '';
  position: absolute;
  top:0;
  left:0;
  width:0;
  height:0;
  background-color: transparent;
  z-index: 1;
}
.price .board .AW_bbs_table tr th,
.price .board .AW_bbs_table tr td{
  border:1px solid #ccc;
  padding:20px;
  font-size:16px;
}
.price .board .AW_bbs_table tr:first-child th{background-color: #f7f7f7; width:33.333%;}
.price .board .AW_bbs_table tr td:first-child{display: none;}
.price .board .AW_bbs_table tr td:nth-of-type(3){color:red;}
.price .board .AW_bbs_table tr td:nth-of-type(4){color:blue;}

.price .board .bbs_paging{display: none;}
.price .board .AWbbs_f_search{display: none;}
.price .board .bbs_btn{display: none;}
/* section1 */

/* section2 */
.info{padding-bottom:60px;}
.info ul{height:250px;}
.info ul li{position: relative; padding:20px 0;}
.info ul li .caption_on{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:270px;
  background-color: #eaeaea;
  z-index: 9;
  transition: all .3s ease-in-out;
}

.info ul li .caption_on .info_icon{
  width:60px;
  height:60px;
  border-radius:50%;
  margin:0 auto;
  margin-top:40px;
  background-color: #333;
  padding:15px;
}
.info ul li .caption_on .info_tit h3{
  font-size:32px;
  color:#333;
  text-align: center;
  padding:10px 0;
}
.info ul li .caption_on .info_tit span{
  display: block;
  font-size:16px;
  color:#333;
  text-align: center;
}

.info ul li .caption{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:250px;
  opacity: 0;
  transition: all .3s ease-in-out;
  background-color: #d2be36;
}
.info ul li .caption .caption_tit{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width:100%;
}

.info ul li .caption p{
  font-size:16px;
  line-height: 32px;
  color:#fff;
  text-align: center;
}

.info ul li:hover .caption_on{opacity: 0;}
.info ul li:hover .caption{opacity: 1; animation: lightSpeedIn 1s .2s both;}
/* section2 */
/* footer */
.footer{
  padding:30px 0;
  background-color: #333;
}
.footer p{
  font-size:13px;
  line-height: 26px;
  color:#ccc;
  text-align: center;
  font-weight: 200;
}
/* footer */
/****************************************************************** section ******************************************************************/

 /* top_btn */
.topbtn{
  position: fixed;
  bottom:60px;
  right:60px;
  z-index:9999999999999;
  width:50px;
  height:50px;
  border-radius: 40px;
  background-color:  #d2be36;
  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 */



/* 마우스 커서*/
.cursor{
  position: absolute;
  left:0;
  top:0;
  width:20px;
  height:20px;
  border-radius: 50%;
  background-color: #eca341;
  display: none;
  z-index: -1;
}

.cursor .cursor_wrap{
  position: relative;
  width:20px;
  height:20px;
}
.cursor span{
  position: absolute;
  display: block;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width:15px;
  height:15px;
  border-radius: 50%;
  background-color: #6e985e;
  z-index: -1;
}
