/* header start */
header{
  position: fixed;
  width:100%;
  height:80px;
  min-width:1300px;
  z-index: 9999;
  top:0;
  left:0;
  transition: all .3s ease-in-out;
  border-bottom:1px solid #ccc;
  background-color: #fff;
}
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:42px;
  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.png) 50% 50% no-repeat; background-size: 250px;}
header .logo h1 a{
  display: block;
  width:250px;
  height:42px;
}

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: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:1300px;
    min-width:1300px;
    margin:0 auto;
    z-index: 999;
}
.gnb{
    display: flex;
    align-items: center;
    justify-content: end;
}
.gnb > li{
    margin-left:80px;
    transition: all .2s ease-in-out;
    position: relative;;
}

/* .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:#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: #000;
    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: #000;
    transition: all .3s ease-in-out;
}
.sub_menu{
    font-size:0;
    display:none;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    z-index:99;
    background-color: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
    border-bottom:3px solid #000;
}
/* .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:180px; transition: all .2s ease-in-out;}
.sub_menu a{
  font-size:15px;
  text-align: center;
  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: #000;
  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;}
/* .box{
  width:0;
  height:2px;
  background-color: #bf0b2c;
  position: absolute;
  left:0;
  bottom:5px;
  transition:all 0.3s ease-out;
}
.sub_menu a:hover .box{width:100%; transition: all .3s ease-in-out;}
.sub_menu a:hover{color:#bf0b2c;} */

/* 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: #bf0b2c;}

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;
    height:1000px;
}

.typo{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
    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:first-child{
    font-size:40px;
    transition-delay:0s;
}
.typo span:nth-child(2){
    font-size:50px;
    transition-delay:0.5s;
    font-family: 'GmarketSansBold';
}
.typo span:last-child{
    font-size:30px;
    transition-delay:1s;
}
.visual .swiper-slide > img{width:100%; transform:scale(1.5); transition:all 3s 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;

  /* 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: #e03e3e;
}
.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:#18388a
}
.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:#18388a
}
.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 공통 */

.telegram{
  position: fixed;
  top:205px;
  right:60px;
  background-color: #f1f1f1;
  border-radius: 10px;
  width:128px;
  padding:20px 0;
}
.telegram h3{
  font-size:24px;
  color:#000;
  text-align: center;
}
.telegram_img{
  width:100px;
  margin:0 auto;
  padding:10px;
  text-align: center;
}
.telegram_img img{transition: all .3s ease-in-out;}
.telegram p{
  font-size:18px;
  color:#333;
  text-align: center;
}
.telegram span{
  display: block;
  font-size:20px;
  font-weight: 600;
  color:#00a0d1;
  text-align: center;
}
.telegram a:hover .telegram_img img{transform: scale(1.1);}
/************************************************************** section **************************************************************/
.recent{margin:130px 0 60px 0;}
.recent h3{
  font-size:32px;
  color:#000;
  text-align: left;
  padding-left:10px;
  position: relative;
}
/* .recent h3::after{
  content: '';
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  width:5px;
  height:30px;
  background-color: #0fa6e7;
} */
.recent ul{padding:15px 0;}
.recent ul li{margin-right:20px; width:100%;}
.recent ul li:last-child{margin-right:0px;}

.recent .main_extraction_img{
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  padding-top:66.5%;
  background-color: #000;
}
.recent .main_extraction_img img{
  transition: all .3s ease-in-out;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.broadcast .board ul{display: flex; align-items: top; justify-content: start;}

.movie .board ul{display: flex; align-items: top; justify-content: start;}

.song .board ul{display: flex; align-items: top; justify-content: start;}

.baseball .board ul{display: flex; align-items: top; justify-content: start;}

.soccer .board ul{display: flex; align-items: top; justify-content: start;}

.b_vball .board ul{display: flex; align-items: top; justify-content: start;}
.golf .board ul{display: flex; align-items: top; justify-content: start;}

.politics{margin-top:30px;}
.politics .board ul{display: flex; align-items: top; justify-content: start;}

.virtual{margin-top:30px;}
.virtual .board ul{display: flex; align-items: top; justify-content: start;}

.recent .main_extraction_tit{padding:10px;}

.recent .main_extraction_tit p{
  font-size:18px;
  font-weight: 800;
  color:#000;
  text-align: left;
  padding:5px 0;
  transition: all .3s ease-in-out;
}
.recent .main_extraction_tit .ct{
  font-size:16px;
  font-weight: 200;
}

.recent .main_extraction_txt{padding:0px 10px;}
.recent .main_extraction_txt p{
  font-size:16px;
  color:#333;
  text-align: left;
  line-height: 24px;
  transition: all .3s ease-in-out;
}

.recent a:hover .main_extraction_img img{transform: scale(1.1); opacity: .8;}
.recent a:hover .main_extraction_tit p{color:#bf0b2c;}
.recent a:hover .main_extraction_txt p{text-decoration: underline;}


/* footer */
.footer{
  padding:30px 0;
  background-color: #333;
}
.footer p{
  font-size:13px;
  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:  #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 */