/* common */

html,body{
  height: 100%;
}

/* main */

.bgover{
  background: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1150px;
}
.bgover .bgovertop{
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  height: 300px;
  position: absolute;
  top: -300px;
  width: 100%;
}

#main_container{
  position: relative;
  z-index: 1;
}
.mainslider {
  margin-bottom: 20px;
}
.mainslider .slick-track {
  display: flex;
}
.mainslider .slick-slide {
  background: #000;
  height: auto !important;
}
.mainslider .slick-slide a{
  height: 100%;
}
.mainslider .slick-slide a .mimg{
  height: 100%;
  display: flex;
  align-items: center;
}
.mainentry,.maincontents{
  margin-bottom: 40px;
}
.mainentry .slick-initialized .slick-slide {
  margin: 0 15px;
}
.mainentry .slick-list .slick-slide:not(.slick-current) {
  position: relative;
}
.mainentry .slick-list .slick-slide:not(.slick-current)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  transition: 0.3s ease 0s;
}
.mainslider .topslide-arrow{
  position: absolute;
  top: calc(50% - 13px);
  z-index: 1;
  width: calc(18% - 15px);
}
.mainslider .topslide-arrow img{
  display: inline-block;
  width: 35px;
}
.mainslider .prev-arrow{
  left: 0;
  text-align: right;
  padding-right: 20px;
}
.mainslider .next-arrow{
  right: 0;
  text-align: left;
  padding-left: 20px;
}
.catlabel span{
  border: 1px solid #FFF;
  border-radius: 6px;
  color: #FFF;
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 100%;
}
.catlabel.strategy span{
  background: #5079D6;
}
.catlabel.technology span{
  background: #72bc94;
}
.catlabel.hr span{
  background: #5cacc9;
}
.catlabel.innovation span{
  background: #916cc4;
}
.catlabel.finance span{
  background: #89aabc;
}

.entryinfo .mimg{
  position: relative;
}
.entryinfo .mhead{
  background: rgba(255,255,255,0.8);
  width: 100%;
  padding: 10px 20px 10px;
  position: absolute;
  bottom: 0;
}
.entryinfo .mimg img{
  width: 100%;
}
.entryinfo h3{
  font-size: 20px;
  line-height: 1.4;
  margin: 5px 0 15px;
  overflow: hidden;
  height: 2.8em;
}
.entryinfo p{
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 15px;
}
.entryinfo .date{
  font-size: 14px;
}
.entryinfo a:hover{
  opacity: 0.9;
}
.entryinfo .catlabel.pc{
  position: absolute;
  top: 15px;
  right: 15px;
}
.maincontents{
  border-top: 1px solid #CCC;
  padding-top: 40px;
}
.contentshead h2{
  color: #333;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.contentshead h2 span{
  color: #2A287B;
  display: block;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0;
  margin: 8px 0 0;
}

/* interview */
.interview .contentshead h2{
  color: #FFF;
}
.interview .contentshead h2 span{
  color: #FFF;
}
.interview_slider{
  padding: 0 40px;
  position: relative;
}
.interview_profile{
  margin: 0 8px;
}
.interview .slick-arrow,.pickup .slick-arrow{
  position: absolute;
  top: 35%;
  z-index: 1;
}
.interview .prev-arrow,.pickup .prev-arrow{
  left: 0;
}
.interview .next-arrow,.pickup .next-arrow{
  right: 0;
}
.profileimg{
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 20px;
}
.interview_profile p{
  font-size: 15px;
  line-height: 160%;
}
.interview_profile p span{
  font-size: 13px;
  display: block;
}
.interview_profile p.profilename{
  font-size: 16px;
}

/* pickup */
.pickup_slider{
  padding: 0 33px;
  position: relative;
}
.pickup_entry{
  margin: 0 15px;
}
.pickupimg{
  background: #000;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 512 / 341;
  overflow: hidden;
}
.pickupimg{
  margin-bottom: 20px;
}
.pickup_entry h3{
  font-size: 20px;
  line-height: 140%;
  margin: 10px 0;
}
.pickup_entry p{
  font-size: 16px;
  line-height: 160%;
}
.pickup_entry .date{
  margin-top: 15px;
}

