/* common */
.hide-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* //common */

/* nav */
.nav-wrap {
  position: fixed;
  z-index: 1031;
  width: 100%;
  background: rgb(246, 231, 231);
  display: none;
}
.nav-wrap a {
  text-decoration: none;
}
.nav-inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
.nav-wrap .logo {
  width: 130px;
  height: 48px;
  background-image: url(/wiki/skins/Tweeki/images/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.nav-wrap .menu {}
.nav-wrap .menu ul,
.nav-wrap .menu li {
  margin: 0;
  padding: 0;
}
.nav-wrap .menu-depth01 {
  display: flex;
}
.nav-wrap .menu-depth01>li {
  list-style: none;
  position: relative;
  width: 185px;
}
.nav-wrap .menu-depth01>li>a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.nav-wrap .menu-depth01>li:hover>a {
  color: #D70505 ;
}
.nav-wrap .menu-depth02 {
  position: absolute;
}
.nav-wrap .menu-depth02>li {
  list-style: none;
}
.nav-wrap .menu-depth02>li+li {
  margin-top: 8px;
}
.nav-wrap .menu-depth02>li>a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.nav-wrap .btns {}
.nav-wrap .btns .btn-search {}
.nav-wrap .btns .btn-nav {}
/* //nav */

/* footer */
.footer-wrap {
  background-color: #181818;
  background-image: url(/wiki/skins/Tweeki/images/footer_bg.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.footer-inner {
  width: 100%;
  max-width: 1600px;
  padding:80px 0 40px;
  margin: 0 auto;
}
.footer-section-01 {}
.footer-section-02 {
  display: flex;
  justify-content: end;
  margin-top: 150px;
}
.footer-title {
  position: relative;
  width: 272px;
  height: 100px;
  background-image: url(/wiki/skins/Tweeki/images/logo.svg);
  background-repeat: no-repeat;
}
.footer-login {
  display: block;
  color: #ED231B;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 20px;
}
.footer-link {
  color: #BCBCBC;
  font-size: 16px;
}
.footer-link.bold {
  font-weight: 700;
}
.footer-link + .footer-link {
  margin-left: 24px;
}
.footer-copy {
  margin-left: 48px;
}
.footer-copy span {
  color: #BCBCBC;
  font-size: 16px;
}
.footer-copy span + span {
  position: relative;
  margin-left: 25px;
}
.footer-copy span + span:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  width: 1px;
  height: 12px;
  background-color: #666;
}
/* //footer */

.a-li {
    filter: sepia(0.2) !important;
}
@media screen and (max-width:1000px) {
    .story-list li {

        width: calc(50% - 40px);
        margin-bottom: 20px;
        margin-right: 40px;
        height: 120px;
    }
    .c-li-list {
        width: calc(33% - 20px) !important;
        margin-right: 15px !important;
    }
}
@media screen and (min-width:1001px) {
    .story-list li {
        width: calc(20% - 20px);
        margin-right: 10px;
        height: 50px;
    }
    .c-li-list {
        width: calc(20% - 20px) !important;
        margin-right: 15px !important;
    }
}

.story-list li {

    border-radius: 10px;

    margin-bottom: 20px;

    padding: 10px;
    list-style: none;
    float: left;
    border: 1px solid black;
    /* border-radius: 18px; */
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    display: flex;
    /*    box-shadow: 0 0 20px #eee;
    background-size: 200% auto;*/
    align-items: center;
    /*background-image: linear-gradient(to right, #ECE9E6 0%, #FFFFFF 51%, #ECE9E6 100%);*/
    justify-content: center;

}

.network-g {
    display: block;
    position: absolute;
    opacity: 0;
    z-index: 1;
    margin-left: 15px;
    width: calc(100% - 30px) !important;
}
.net-act {
    opacity: 1 !important;
    z-index: 999 !important;
}
#catlinks {
    border: none !important;
}
.ppp_title {
    width: calc(100% - 120px);
    margin-left: 60px;
    z-index: 10001 !important;
    text-align: left;
    font-size: 30px;
    z-index: 1001 !important;
    position: absolute;
    margin-top: -50px;
    font-family: 'pyeonghwa' !important;
}

.s-header {
    margin-left: 15px;
    margin-top: 30px;
    border-bottom: 1px solid black;
    width: calc(100% - 30px);
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size:20px !important;

}

.page-header {
    display: none !important;
}

.story-list {
    width: 100%;
    list-style-type: none;
    position: relative;
    height: auto;
    display: inline-block;

}

.story-list li:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: black;
    filter: sepia(0.2) !important;
}

.but-go {
    background-image: linear-gradient(to right, #ECE9E6 0%, #FFFFFF 51%, #ECE9E6 100%);
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all 0.5s;
    border: 1px solid black !important;
}
.but-go:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: black;

}
.story-div {
    margin-bottom: 30px !important;
}
.story-div p {
    font-size: 15px;
    margin-top: 10px;
}
.meta-div {
    margin-bottom: 30px !important;
}
.meta-div p {
    font-size: 15px;
    margin-top: 10px;
}
.col-md-4 iframe {
    width: 100% !important;
    height: 300px !important;

}
.col-md-4 .mata-img {

    cursor: pointer;
}
.all-bu {
    width: 220px;
    padding: 10px;
    border-radius: 20px;
    margin-left: calc(50% - 100px);
    font-size: 18px;
    margin-top: 30px;
   box-shadow: 0 0 20px #eee;
    background-size: 200% auto; 
    align-items: center;
   background-image: linear-gradient(to right, #ECE9E6 0%, #FFFFFF 51%, #ECE9E6 100%);
    transition: all 0.5s;
    margin-bottom: 30px;
    border:1px solid black !important;
}
.all-bu:hover {
    background: black;
    color: white;
}
.but-cat {
    width: auto;
    /* padding: 10px; */
    border-radius: 10px;
    background: white;
    color: black;
    text-align: center;
    /* height: 15px; */
    line-height: -46px;
    border: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 16px;
    margin-right: 5pxl;
}

@media screen and (min-width: 992px) {
    .container {
        width: 100% !important;
    }

    #content {
        padding: 0 !important;
        width: 100%;
    }
}

.col-md-6 iframe {
    width: 100%;
    height: 200px;

}

.col-md-6 {
    padding: 0;
}

.firstHeading,
.tweekiFirstHeading {
    display: none !important;
}

#contentwrapper {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

#content {
    width: 100% !important;
    margin: 0 !important;

}

