/* ========================================

  INDEX CSS

======================================== */
/*main*/
#contents #mainArea{
  position: relative;
  overflow: hidden;
  width: 100%;
}
#contents #main{
  width: 100%;
  z-index: -1;
  background: #000;
}
.vegas-timer{
  opacity: 0;
}

/*audienceArea*/
#contents #audienceArea{
  position: relative;
  background: url("../img/green.png")no-repeat center center;
  background-position: 50% 130px;
  background-size: 1400px 180px;
  height: 315px;
}
#contents #audienceArea .audience{
  text-align: center;
  margin-top: -130px;
  display: none;
}

/*news*/
#contents #newsArea{
  margin-top: 20px;
}
#contents #newsArea .ttlArea{
  display: flex;
  justify-content: space-between;
  align-items:center;
}
#contents #newsArea .newsList{
  margin-top: 30px;
}
#contents #newsArea .newsList .photo{
  padding-top: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#contents #newsArea .newsList .box .txt{
  padding: 20px;
  font-size: 14px;
}
#contents #newsArea .newsList a{
  color: #231815;
}
#contents #newsArea .newsList a:hover{
  color: #6c554f;
}
#contents #newsArea .newsList .txt .day{
  font-size: 13px;
  margin-bottom: 6px;
  color: #6c554f;
}
.slick-slide {
  margin: 0px 5px;
  background: #fff;
}

/*contentsBody*/
#contents #contentsBody {
  margin-top: 80px;
}
#contents #contentsBody p{
  text-align: justify;
  line-height: 1.8;
}
#contents #contentsBody .col2{
  display: flex;
}
#contents #contentsBody .revers{
  flex-direction:row-reverse;
}
#contents #contentsBody .col2 .col{
  width: 50%;
}
#contents #contentsBody .col2 .photo{
  background-size: cover;
  background-position: center center;
}
#contents #contentsBody #about .photo{
  background-image: url("../img/about_photo.jpg");
}
#contents #contentsBody #member .photo{
  background-image: url("../img/member_photo.jpg");
}
#contents #contentsBody #yassan .photo{
  background-image: url("../img/yassan_photo.jpg");
}
#contents #contentsBody .col2 .txt{
  background: rgba(255,255,255,.5);
}
#contents #contentsBody .col2 .txt .wrap{
  padding: 60px 60px 20px;
}
#contents #contentsBody .col2 .txt .wrap p{
  margin-top: 20px;
}


/*instagram*/
#contents #instagram{
  background-image: url("../img/instagram_bg.jpg");
  background-size: cover;
  background-position: top center;
  padding: 60px 0 0;
}
#contents #instagram h4{
  text-align: center;
}
#contents #instagram #instafeed {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
#contents #instagram #instafeed li{
  position: relative;
  width: 24%;
  padding-bottom: 24%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 1.5%;
  box-shadow:2px 2px 1px 1px rgba(0,0,0,.1);
  border: solid 4px #fff;
  transition-duration: .2s;
}
#contents #instagram #instafeed li a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
#contents #instagram #instafeed li:hover{
  transform: rotateZ(2deg) scale(.9,.9);
}
#contents #instagram .btmImg{
  margin-top: 20px;
}


/*movie*/
#contents #movie{
  background-image: url("../img/mov_bg.jpg");
  background-size: cover;
  background-position: center center;
}
#contents .videoWrapper{
  max-width: 860px;
  padding: 80px 0;
  margin: 0 auto;
}
#contents .video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
#contents .video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


/* PC Styles
======================================== */
@media screen and (min-width: 1081px) {
  /*link*/
  #contents #link .linkList{
    padding: 60px 0 0;
    width: 100%;
  }
  #contents #link .linkList li{
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    background: #fff;
    width: 32.5%;
    box-shadow:2px 2px 1px 1px rgba(0,0,0,.1);
    margin: 0.65% 0.65% 0 0;
  }
  #contents #link .linkList li:nth-child(3n){
    margin-right: 0;
  }
  #contents #link .linkList li a{
    display: flex;
    align-items: center;
  }
  #contents #link .linkList li .photo{
    width: 30%;
  }
  #contents #link .linkList li .txt{
    width: 70%;
    padding-left: 15px;
    font-size: 15px;
  }
}

