@media (max-width: 1600px){
.mv-interview::after {
    	top: 23%;
    	left: 14%;
}
}

@media (max-width: 1200px){
.mv-text {
    	max-width: 500px;
}
.mv-interview::after {
    	top: 23%;
    	left: 3%;
}
}

@media (max-width: 900px){
.mv-text {
    	max-width: 400px;
}
.mv-copy span {
    	font-size: 24px;
}
.mv-interview::after {
    	top: 20%;
    	left: 0;
}
}

@media (max-width: 768px){
section.mv-interview {
    	padding: 40px 0 100px;
}
  .mv-text{
    max-width: 55%;
  }

  .mv-title{
    font-size: 32px;
  }

  .mv-copy span{
    font-size: 22px;
  }

  .mv-copy span:nth-child(2){
    margin-left: 0;
  }

  .mv-img img{
    width: 300px;
  }

  .mv-interview::before{
    font-size: 60px;
    left: 7%;
  }

.qa-row{
    flex-direction: column;
    gap: 20px;
  }

  .qa-row.reverse{
    flex-direction: column;
  }

  .qa-img,
  .qa-content{
    width: 100%;
  }

  .qa-img img{
    height: auto;
  }
.inner.other-flex {
    	flex-direction: column;
}
.other-text {
    	width: 100%;
    	text-align: center;
}
.other-cards {
    	flex-direction: column;
    	width: 100%;
}
.mv-interview::after {
    	top: 7%;
    	left: 0;
}
.crosstalk-img {
    	display: none;
}
.crosstalk-content {
    	margin: 50px;
}
section.crosstalk-list {
    	max-width: 530px;
}
.interview-card_p {
    max-width: 530px;
    margin: 0 auto;
}
p.cross-desc {
    	padding: 0 20px;
}
.interview-body {
    padding-bottom: 0;
}
nav.breadcrumb {
    font-size: 12px;
}
}

@media (max-width: 500px){
.crosstalk-content {
        margin: 30px;
	padding:0;
}
}

@media (max-width: 480px){
.member img {
    width: 100px;
    height: 100px;
}
.crosstalk-text_p {
    font-size: 16px;
}
span.interview-more.crosstalk-more {
    margin-left: 50%;
}
section.interview-body {
    padding: 100px 0 0;
}
.mv-img {
    right: -60px;
    bottom: -140px;
}
.mv-img img {
        width: 280px;
    }
}
