@charset "UTF-8";
@media screen and (min-width: 1080px) {

  .mainV {
    width: 80%;
  }

  #sliderTitleWrap {
    left: 69.43vw;
    width: 21.15vw;
    bottom: 35vh;
  }

  #sliderTitleWrap>p {
    font-size: 1.88vw;
  }

  #sliderTitleWrap h2 {
    font-size: initial;
    margin-bottom: 1.25vw;
  }

  #sliderTitleWrap h2 img {
    width: 21.51vw;
    max-width: initial;
  }

  #sliderTitleWrap b,
  #sliderTitleWrap i {
    font-size: 1.04vw;
    margin: 3.2vh 0 -3.5vh;
  }

  #mainV #slider img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }

  #mainV #slider .msg {
    width: 21.35vw;
    left: 69.43vw;
    justify-content: center;
    bottom: 12.3vh;
  }

  #mainV #slider .msg>span {
    font-size: 1.04vw;
    height: 8.5vh;
  }

  #mainV #slider li .msg a {
    font-size: 1.5vw;
    font-size: 1.25vw;
    width: 100%;
    padding-bottom: 0.75vw;
    height: 2.03vw;
    transform: none;
    font-weight: 100;
  }

  #mainV #slider .msg h3 {
    font-size: 1.25vw;
    line-height: 2vw;
    line-height: 4vh;
    font-size: 1.77vw;
    height: 9.8vh;
    letter-spacing: normal;
  }

  #mainVPager {
    left: 69.6vw;
    width: 21.5vw;
    bottom: 29.45vh;
  }

  #mainVPager .nextArrow,
  #mainVPager .prevArrow {
    margin: 0;
    transition: all .2s;
  }
  #mainVPager .nextArrow img,
  #mainVPager .prevArrow img{
    width: 3.31vw;
  }

  #mainVPager .nextArrow:hover {
    margin: 0 -.25vw 0 0;
  }

  #mainVPager .prevArrow:hover {
    margin: 0 0 0 -.25vw;
  }

  #mainVPager .nextArrow:active {
    margin: 0 -1vw 0 0;
  }

  #mainVPager .prevArrow:active {
    margin: 0 0 0 -1vw;
  }

  .articleWrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }

  #articleList {
    width: 64.84vw;
    padding: 0 0 2.8vw;
    margin: 0 13.54vw 0 0;
  }

  #articleList>p {
    font-weight: bold;
    font-size: 1.15vw;
    line-height: 2.4vw;
    width: 44.43vw;
    margin: 0 0 6.2vw 10vw;
  }

  .article {
    width: 18.44vw;
    /* height: 24.27vw; */
    margin-bottom: 4.79vw;
    position: relative;
  }
  
  .article::before {
    content: "";
    display: block;
    width: 18.44vw;
    height: 13.02vw;
    background: #000;
  }
  
  .article img{
    width: 18.44vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .6s;
  }
  .article img:hover{
    opacity: .8;
  }

  #topSlideInclude .pcOnly.topSliderOnly{
    display: none;
  }
  
  .msg {
    display: flex;
    flex-wrap: wrap;
  }

  .article h3 {
    font-size: 1.04vw;
    letter-spacing: .05vw;
    padding-top: 1.72vw;
    padding-bottom: 0;
    height: 4vw;
  }

  .article p {
    padding: 0;
    font-size: .83vw;
    line-height: 1.67vw;
    height: 6vw;
  }
  
  .article .viewMore {
    font-size: .99vw;
    height: 1.56vw;
    margin-top: auto;
    padding-top: 0;
  }

  .viewMore .dliPlus {
    top: 0.6vw;
    width: 0.8vw;
  }

  .viewMore .dliPlus::after {
    width: 0.8vw;
    left: 0;
  }

  .viewMore:hover .dliPlus {
    width: 14.87vw;
  }

  .Topics h3 {
    width: 60%;
    margin: auto;
    font-size: 3rem;
    font-weight: bold;
    padding: 0 0 3vw;
  }

  .Topics div {
    background-color: lightgray;
    margin: -7vw auto 0;
    padding: 10vw 0 0;
  }

  .Topics div ul {
    width: 70%;
    margin: 0 0 0 25vw;

  }

  .Topics div ul li {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 2vw;
  }

  .Topics div ul li.text_left img {
    order: 2;
  }

  .Topics div ul li p {
    width: 100%;
  }

  .Topics div ul li img {
    width: 50%;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0 3vw;
  }

  



}