/* header start */
/* top */
.top{position:fixed; top:0px; left:0; z-index:997; width:100%; height:80px; background-color: rgba(52, 52, 54, 1);}
/* .top.on{background:#fff; border-bottom:1px solid #ccc;} */
.top .menubtn{position:relative; float:right; width:63px; margin-top:16px;}
.top .menubtn ul{position:absolute; top:0; left:0; width:63px; height:50px; padding:4px 16px;}
.top .menubtn ul li{height:1px; margin:10px 0; background:#fff; transition:all 0.5s; transform-origin: left center;}
.top .menubtn ul li:nth-child(2){width:50%;}
.top .menubtn.on ul .bar_t{transform:rotate(45deg);}
.top .menubtn.on ul .bar_m{width:0;}
.top .menubtn.on ul .bar_b{transform:rotate(-45deg);}
.top .logo{padding-left:15px; padding-top:20px;}
.top .logo img{height:40px;}

/* sidemenu */
.menubox{position:fixed; top:0; left:-100%; z-index:998; width:100%; height:100%; transition:all 0.3s; background:#fff; overflow:auto;}
.menubox .logo{position: absolute; padding-left:15px; padding-top:25px; z-index: 999;}
.menubox .logo a{display: block; width:100%;}
.menubox .logo img{height:40px;}
.menubox.on{left:0;}
.sidemenu_head{position:relative; padding:40px 16px 40px; margin-bottom:10px; background-color: #fff; border-bottom:1px solid #ccc;}
.sidemenu_head ul{position:absolute; top:15px; right:0; width:63px; height:50px; padding:4px 16px;}
.sidemenu_head ul li{height:1px; margin:10px 0; background:#000; transition:all 0.5s; transform-origin: left center;}
.sidemenu_head ul .bar_t{transform:rotate(45deg);}
.sidemenu_head ul .bar_m{width:0;}
.sidemenu_head ul .bar_b{transform:rotate(-45deg);}
.sidemenu_head p:nth-of-type(1){font-size:30px; color:#000;}
.sidemenu_head p:nth-of-type(2){margin-top:10px; font-size:16px; color:#000;}
.sidemenu_body{padding:0 10px;}
.sidemenu_body .sidemenu{margin-bottom:5px;}
.sidemenu_body .sidemenu p{position:relative; padding:20px; font-size:16px; font-weight:700; color:#fff; background:#fff; border-bottom:1px solid #ccc;transition:all 0.5s;}
.sidemenu_body .sidemenu p:hover{opacity:1;}
.sidemenu_body .sidemenu p .arrow{position:absolute; top:19px; right:15px; width:15px; height:15px; background:url('../img/mplus.png') no-repeat center; transition:all 0.3s;}
.sidemenu_body .sidemenu p.open .arrow{transform:rotate(135deg);}
.sidemenu_body .sidemenu p a{color:#333; display: block;}
.sidemenu_body .sidemenu ul{display:none; padding:5px 0 20px; background:#fff;}
.sidemenu_body .sidemenu ul li{margin-bottom:5px;}
.sidemenu_body .sidemenu ul li a{display:block; padding:15px 35px; font-size:14px; font-weight:400; color:#333; border-bottom:1px solid #ddd;}
/* header end */

/* visual swiper start */
.visual{
  width:100%;
  height:100%;
  padding-top:80px;
  margin:0 auto;
}

.visual .typo{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width:100%;
  z-index: 99999;
}

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

.visual .typo span:nth-of-type(1){
  font-size:20px;
  transition-delay:0.5s;
  font-family: 'GmarketSansBold';
}
.visual .typo span:nth-of-type(2){
  font-size:14px;
  margin-top:20px;
  transition-delay:1s;
  font-family: 'GmarketSanslight';
}
.visual .swiper-slide.swiper-slide-active .typo > span.up{opacity:1; transform:translate(0,0);}
.visual .swiper {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.visual .swiper-slide {
width:100%;
text-align: center;
font-size: 18px;
background: #fff;
overflow: hidden;

/* 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 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: #d40811;
}
.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:30px;
  transform: translate(-50%, 100%);
}
.visual .swiper-button-prev,
.visual .swiper-container-rtl .swiper-button-next {
  left: 0px;
  right: auto;
  width:20px;
  color:#fff
}
.visual .swiper-button-next,
.visual .swiper-container-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
  width:20px;
  color:#fff
}
.visual .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:24px;}
.visual .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:24px;}

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

/* image_show_wrap 이미지쇼 */
section .image_show_wrap,
.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 */
.concept{margin-top:60px; overflow: hidden;}
.concept h2{
  font-size:24px;
  color:#000;
  text-align: center;
}
.concept P{
  font-size:16px;
  color:#000;
  opacity: .8;
  text-align: center;
  padding:20px 0;
}
.concept P strong{font-size:18px; color:#d40811;}

.concept .tab_menu{
  display: flex;
  align-items: center;
  justify-content: center;
}
.concept .tab_menu li{margin-right:10px;}
.concept .tab_menu li:last-child{margin-right:0px;}
.concept .tab_menu li a{
  display: block;
  font-size:14px;
  text-align: center;
  width: 150px;
  height:40px;
  line-height: 40px;
  border-radius: 20px;
  border:1px solid #bf0b2c;
}
.concept .tab_menu li:first-child a.on{background-color: #bf0b2c; color:#fff;}
.concept .tab_menu li a.active0{background-color: #bf0b2c; color:#fff;}
.concept .tab_menu li a.active1{background-color: #bf0b2c; color:#fff;}

.tab_concept_img{margin-top:30px;}
.tab_concept_img ul{
  display: flex;
  align-items: center;
}
.tab_concept_img ul li{margin-right:5px;}
.tab_concept_img ul li:last-child{margin-right:0px;}

.tab_concept_tit {margin-top:20px;}
.tab_concept_tit span{display: block;}
.tab_concept_tit .small-name{font-size:16px; color:#d40811; padding-left:10px;}
.tab_concept_tit .info{font-size:14px; color:#333; padding:10px 0 10px 10px;}
.tab_concept_tit .big-name{font-size:18px; color:#000; padding-left:10px;}
.tab_concept_tit .big-name strong{font-size:18px; color:#985c35;}

.tab_concept_tit a{
  display: block;
  font-size:14px;
  background-color: #985c35;
  color:#fff;
  padding:1px 40px 0px 30px;
  position: relative;
  width:200px;
  height:40px;
  line-height: 40px;
  border-radius: 20px;
  margin:20px auto 0 auto;
}
.tab_concept_tit a::before{
  position: absolute;
  content: '>';
  top:50%;
  transform: translateY(-50%);
  right:30px;
  font-size:16px;
  color:#fff;
  transition:all .3s ease-in-out;
}
.tab_concept_tit a:hover::before{right:20px;}
/* section1 */

/* section2 */
.brand{
  margin:60px 0;
  padding:60px 0;
  background: url(../../img/section3/img3.jpg) no-repeat 50% fixed;
  background-size: cover;
}

.brand_text h2{
  font-size:24px;
  color:#fff;
  text-align: center;
}
.brand_text p{
  font-size:16px;
  color:#fff;
  opacity: .8;
  text-align: center;
}
.brand_icon{
  padding:40px 0 0 15px;
}
.brand_icon a{
  display: flex;
  align-items: center;
  justify-content:start;
  transition: all .3s ease-in-out;
  margin:20px 0;
  position: relative;
}
.brand_icon li{margin-bottom:35px;}
.brand_icon li:last-child{margin-bottom:0}
.brand_icon li .tit h3{
  font-size:16px;
  color:#fff;
  text-align: left;
  padding-left:20px;
}
.brand_icon li .tit p{
  font-size:14px;
  color:#ccc;
  text-align: left;
  margin-top:5px;
  padding-left:20px;
}

.brand_icon .icon{padding:10px 0;}
.brand_icon .icon span{
  display: block;
  font-size:48px;
  color:#efca95;
  transition: all .5s ease-in-out;
}
.brand_icon a:hover h3{color:#bf0b2c;}
.brand_icon a:hover p{color:#bf0b2c;}
.brand_icon a:hover .icon span{transform: translateY(-35%) rotateY(360deg); color:#bf0b2c;}
/* section2 */

/* footer */
.footer{background:#333; position: relative;}
.footer .fbox{padding:30px 0 70px 0;}
.footer .fbox ul{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom:20px;
  border-bottom:1px solid #ccc;
}
.footer .fbox ul li{margin-right:10px;}
.footer .fbox ul li:last-child{margin-right:0px;}
.footer .fbox ul li a{display:block; font-size:13px; color:#969696; text-shadow:0 0 1px #969696;}
.footer .fbox ul li:nth-child(3) a{color:#fff; text-shadow:0 0 1px #fff;}

.footer .fbox p:nth-of-type(1){margin-top:20px;}
.footer .fbox p:nth-of-type(2){font-size:10px; margin-top:20px;}
.footer .fbox p{
  font-size:12px;
  line-height: 24px;
  color:#ccc;
  text-align: center;
  font-family: 'GmarketSansLight';
}


/* 오디오삽입 */
.audio{
  position: absolute;
  top:9%;
  left:50%;
  transform: translateX(-50%);
  z-index: 99;
}
/* ------------------------------------- section ------------------------------------- */


/* top_btn */
.topbtn{
  position: fixed;
  bottom:70px;
  right:20px;
  z-index:9999999;
  width:30px;
  height:30px;
  border-radius: 40px;
  background-color:  #bf0b2c;
  transition: all 0.5s ease;
  opacity: 0;
}
.topbtn.on{opacity: 1;}

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

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

/* m_phone */
.m_phone{
  width:100%;
  max-width:800px;
  min-width:300px;
  position: fixed;
  bottom:0;
  z-index: 99999999999999999;
  text-align: center;
}