/* article */
.article_entry{
  background: #F7F7F7;
  border: 1px solid #BBB;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.article_entry a{
  display: flex;
  transition: 0.5s;
}
.article_entry a:hover{
  opacity: 0.8;
}
.article_entry a .article_img{
  background: #000;
  display: flex;
  width: 300px;
  height: auto;
  aspect-ratio: 512 / 341;
  justify-content: center;
  align-items: center;
  position: relative;
}
.article_entry a .article_text{
  padding: 35px 35px 35px 10%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.article_text h3{
  font-size: 20px;
  margin: 10px 0;
}
.article_btn{
  text-align: center;
  width: 100%;
  margin-top: 50px;
}
.article_btn a{
  background: linear-gradient(165deg, #14126F 0%, #14126F 50%, #2C2A7E 50%, #2C2A7E 100%);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  width: 190px;
  height: 50px;
  margin-left: 10px;
  color: #FFF;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.5s;
}
@media screen and (max-width: 1281px){
  .bgover{
    background: #FFF;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1000px;
  }
  .bgover .bgovertop{
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    height: 200px;
    position: absolute;
    top: -200px;
    width: 100%;
  }
  .mainentry .slick-initialized .slick-slide {
    margin: 0 10px;
  }
  .mainslider .topslide-arrow{
    position: absolute;
    top: calc(50% - 13px);
    z-index: 1;
    width: calc(7.5% - 10px);
  }
  .mainslider .next-arrow {
    padding-left: 8px;
  }
  .mainslider .prev-arrow {
    padding-right: 8px;
  }
}
@media screen and (max-width: 1000px){
  .bgover{
    background: #FFF;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 850px;
  }
  .bgover .bgovertop{
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    height: 200px;
    position: absolute;
    top: -200px;
    width: 100%;
  }
}
@media screen and (max-width: 900px){
  .article_entry a .article_text {
    padding: 15px 15px 15px 5%;
  }
  .article_entry a .article_img {
    width: 150px;
  }
  .article_text h3 {
    font-size: 15px;
    margin: 5px 0;
    text-overflow: ellipsis;
    line-height: 1.2;
    height:2.4em;
    overflow: hidden;
  }
  .entryinfo h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px){
  .bgover{
    background: #FFF;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 600px;
  }
  .bgover .bgovertop{
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    height: 200px;
    position: absolute;
    top: -200px;
    width: 100%;
  }
  .mainentry .slick-initialized .slick-slide {
    margin: 0;
  }
  .mainentry .slick-list .slick-slide:not(.slick-current)::after {
    display: none !important;
  }
  .cat_label {
    font-size: 12px;
    padding: 3px 10px;
  }
  .maincontents {
    margin-bottom: 20px;
  }
  .mainslider .slick-track {
    display: block;
  }
  .mainslider .slick-slide {
    background: none;
  }
  .mainslider .slick-slide .mimg{
    background: #000;
    width: 100%;
    height: 100%;
    aspect-ratio: 512 / 341;
  }
  .entryinfo .mimg {
    margin-bottom: 15px;
  }
  .entryinfo h3 {
    font-size: 20px;
    line-height: 140%;
    margin: 10px 0;
  }
  .contentshead h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .contentshead h2 span {
    font-size: 20px;
  }
  .interview_slider {
    padding: 0 0px;
    position: relative;
  }
  .interview_profile {
    margin: 0 25px;
  }
  .interview .prev-arrow{
    left: 8%;
  }
  .interview .next-arrow{
    right: 8%;
  }
  .profileimg {
    margin-bottom: 10px;
  }
  

/* interview */
.interview .contentshead h2{
  color: #333;
}
.interview .contentshead h2 span{
  color: #2A287B;
}
  
  /* pickup */
  .pickup_slider {
    padding: 0;
  }
  .pickup_entry {
    margin: 0;
  }
  .pickup .slick-arrow {
    position: absolute;
    top: 19%;
    z-index: 1;
  }
  
  /* article */
  .article_entry{
    margin-bottom: 10px;
  }
  .article_entry a .article_img {
    width: 35%;
    aspect-ratio: 512 / 341;
  }
  .article_entry a .article_text {
    padding: 10px;
  }
  .article_text h3 {
    font-size: 15px;
    margin: 5px 0;
  }
  .article_btn {
    margin-top: 20px;
  }
}