#bodyContent {
    width: 100%;
}

.main_link {
    background: black;
    color: white;
    padding: 10px;
    border: 1px solid black;
    font-size: 20px;
    position: absolute;
    left: 60px;
    top: calc(50vh + 150px);
    z-index: 10001 !important;
}

#firstHeading {
    display: none !important;
}

.page-header {
    display: none !important;
}

/********/
.full-menu {
    position: fixed;
    width: 100vw;
    height: 0;

    left: 0;
    top: 0;
    overflow: hidden;
    background: white;
    display: block !important;
    transition: all 1s;
    opacity: 0;
    z-index: 1020;
}
.full-menu-open {
    transition: all 1s;
    opacity: 1;
    z-index: 1020;
    height: 100vh !important;
}
.menu-title {
    position: absolute;

    font-size: 20px;
    float: left;
    left: calc(2.5% + 20px);
}
#menu-t-1 {
    top: 75px;
}
#menu-t-2 {
    top: 165px;
}
#menu-t-3 {
    top: 270px;
}
#menu-t-4 {
    top: 375px;
}
#menu-t-5 {
    top: 515px;
}
#menu-t-6 {
    top: 615px;
}
#menu-t-7 {
    top: 715px;
}
.nmenu-ul {
    position: absolute;
    left: calc(2.5% + 70px);
    width: calc(100% - 200px);
    list-style: none;
}
.nmenu-ul li {
    float: left;
    margin-right: 50px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size:18px;
    min-width:170px;
    transition: all 0.5s;
}
.nmenu-ul li:hover
{
    font-weight:500 !important;
}
#nmenu1 {
    top: 125px;
}
#nmenu2 {
    top: 215px;
}
#nmenu3 {
    top: 320px;
}
#nmenu4 {
    top: 425px;
}
#nmenu5 {
    top: 565px;
}
#nmenu6 {
    top: 665px;
} 
#nmenu7 {
    top: 765px;
}