/* Tablet Styles
======================================== */
@media screen and (min-width:601px) and (max-width:1080px) {
  /*link*/
  #contents #link .linkList{
    padding: 50px 0 0;
    width: 100%;
  }
  #contents #link .linkList li{
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    background: #fff;
    width: 49%;
    box-shadow:2px 2px 1px 1px rgba(0,0,0,.1);
    margin: 1% 1% 0 0;
  }
  #contents #link .linkList li:nth-child(2n){
    margin-right: 0;
  }
  #contents #link .linkList li a{
    display: flex;
    align-items: center;
  }
  #contents #link .linkList li .photo{
    width: 20%;
  }
  #contents #link .linkList li .txt{
    width: 80%;
    padding-left: 15px;
    font-size: 15px;
  }
  #contents #link .linkList li .txt br{
    display: none;
  }
}
@media screen and (max-width:1080px) {
  
  /*contentsBody*/
  #contents #contentsBody .col2 .txt .wrap{
    padding: 40px 30px 20px;
  }
  
  /*audienceArea*/
  #contents #audienceArea{
    position: relative;
    background-position: 0 bottom;
    background-size: 160%;
    height: auto;
  }
  #contents #audienceArea .audience{
    text-align: center;
    width: 80%;
    margin: -60px auto 0;
  }
}

/* Mobile Styles
======================================== */
@media screen and (max-width: 600px) {
  /*news*/
  #contents #newsArea .ttlArea h2{
    width: 50%;
  }
  #contents #newsArea .newsList{
    margin-top: 20px;
  }
  #contents #newsArea .newsList li .txt{
    padding: 15px;
    font-size: 13px;
  }
  #contents #newsArea .newsList .txt .day{
    font-size: 12px;
    margin-bottom: 4px;
  }
  
  /*contentsBody*/
  #contents #contentsBody {
    margin-top: 60px;
    padding-bottom: 40px;
  }
  #contents #contentsBody h2{
    width: 90%;
  }
  #contents #contentsBody p{
    text-align: justify;
    line-height: 1.8;
  }
  #contents #contentsBody .col2+.col2{
    margin-top: 20px;
  }
  #contents #contentsBody .col2,
  #contents #contentsBody .revers{
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    box-shadow:2px 2px 1px 1px rgba(0,0,0,.1);
  }
  #contents #contentsBody .col2 .col{
    width: 100%;
  }
  #contents #contentsBody .col2 .photo{
    padding-top: 70%;
  }
  #contents #contentsBody .col2 .txt .wrap{
    padding: 30px;
  }
  #contents #contentsBody .col2 .txt .wrap p{
    margin-top: 20px;
  }
  #contents #contentsBody .col2 .txt .wrap p.btnMore{
    display: block;
    text-align: center;
  }
  #contents #contentsBody .col2 .txt .btmImg{
    width: 70%;
    margin: 0 auto;
  }
  
  /*instagram*/
  #contents #instagram{
    padding: 40px 0 0;
  }
  #contents #instagram #instafeed li{
    width: 48%;
    padding-bottom: 48%;
    margin-top: 4%;
    box-shadow:2px 2px 1px 1px rgba(0,0,0,.1);
    border: solid 2px #fff;
  }
  #contents #instagram #instafeed li a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  #contents #instagram #instafeed li:hover{
    transform: none;
  }
  
  /*movie*/
  #contents .videoWrapper{
    padding: 40px 0;
    margin: 0 auto 30px;
  }
  
  /*link*/
  #contents #link .linkList{
    padding: 35px 0 0;
    width: 100%;
  }
  #contents #link .linkList li{
    overflow: hidden;
    display: block;
    font-size: 0;
    background: #fff;
    width: 100%;
    box-shadow:1px 1px 1px 1px rgba(0,0,0,.1);
  }
  #contents #link .linkList li+li{
    margin-top: 10px;
  }
  #contents #link .linkList li a{
    display: flex;
    align-items: center;
  }
  #contents #link .linkList li .photo{
    width: 15%;
  }
  #contents #link .linkList li .txt{
    width: 85%;
    padding-left: 15px;
    font-size: 15px;
  }
  #contents #link .linkList li .txt br{
    display: none;
  }
}