/*****/
/* Styling to center design */
@media screen and (max-width:991px) {
    .but-nav {
        display: none !important;
    }
    .full-menu {
        display: none !important;
    }




.slick-slider div {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 50vh;
    position:relative;
    
  }
  .slider-area
  {
    margin-top:0px;
    width: 100%;
overflow: hidden !important ;
    height: 50vh;
  }
  .slick-prev
  {
    position: absolute;
    left: 0px;
    top: calc(25vh - 30px);
    z-index: 1020;
    background: transparent;
    border:none !important;
    font-size:30px;
  }
  .slick-next
  {
    position: absolute;
   right: 0px;
   top: calc(25vh - 30px);
    z-index: 1020;
    background: transparent;
    border:none !important;
    font-size:30px;
  }
  /*
  .slick-prev:hover
  {
    color:white !important;
  }

  .slick-next:hover
  {
    color:white !important;
  }
    */
  /* Dots 기본 스타일 */
.slick-dots {
  position: absolute;
  bottom: 15px;
  display: flex;
  justify-content: right;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  width: calc(100% - 20px) !important;;
  left: 0 !important;
 
}

.slick-dots li {
  margin: 0 3px;
}

.slick-dots li button {
  border: none;
  background-color: white;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  cursor: pointer;
  padding: 0;
  border:1px solid black;
}

.slick-dots li.slick-active button {
  background-color: black; /* 활성화된 슬라이드의 점 색상 */
  width: 6px; /* 크기를 키워서 강조 */
  height: 6px;
}

.s_bu
{
    position:absolute;
 
    background: transparent;
    border:1px solid white;
    left: calc( 20px);
    position: absolute;
    bottom:15px;
    z-index:9999;
    font-size:13px;
    width:100px;
    color:white;
    border-radius:15px;
    transition:all 0.5s;
    margin-bottom:0.9vw;
}
.s_bu:hover
{
    background:white;
    color:black;
}
.slide_h2
{
    position:absolute;
 
    background: transparent;
 width:60vw;
    font-size:4vw;
    left: calc( 20px);
 
    position: absolute;
    bottom: calc(50px - 1.5vw);
    z-index:9999;
    color:white;
    line-height:4.5vw;
    
}
.story-div
{
    padding:0 ;
    width:50%;
    width: calc(50% + 0px);
    float: left;
    /* margin-right: 10px; */
    padding-right: 5px;
    padding-left: 0 !important;  
}
.story-div p
{
    font-size:12px !important;
}
.meta-div
{
   /* padding:0 ;
    width:50%;
    width: calc(50% + 0px);
    float: left;
  
    padding-right: 10px;
    padding-left: 0 !important;  */ 
}
.story-list li 
{
    height:80px;
}
.n-r-pad
{
    padding-right:0 !important; 
}
}
@media screen and (min-width:992px) { 
 

    .s_bu
    {
        position:absolute;
     
        background: transparent;
        border:2px solid white;
        left: calc(100vw - 220px);
        position: absolute;
        bottom:70px;
        z-index:9999;
        font-size:30px;
        width:150px;
        color:white;
        border-radius:15px;
        transition:all 0.5s;
        margin-bottom:0.9vw;
    }
    .s_bu:hover
    {
        background:white;
        color:black;
    }
    .slide_h2
    {
        position:absolute;
     
        background: transparent;
     width:50vw;
        font-size:3.5vw;
        left: calc( 100px);
     
        position: absolute;
        bottom: 70px;
        z-index:9999;
        color:white;
        line-height:4vw;
        
    }

    .slick-slider div {
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh;
        position:relative;
        
      }
      .slider-area
      {
        margin-top:-10px;
        width: 100%;
    overflow: hidden !important ;
        height: 100vh;
      }
      .slick-prev
      {
        position: absolute;
        left: 20px;
        top: calc(50vh - 60px);
        z-index: 1020;
        background: transparent;
        border:none !important;
        font-size:50px;
      }
      .slick-next
      {
        position: absolute;
       right: 20px;
       top: calc(50vh - 60px);
        z-index: 1020;
        background: transparent;
        border:none !important;
        font-size:50px;
      }
      .slick-prev:hover
      {
        color:white !important;
      }
    
      .slick-next:hover
      {
        color:white !important;
      }
      /* Dots 기본 스타일 */
    .slick-dots {
      position: absolute;
      bottom: 15px;
      display: flex;
      justify-content: center;
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%;
    }
    
    .slick-dots li {
      margin: 0 5px;
    }
    
    .slick-dots li button {
      border: none;
      background-color: white;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      cursor: pointer;
      padding: 0;
      border:1px solid black;
    }
    
    .slick-dots li.slick-active button {
      background-color: black; /* 활성화된 슬라이드의 점 색상 */
      width: 12px; /* 크기를 키워서 강조 */
      height: 12px;
    }


        .navbar-fixed-top, .navbar-fixed-bottom {
            background: transparent !important;
        
        }
        .navbar-brand
        {
            top:21px !important;
        }

  

/* #navbar 
{
    display: none !important;
} */
    .but-nav {
        /*   border: 3px solid white; */
        height: 40px;
        right: 0;
        position: fixed;
        z-index: 100005 !important;
        top: 30px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 60px;
    }

    .but-nav .inner,
    .but-nav .inner::after,
    .but-nav .inner::before {
        background-color: #000;
        content: "";
        z-index: 999;
        display: block;
        height: 2px;
        width: 35px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.5s cubic-bezier(0.68,-0.55,0.265,1.55);
    }

    .but-nav .inner {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .but-nav .inner::before {
        margin-top: -10px;
        position: absolute;
    }

    .but-nav .inner::after {
        margin-top: 10px;
        position: absolute;
    }

    .but-nav.but-close .inner {
        background-color: transparent;
        left: 54%;
    }

    .but-nav.but-close .inner::after,
    .but-nav.but-close .inner::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        width: 29px;
    }

    .but-nav.but-close .inner::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navbar-brand {
     
    /*    left: 15px !important;*/
    }
    /* #searchform {
        display: none !important;
    } */
    #navbar {
        margin-left: 0 !important;
    }

    /******** page ***/
    .story-back {
        position: relative;
        width: 100%;
        height: 200px;
    }
    

    #contentwrapper
    {
        width:100% !important;
        margin-left:0%  !important;
        overflow-x: hidden !important;
    }
    #pp_content
    {
        width:95% !important;
        margin-left:2.5%  !important;
    }
.col-md-12
 
{
    padding-left:0 !important;

    padding-right:0 !important;
}

.navbar-default .navbar-brand
{
    
}
.navbar-fixed-top
{
    height: 65px !important;
    background: white !important;
}
}

.story-icon {
    height: 22px;
    margin-left: 5px;
}



.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity:1;
  }
  
  .bg-video__content {
    height: 100%;
    width: 100%;
    object-fit: cover;  
    
  }