/*pc버전*/
/* Visual */
#visual {
  position: relative;
  padding-left: 180px;
  background: #f6f6f6;
}

#visual .scroll {
  writing-mode: vertical-rl;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: 10px;
  color: #333;
  line-height: 9.12px;
  position: absolute;
  bottom: 25px;
  left: 90px;
}

#visual .swiper-container img {
  width: 100%;
  height: 860px;
  object-fit: cover;
  /* padding-left: 180px; */
}

#visual .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#visual .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.4;
  margin-right: 18px;
}

#visual .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
  width: 200px;
  left: 180px;
  bottom: 40px;
}

#visual .swiper-pagination-bullet-active {
  opacity: 1;
  width: 80px;
  height: 2px;
  border-radius: 0px;
  transform: translateY(-1.5px);
  transition: 0.7s;
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

#visual .swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0)
}

#visual .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

#visual .swiper-button-next, .swiper-button-prev {
  position: absolute;
  bottom: 40px;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

#visual .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

#visual .swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}

#visual .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 180px;
  right: auto;
}

#visual .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  left: 355px;
}

#visual .m_search {
  display: none;
}

/* 메인 타이틀 공통 */
.main_tit {
  margin: 0 0 25px;
  text-align: left;
  position: absolute;
  left: 180px;
  top: 260px;
}

.main_tit h2 {
  color: #fff;
  letter-spacing: -0.96px;
  font-family: 'Montserrat', sans-serif;
  font-size: 80px;
  opacity: 0;
}

.main_tit h5 {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding-left: 4px;
  opacity: 0;
}

.main_tit p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-left: 4px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  line-height: 35px;
  margin-bottom: 5px;
  opacity: 0;
}

#visual .swiper-slide-active .main_tit h5 {
  animation-name: visualAnimation2;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

#visual .swiper-slide-active .main_tit h2 {
  animation-name: visualAnimation;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

#visual .swiper-slide-active .main_tit p {
  animation-name: visualAnimation;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes visualAnimation {
  from {
    opacity: 0;
    margin-top: 30px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

@-moz-keyframes visualAnimation {
  from {
    opacity: 0;
    margin-top: 30px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

@-o-keyframes visualAnimation {
  from {
    opacity: 0;
    margin-top: 30px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes visualAnimation {
  from {
    opacity: 0;
    margin-top: 30px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

@-webkit-keyframes visualAnimation2 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes visualAnimation2 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes visualAnimation2 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes visualAnimation2 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 프로필 */
#profile {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 775px;
  background-color: #f6f6f6;
  padding-top: 120px;
}

#profile .profilecircle h2 {
  font-size: 60px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -1.2px;
  position: relative;
  color: #333;
  z-index: 99;
}

#profile .profilecircle img {
  position: absolute;
  left: -110px;
  top: -55px;
  z-index: -98;
}

#profile .inner {
  width: 1180px;
  margin: 0 auto;
}

#profile .inner h3 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #333;
  margin-top: 30px;
}

#profile .inner p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  font-weight: lighter;
}

#profile .profilebg {
  width: 50%;
  position: absolute;
  height: 960px;
  background: #333;
  right: 0;
  top: -100px;
  border-radius: 70px 0 0 0;
  z-index: 99;
  padding-top: 35px;
}

#profile .profilebg label {
  color: #8048ee;
  font-family: 'Montserrat', sans-serif;
  padding-left: 90px;
  font-size: 12px;
  line-height: 9.12px;
  font-weight: bold;
  margin-right: 40px;
  padding-top: 10px;
}

#profile .songsearch {
  display: flex;
  width: 100%;
}

#profile input {
  background: #333;
  border: none;
  padding-bottom: 15px;
  width: 430px;
  color: #fff;
}

#profile .input_bg {
  background-image: linear-gradient(to right, #8048ee, #e63872);
  padding-bottom: 3px;
  position: relative;
}

#profile .input_bg button {
  text-indent: -999999px;
  background-image: url('../images/main/main18.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 0;
}

#profile input::placeholder {
  color: #999;
  font-size: 14px;
  padding-left: 10px;
}

#profile .profilebg .production {
  width: 680px;
  margin-top: 100px;
  transform: translateX(-75px);
  overflow: hidden;
}

#profile .production li {
  background: white;
  width: calc((100% - 20.1px)/3);
  text-align: center;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}

#profile .production li:before {
  content: '';
  padding-top: 100%;
  display: block;
}

#profile .production li img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

#profile .production li:nth-child(3n) {
  margin-right: 0;
}



/* 포트폴리오 */
#portfolio {
  margin: 0 auto;
  width: 100%;
  height: 450px;
  background-image: url('../images/main/main11.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#portfolio .portfolio_box {
  width: 385px;
  height: 320px;
  background: none;
  border: 9px solid #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50px);
  margin-left: 220px;
  border-right: none;
}

#portfolio .portfolio_box01 {
  width: 9px;
  height: 60px;
  background: #fff;
  margin-left: 376px;
}

#portfolio .portfolio_box02 {
  width: 9px;
  height: 60px;
  background: #fff;
  margin-left: 376px;
  margin-top: 208px;
}

#portfolio .portfolio_t {
  color: #fff;
  width: 300px;
  height: 200px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 150px);
  margin-left: 380px;
}

#portfolio .portfolio_t h2 {
  font-size: 60px;
  letter-spacing: -1.2px;
  font-family: 'Montserrat', sans-serif;
}

#portfolio .portfolio_t p {
  font-size: 18px;
}

/*아티스트*/
#artist {
  position: relative;
  height: 100%;
  background-color: #f6f6f6;
  padding-top: 120px;
}

#artist .bgcircle01 {
  position: absolute;
  background-image: url('../images/main/main20.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: -80px;
  top: 340px;
  width: 627px;
  height: 627px;
}

#artist .artistcircle h2 {
  font-size: 60px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -1.2px;
  position: relative;
  color: #333;
  z-index: 99;
}

#artist .artistcircle img {
  position: absolute;
  left: -110px;
  top: -55px;
  z-index: -99;
}

#artist .inner {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

#artist .inner>:nth-child(1) {
  width: 345px;
}

#artist .inner h3 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #333;
  margin-top: 30px;
}

#artist h4 {
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #333;
}

#artist ul {
  background: #fff;
  height: 350px;
  border-radius: 0 20px 0 20px;
  padding: 15px 0px;
  display: inline-block;
}

#artist ul a {
  display: flex;
  justify-content: space-between;
}

#artist ul li:nth-child(1) a {
  border-bottom: 2px solid #8048ee;
  width: 335px;
  display: inline-block;
  padding-bottom: 30px;
}

#artist ul li:nth-child(1):hover {
  background: none;
}

#artist li {
  padding: 15px 30px;
  transition: 0.5s;
}

#artist i {
  color: #c6b2f7;
  font-weight: bold;
  margin-right: 0;
}

#artist li:hover {
  background: #faf7ff;
  transition: 0.5s;
}

#artist li:hover .rankview {
  color: #8048ee;
  transition: 0.5s;
}

#artist li:hover .rankartist {
  color: #000;
  transition: 0.5s;
}

#artist .rank {
  color: #bbb;
  margin-right: 40px;
}

#artist .rankartist {
  color: #666;
  display: inline-block;
  width: 220px;
  transition: 0.5s;
}

#artist .rankview {
  color: #c6b2f7;
  margin-right: 15px;
  transition: 0.5s;
  font-family: 'Montserrat', sans-serif;
}

/*모바일프로필*/
#m_profile {
  display: none;
}

/*인터뷰*/
#m_magazine {
  display: none;
}

#magazine {
  background: #f6f6f6;
  width: 100%;
  height: 700px;
  padding-top: 140px;
  margin: 0 auto;
}

#magazine .inner {
  width: 1180px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

#magazine .iv_bg01 {
  background-image: url('../images/main/main13.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 1246px;
  height: 338px;
  left: 50%;
  transform: translate(-60%, -650px);
}

#magazine .inner> :nth-child(1) {
  width: 100%;
  margin-right: 20px;
}

#magazine .inner> :nth-child(2) {
  width: 100%;
  margin-right: 20px;
}

#magazine .inner> :nth-child(3) {
  width: 100%;
}

#magazine p {
  font-size: 20px;
  color: #333;
  padding: 20px 20px;
  font-weight: lighter;
}

#magazine h5 {
  font-size: 14px;
  color: #999;
  padding: 20px 20px;
  padding-top: 0;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: lighter;
  width: 440px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 라인수 */
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

#magazine .itv_more {
  color: #e73871;
  border-bottom: 1px solid #e73871;
  height: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-top: 335px;
  padding-left: 0;
  padding-bottom: 10px;
}

#magazine button {
  padding-left: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #8048ee;
  position: relative;
}

#magazine h2 {
  position: absolute;
  right: 0;
  letter-spacing: -1.2px;
  font-size: 60px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  top: -300px;
  left: -130px;
}

#magazine .magazine_b {
  color: #a9479a;
}

/*컨택트*/
#contact {
  width: 100%;
  height: 650px;
  background-image: url('../images/main/main16.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#contact .contact_t {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 175px);
}

#contact .contact_t h2 {
  color: #fff;
  letter-spacing: -1.2px;
  font-size: 60px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  margin-bottom: 10px;
}

#contact .contact_t h2 img {
  position: absolute;
  left: -105px;
  z-index: -99;
  top: -60px;
}

#contact .contact_t p {
  color: #a49ca6;
  line-height: 28px;
  margin: 30px 0;
  font-weight: 500;
}

#contact .contact_t h4 {
  color: #fff;
  font-weight: lighter;
  margin-bottom: 20px;
  font-size: 22px;
}

#contact .contact_name {
  color: #b0a9b1;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  width: 105px;
  display: inline-block;
}

@media screen and (min-width:1024px) and (max-width: 1440px) {
  #visual .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: absolute;
    width: 200px;
    left: 100px;
    bottom: 40px;
  }

  #visual .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 100px;
    right: auto;
  }

  #visual .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    left: 280px;
  }

  .main_tit {
    left: 100px;
  }

  .main_tit h2 {
    font-size: 60px;
  }

  /*프로필*/
  #profile {
    height: 550px;
  }

  #profile .profilebg {
    height: 735px;
    right: 0;
    top: -100px;
    border-radius: 70px 0 0 0;
  }

  #profile .profilecircle h2 {
    font-size: 50px;
  }

  #profile .inner h3 {
    font-size: 20px;
  }

  #profile .inner {
    width: 1000px;
    margin: 0 auto;
  }

  #profile input {
    padding-bottom: 15px;
    width: 280px;
    color: #fff;
  }

  #profile .production li img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 60%;
    max-height: 60%;
  }

  #profile .production li:nth-child(2) img {
    max-width: 70%;
    max-height: 70%;
  }

  #profile .production li:nth-child(3) img {
    max-width: 70%;
    max-height: 70%;
  }

  /*포트폴리오*/
  #portfolio .portfolio_t h2 {
    font-size: 50px;
  }

  #profile .profilebg .production {
    width: 500px;
    margin-top: 100px;
    transform: translateX(-50px);
    overflow: hidden;
  }

  /*아티스트*/
  #artist .artistcircle h2 {
    font-size: 50px;
  }

  #artist .bgcircle01 {
    position: absolute;
    background-image: url('../images/main/main20.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: -150px;
    top: 600px;
    width: 400px;
    height: 400px;
  }

  #artist .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  #artist .inner>:nth-child(1) {
    width: 230px;
  }

  #artist .inner h3 {
    font-size: 20px;
  }

  #artist ul {
    display: inline-block;
  }

  #artist ul li:nth-child(1) a {
    width: 100%;
    display: inline-block;
  }

  #artist .rank {
    margin-right: 20px;
  }
  #artist .rankartist{
    width: 190px;
  }


  /*매거진*/
  #magazine {
    height: 580px;
  }

  #magazine h2 {
    font-size: 50px;
    top: -240px;
    left: -90px;
  }

  #magazine .inner {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    z-index: 1;
    position: relative;
  }

  #magazine .iv_bg01 {
    background-image: url('../images/main/main13.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1000px;
    position: absolute;
    width: 1000px;
    height: 338px;
    left: 50%;
    transform: translate(-70%, -500px);
  }

  #magazine .inner> :nth-child(1) {
    width: 42%;
    margin-right: 20px;
  }

  #magazine .inner> :nth-child(1) img {
    width: 100%;
  }

  #magazine .inner> :nth-child(2) {
    width: 42%;
    margin-right: 20px;
  }

  #magazine .inner> :nth-child(2) img {
    width: 100%;
  }

  #magazine .inner> :nth-child(3) {
    width: 16%;
  }

  #magazine .inner> :nth-child(3) img {
    width: 100%;
  }

  #magazine p {
    font-size: 16px;
    color: #333;
    padding: 10px 10px;
    font-weight: 500;
  }

  #magazine h5 {
    font-size: 14px;
    padding: 10px 10px;
    margin-bottom: 20px;
    width: 320px;
  }

  #magazine button {
    padding-left: 10px;
  }

  #magazine .itv_more {
    font-size: 16px;
    transform: translateY(-60px);
  }

  /*컨택트*/
  #contact .contact_t h2 {
    font-size: 50px;
  }

  #contact .contact_t h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  #contact .contact_name {
    font-size: 18px;
    width: 85px;
  }
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #visual {
    padding-left: 0;
  }

  #visual .scroll {
    display: none;
  }

  #visual .swiper-container img {
    width: 100%;
    height: 700px;
  }

  #visual .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.4;
    margin-right: 10px;
  }

  #visual .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: absolute;
    width: 200px;
    left: -10px;
    bottom: 250px;
  }

  #visual .swiper-pagination-bullet-active {
    opacity: 1;
    width: 50px;
    height: 1px;
    border-radius: 0px;
    transform: translateY(-1px);
    transition: 0.5s;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
  }

  #visual .swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
  }

  #visual .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
  }

  #visual .swiper-button-next, .swiper-button-prev {
    position: absolute;
    bottom: 251px;
  }

  #visual .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
  }

  #visual .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 30px;
    right: auto;
  }

  #visual .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    left: 140px;
  }

  :root {
    --swiper-navigation-size: 10px;
  }

  /* 메인 타이틀 공통 */
  .main_tit {
    margin: 0 0 25px;
    text-align: left;
    position: absolute;
    left: 30px;
    top: 200px;
  }

  .main_tit h2 {
    color: #fff;
    letter-spacing: -0.96px;
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    opacity: 0;
    margin-bottom: 10px;
  }

  .main_tit h5 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding-left: 4px;
    opacity: 0;
  }

  .main_tit p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-left: 4px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 5px;
    opacity: 0;
  }

  #visual .m_search {
    display: block;
    width: 70%;
    right: 0;
    height: 40px;
    position: absolute;
    z-index: 99;
    border-radius: 50px 0 0 0;
    background: #333;
    bottom: 0;
    padding: 20px 0px;
  }

  #visual .m_input {
    padding: 0 30px;
  }

  #visual .m_input_bg input {
    background: #333;
    border: none;
    padding-bottom: 10px;
    width: 100%;
    color: #fff;
  }

  #visual .m_input_bg input::placeholder {
    color: #999;
    font-size: 0.9rem;
    padding-left: 10px;
    font-weight: bold;
  }

  #visual .m_input_bg {
    background-image: linear-gradient(to right, #8048ee, #e63872);
    padding-bottom: 2px;
    position: relative;
    width: 100%;
  }

  #visual .m_search button {
    text-indent: -999999px;
    background-image: url('../images/main/main18.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 0;
  }

  /*매거진*/
  #m_magazine {
    display: block;
    background: #f6f6f6;
    box-sizing: border-box;
    width: 100%;
    overflow: visible;
    padding: 60px 0;
    margin: 0 auto;
    position: relative;
    padding-bottom: 90px;
  }

  #m_magazine .m_magazine_tit {
    padding: 0 30px;
    margin-bottom: 20px;
  }

  #m_magazine .m_magazine_tit h2 {
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    letter-spacing: -1.2px;
    color: #333;
  }

  #m_magazine .m_magazine_tit img {
    position: absolute;
    left: -90px;
    top: -35px;
  }

  #m_magazine .swiper-slide {
    overflow: visible;
    width: 100%;
  }

  #m_magazine .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }

  #m_magazine .swiper-container {
    padding: 0 370px 0 30px;
  }

  #m_magazine .swiper-slide img {
    width: 100%;
    height: 100%;
  }

  #m_magazine p {
    font-size: 18px;
    color: #333;
    padding: 20px 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    height: 5px;
    width: 80%;
    margin-bottom: 20px;
  }

  #m_magazine h5 {
    font-size: 15px;
    color: #999;
    padding: 20px 20px;
    padding-top: 0;
    line-height: 20px;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom: 20px;
  }

  #m_magazine button {
    padding-left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #8048ee;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }

  #m_magazine .magazine_b {
    color: #a9479a;
  }

  #m_magazine .mg_but {
    background: #fff;
    padding: 15px 25px;
    color: #e73871;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }

  /*포트폴리오*/
  #portfolio {
    height: 350px;
  }

  #portfolio .portfolio_box {
    width: 300px;
    height: 220px;
    left: 50%;
    transform: translate(-50%, 60px);
    margin-left: 0;
    border: 7px solid #fff;
    border-right: none;
  }

  #portfolio .portfolio_box01 {
    width: 7px;
    height: 30px;
    margin-left: 293px;
  }

  #portfolio .portfolio_box02 {
    width: 7px;
    height: 30px;
    margin-left: 293px;
    margin-top: 160px;
  }

  #portfolio .portfolio_t {
    transform: translate(-50%, 120px);
    margin-left: 180px;
  }

  #portfolio .portfolio_t h2 {
    font-size: 50px;
  }

  #portfolio .portfolio_t p {
    font-size: 14px;
  }

  /*아티스트*/
  #artist {
    padding: 0 30px;
    padding-top: 70px;
  }

  #artist .artistline {
    width: 80px;
    height: 2px;
  }

  #artist .bgcircle01 {
    right: -250px;
    top: 850px;
    width: 400px;
    height: 400px;
  }

  #artist .artistcircle h2 {
    font-size: 50px;
  }

  #artist .artistcircle img {
    left: -75px;
    top: -30px;
    width: 230px;
  }

  #artist .inner {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
  }

  #artist .inner>:nth-child(1) {
    width: 100%;
  }

  #artist .inner h3 {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 15px;
  }

  #artist h4 {
    display: none;
  }

  #artist ul {
    background: #fff;
    height: 350px;
    border-radius: 0 20px 0 20px;
    padding: 15px 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  .mentop {
    float: left;
    width: 49%;
  }

  .womentop {
    float: right;
    width: 49%;
    margin-left: 10px;
  }

  #artist li {
    padding: 15px;
  }

  #artist ul li a {
    display: flex;
    justify-content: space-between;
  }

  #artist ul li:nth-child(1) a {
    border-bottom: 2px solid #8048ee;
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 800;
  }

  #artist .rank {
    padding-left: 15px;
    margin-top: 2px;
    font-size: 14px;
    margin-right: 30px;
  }

  #artist .rankartist {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
  }

  #artist .rankview {
    font-size: 16px;
    padding-top: 5px;
  }

  #artist i {
    padding-top: 7px;
    font-weight: lighter;
    padding-right: 15px;
  }

  /*프로필*/
  #profile {
    display: none;
  }

  #m_profile {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 60px 30px;
    background: #f6f6f6;
  }

  #m_profile .profilecircle h2 {
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
  }

  #m_profile .profilecircle img {
    position: absolute;
    left: -45px;
    top: -15px;
    z-index: -98;
    width: 100px;
    height: 100px;
  }

  #m_profile .p_line {
    width: 80px;
    height: 2px;
  }

  #m_profile .inner {
    width: 100%;
    margin: 0 auto;
  }

  #m_profile .inner h3 {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #333;
  }

  #m_profile .inner p {
    display: none;
  }

  #m_profile .m_production {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }

  #m_profile .production li {
    background: white;
    width: calc((100% - 10.1px)/3);
    text-align: center;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
  }

  #m_profile .production li:before {
    content: '';
    padding-top: 100%;
    display: block;
  }

  #m_profile .production li img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 70%;
    max-height: 70%;
  }

  #m_profile .production li:nth-child(3n) {
    margin-right: 0;
  }

  #m_profile .production li:nth-child(1) img {
    max-width: 50%;
    max-height: 50%;
  }

  #m_profile .production li:nth-child(5) img {
    max-width: 50%;
    max-height: 50%;
  }

  #m_profile .production li:nth-of-type(9) {
    background: #a33192;
  }

  #m_profile .production li:nth-of-type(9) p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: 55px;
  }

  /*모바일매거진*/
  #magazine {
    display: none;
  }

  /*컨택트*/
  #contact {
    height: 400px;
    background-position: 70% 0%;
    padding: 0 30px;
  }

  #contact .contact_t {
    position: absolute;
    left: 80%;
    transform: translate(-50%, 100px);
    display: block;
    box-sizing: border-box;
    padding-left: 30px;
    width: 100%;
  }

  #contact .contact_t h2 {
    font-size: 50px;
    margin-bottom: 5px;
  }

  #contact .contact_t h2 img {
    position: absolute;
    left: -75px;
    z-index: -99;
    top: -40px;
    width: 140px;
  }

  #contact .m_line {
    width: 80px;
    height: 2px;
  }

  #contact .contact_t p {
    line-height: 17px;
    margin: 20px 0;
    font-size: 14px;
    font-weight: bold;
  }

  #contact .contact_t h4 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
  }

  #contact .contact_name {
    font-size: 16px;
    width: 70px;
    display: inline-block;
  }
}

@media screen and (min-width:481px) and (max-width:767px) {
  #visual {
    padding-left: 0;
  }

  #visual .m_search {
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 99;
    border-radius: 50px 0 0 0;
    background: #333;
    bottom: 0;
    padding: 20px 0px;
  }

  #visual .m_input {
    padding: 0 30px;
  }

  #visual .m_input_bg input {
    background: #333;
    border: none;
    padding-bottom: 10px;
    width: 100%;
    color: #fff;
  }

  #visual .m_input_bg input::placeholder {
    color: #999;
    font-size: 0.9rem;
    padding-left: 10px;
    font-weight: bold;
  }

  #visual .m_input_bg {
    background-image: linear-gradient(to right, #8048ee, #e63872);
    padding-bottom: 2px;
    position: relative;
    width: 100%;
  }

  #visual .m_search button {
    text-indent: -999999px;
    background-image: url('../images/main/main18.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 0;
  }

  #visual .scroll {
    display: none;
  }

  #visual .swiper-container img {
    width: 100%;
    height: 700px;
  }

  #visual .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.4;
    margin-right: 10px;
  }

  #visual .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: absolute;
    width: 200px;
    left: -10px;
    bottom: 301px;
  }

  #visual .swiper-pagination-bullet-active {
    opacity: 1;
    width: 50px;
    height: 1px;
    border-radius: 0px;
    transform: translateY(-1px);
    transition: 0.5s;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
  }

  #visual .swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
  }

  #visual .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
  }

  #visual .swiper-button-next, .swiper-button-prev {
    position: absolute;
    bottom: 301px;
  }

  #visual .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
  }

  #visual .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 30px;
    right: auto;
  }

  #visual .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    left: 140px;
  }

  /* 메인 타이틀 공통 */
  .main_tit {
    margin: 0 0 25px;
    text-align: left;
    position: absolute;
    left: 30px;
    top: 200px;
  }

  .main_tit h2 {
    color: #fff;
    letter-spacing: -0.96px;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    opacity: 0;
    margin-bottom: 10px;
  }

  .main_tit h5 {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    padding-left: 4px;
    opacity: 0;
  }

  .main_tit p {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin-left: 4px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 5px;
    opacity: 0;
  }

  /*매거진*/
  #m_magazine {
    display: block;
    background: #f6f6f6;
    box-sizing: border-box;
    width: 100%;
    overflow: visible;
    padding: 60px 0;
    margin: 0 auto;
    position: relative;
    padding-bottom: 90px;
  }

  #m_magazine .m_magazine_tit {
    padding: 0 30px;
    margin-bottom: 20px;
  }

  #m_magazine .m_magazine_tit h2 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    letter-spacing: -1.2px;
    color: #333;
  }

  #m_magazine .m_magazine_tit img {
    position: absolute;
    left: -90px;
    top: -35px;
  }

  #m_magazine .swiper-slide {
    overflow: visible;
    width: 100%;
  }

  #m_magazine .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }

  #m_magazine .swiper-container {
    padding: 0 250px 0 30px;
  }

  #m_magazine .swiper-slide img {
    width: 100%;
    height: 100%;
  }

  #m_magazine p {
    font-size: 15px;
    color: #333;
    padding: 20px 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    height: 5px;
    width: 80%;
  }

  #m_magazine h5 {
    font-size: 12px;
    color: #999;
    padding: 20px 20px;
    padding-top: 0;
    line-height: 18px;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }

  #m_magazine button {
    padding-left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #8048ee;
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  #m_magazine .magazine_b {
    color: #a9479a;
  }

  #m_magazine .mg_but {
    background: #fff;
    padding: 15px 25px;
    color: #e73871;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }

  /*포트폴리오*/
  #portfolio {
    height: 350px;
  }

  #portfolio .portfolio_box {
    width: 300px;
    height: 220px;
    left: 50%;
    transform: translate(-50%, 60px);
    margin-left: 0;
    border: 7px solid #fff;
    border-right: none;
  }

  #portfolio .portfolio_box01 {
    width: 7px;
    height: 30px;
    margin-left: 293px;
  }

  #portfolio .portfolio_box02 {
    width: 7px;
    height: 30px;
    margin-left: 293px;
    margin-top: 160px;
  }

  #portfolio .portfolio_t {
    transform: translate(-50%, 120px);
    margin-left: 180px;
  }

  #portfolio .portfolio_t h2 {
    font-size: 40px;
  }

  #portfolio .portfolio_t p {
    font-size: 14px;
  }

  /*아티스트*/
  #artist {
    padding: 0 30px;
    padding-top: 70px;
  }

  #artist .artistline {
    width: 60px;
    height: 2px;
  }

  #artist .bgcircle01 {
    right: -250px;
    top: 850px;
    width: 400px;
    height: 400px;
  }

  #artist .artistcircle h2 {
    font-size: 40px;
  }

  #artist .artistcircle img {
    left: -75px;
    top: -30px;
    width: 230px;
  }

  #artist .inner {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
  }

  #artist .inner>:nth-child(1) {
    width: 100%;
  }

  #artist .inner>:nth-child(2) {
    float: left;
    width: 49%;
  }

  #artist .inner>:nth-child(3) {
    float: right;
    width: 49%;
  }

  #artist .inner h3 {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 15px;
  }

  #artist h4 {
    display: none;
  }

  #artist ul {
    background: #fff;
    height: 350px;
    border-radius: 0 20px 0 20px;
    padding: 10px 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  #artist li {
    padding: 15px;
  }

  #artist ul li a {
    display: flex;
    justify-content: space-between;
  }

  #artist ul li:nth-child(1) a {
    border-bottom: 2px solid #8048ee;
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 800;
  }

  #artist .rank {
    padding-left: 15px;
    margin-top: 2px;
    font-size: 12px;
    margin-right: 10px;
  }

  #artist .rankartist {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
  }

  #artist .rankview {
    font-size: 14px;
    padding-top: 2px;
    margin-right: 10px;
  }

  #artist i {
    padding-top: 5px;
    font-size: 14px;
    font-weight: lighter;
    padding-right: 15px;
  }

  /*프로필*/
  #profile {
    display: none;
  }

  #m_profile {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 60px 30px;
    background: #f6f6f6;
  }

  #m_profile .profilecircle h2 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
  }

  #m_profile .profilecircle img {
    position: absolute;
    left: -45px;
    top: -15px;
    z-index: -98;
    width: 100px;
    height: 100px;
  }

  #m_profile .p_line {
    width: 60px;
    height: 2px;
  }

  #m_profile .inner {
    width: 100%;
    margin: 0 auto;
  }

  #m_profile .inner h3 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #333;
  }

  #m_profile .inner p {
    display: none;
  }

  #m_profile .m_production {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }

  #m_profile .production li {
    background: white;
    width: calc((100% - 10.1px)/3);
    text-align: center;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
  }

  #m_profile .production li:before {
    content: '';
    padding-top: 100%;
    display: block;
  }

  #m_profile .production li img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 70%;
    max-height: 70%;
  }

  #m_profile .production li:nth-child(3n) {
    margin-right: 0;
  }

  #m_profile .production li:nth-child(1) img {
    max-width: 50%;
    max-height: 50%;
  }

  #m_profile .production li:nth-child(5) img {
    max-width: 50%;
    max-height: 50%;
  }

  #m_profile .production li:nth-of-type(9) {
    background: #a33192;
  }

  #m_profile .production li:nth-of-type(9) p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: 100px;
  }

  /*모바일매거진*/
  #magazine {
    display: none;
  }

  /*컨택트*/
  #contact {
    height: 400px;
    background-position: 70% 0%;
    padding: 0 30px;
  }

  #contact .contact_t {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 100px);
    display: inline-block;
    box-sizing: border-box;
    padding-left: 30px;
    width: 100%;
  }

  #contact .contact_t h2 {
    font-size: 40px;
    margin-bottom: 5px;
  }

  #contact .contact_t h2 img {
    position: absolute;
    left: -75px;
    z-index: -99;
    top: -40px;
    width: 140px;
  }

  #contact .m_line {
    width: 60px;
    height: 2px;
  }

  #contact .contact_t p {
    line-height: 17px;
    margin: 20px 0;
    font-size: 14px;
    font-weight: bold;
  }

  #contact .contact_t h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
  }

  #contact .contact_name {
    font-size: 16px;
    width: 70px;
    display: inline-block;
  }
}

/* mobile */
@media screen and (max-width: 480px) {
  #visual {
    padding-left: 0;
  }

  #visual .scroll {
    display: none;
  }

  #visual .swiper-container img {
    width: 100%;
    height: 700px;
  }

  #visual .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.4;
    margin-right: 10px;
  }

  #visual .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: absolute;
    width: 200px;
    left: -10px;
    bottom: 300px;
  }

  #visual .swiper-pagination-bullet-active {
    opacity: 1;
    width: 50px;
    height: 1px;
    border-radius: 0px;
    transform: translateY(-1px);
    transition: 0.5s;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
  }

  #visual .swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
  }

  #visual .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
  }

  #visual .swiper-button-next, .swiper-button-prev {
    position: absolute;
    bottom: 301px;
  }

  #visual .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
  }

  #visual .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 30px;
    right: auto;
  }

  #visual .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    left: 140px;
  }

  :root {
    --swiper-navigation-size: 10px;
  }

  /* 메인 타이틀 공통 */
  .main_tit {
    margin: 0 0 25px;
    text-align: left;
    position: absolute;
    left: 30px;
    top: 200px;
  }

  .main_tit h2 {
    color: #fff;
    letter-spacing: -0.96px;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    opacity: 0;
    margin-bottom: 10px;
  }

  .main_tit h5 {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    padding-left: 4px;
    opacity: 0;
  }

  .main_tit p {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin-left: 4px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 5px;
    opacity: 0;
  }

  #visual .m_search {
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 99;
    border-radius: 50px 0 0 0;
    background: #333;
    bottom: 0;
    padding: 20px 0px;
  }

  #visual .m_input {
    padding: 0 30px;
  }

  #visual .m_input_bg input {
    background: #333;
    border: none;
    padding-bottom: 10px;
    width: 100%;
    color: #fff;
  }

  #visual .m_input_bg input::placeholder {
    color: #999;
    font-size: 0.9rem;
    padding-left: 10px;
    font-weight: bold;
  }

  #visual .m_input_bg {
    background-image: linear-gradient(to right, #8048ee, #e63872);
    padding-bottom: 2px;
    position: relative;
    width: 100%;
  }

  #visual .m_search button {
    text-indent: -999999px;
    background-image: url('../images/main/main18.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 0;
  }

  /*매거진*/
  #m_magazine {
    display: block;
    background: #f6f6f6;
    box-sizing: border-box;
    width: 100%;
    overflow: visible;
    padding: 60px 0;
    margin: 0 auto;
    position: relative;
    padding-bottom: 90px;
  }

  #m_magazine .m_magazine_tit {
    padding: 0 30px;
    margin-bottom: 20px;
  }

  #m_magazine .m_magazine_tit h2 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    letter-spacing: -1.2px;
    color: #333;
  }

  #m_magazine .m_magazine_tit img {
    position: absolute;
    left: -90px;
    top: -35px;
  }

  #m_magazine .swiper-slide {
    overflow: visible;
    width: 100%;
  }

  #m_magazine .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }

  #m_magazine .swiper-container {
    padding: 0 50px 0 30px;
  }

  #m_magazine .swiper-slide img {
    width: 100%;
    height: 100%;
  }

  #m_magazine .onemg {
    /* padding-right: 20px; */
  }

  #m_magazine p {
    font-size: 14px;
    color: #333;
    padding: 10px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 라인수 */
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    height: 14px;
    width: 80%;
  }

  #m_magazine h5 {
    font-size: 11px;
    color: #999;
    padding: 10px 10px;
    padding-top: 0;
    line-height: 14px;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 라인수 */
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }

  #m_magazine button {
    padding-left: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #8048ee;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }

  #m_magazine .magazine_b {
    color: #a9479a;
  }

  #m_magazine .mg_but {
    background: #fff;
    padding: 15px 25px;
    color: #e73871;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }

  /*포트폴리오*/
  #portfolio {
    height: 300px;
    background-image: url('../images/main/main21.jpg');
  }

  #portfolio .portfolio_box {
    width: 230px;
    height: 170px;
    left: 50%;
    transform: translate(-50%, 60px);
    margin-left: -20px;
    ;
    border: 5px solid #fff;
    border-right: none;
  }

  #portfolio .portfolio_box01 {
    width: 5px;
    height: 30px;
    margin-left: 225px;
  }

  #portfolio .portfolio_box02 {
    width: 5px;
    height: 30px;
    margin-left: 225px;
    margin-top: 110px;
  }

  #portfolio .portfolio_t {
    transform: translate(-50%, 105px);
    margin-left: 130px;
  }

  #portfolio .portfolio_t h2 {
    font-size: 40px;
  }

  #portfolio .portfolio_t p {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
  }

  /*아티스트*/
  #artist {
    padding: 0 30px;
    padding-top: 70px;
  }

  #artist .artistline {
    width: 60px;
    height: 2px;
  }

  #artist .bgcircle01 {
    right: -250px;
    top: 850px;
    width: 400px;
    height: 400px;
  }

  #artist .artistcircle h2 {
    font-size: 40px;
  }

  #artist .artistcircle img {
    left: -75px;
    top: -30px;
    width: 230px;
  }

  #artist .inner {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
  }

  #artist .inner>:nth-child(1) {
    width: 100%;
  }

  #artist .inner h3 {
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 15px;
  }

  #artist h4 {
    display: none;
  }

  #artist ul {
    background: #fff;
    height: 350px;
    border-radius: 0 20px 0 20px;
    padding: 15px 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  #artist li {
    padding: 15px;
  }

  #artist ul li a {
    display: flex;
    justify-content: space-between;
  }

  #artist ul li:nth-child(1) a {
    border-bottom: 2px solid #8048ee;
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 800;
  }

  #artist .rank {
    padding-left: 15px;
    margin-top: 2px;
    font-size: 12px;
    margin-right: 30px;
  }

  #artist .rankartist {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
  }

  #artist .rankview {
    font-size: 14px;
    padding-top: 5px;
  }

  #artist i {
    padding-top: 7px;
    font-weight: lighter;
    padding-right: 15px;
  }

  /*프로필*/
  #profile {
    display: none;
  }

  #m_profile {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 60px 30px;
    background: #f6f6f6;
  }

  #m_profile .profilecircle h2 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
  }

  #m_profile .profilecircle img {
    position: absolute;
    left: -45px;
    top: -15px;
    z-index: -98;
    width: 100px;
    height: 100px;
  }

  #m_profile .p_line {
    width: 60px;
    height: 2px;
  }

  #m_profile .inner {
    width: 100%;
    margin: 0 auto;
  }

  #m_profile .inner h3 {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #333;
  }

  #m_profile .inner p {
    display: none;
  }

  #m_profile .m_production {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }

  #m_profile .production li {
    background: white;
    width: calc((100% - 10.1px)/3);
    text-align: center;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
  }

  #m_profile .production li:before {
    content: '';
    padding-top: 100%;
    display: block;
  }

  #m_profile .production li img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 70%;
    max-height: 70%;
  }

  #m_profile .production li:nth-child(3n) {
    margin-right: 0;
  }

  #m_profile .production li:nth-child(1) img {
    max-width: 50%;
    max-height: 50%;
  }

  #m_profile .production li:nth-child(5) img {
    max-width: 50%;
    max-height: 50%;
  }

  #m_profile .production li:nth-of-type(9) {
    background: #a33192;
  }

  #m_profile .production li:nth-of-type(9) p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: 55px;
  }

  /*모바일매거진*/
  #magazine {
    display: none;
  }

  /*컨택트*/
  #contact {
    height: 400px;
    background-position: 70% 0%;
    padding: 0 30px;
  }

  #contact .contact_t {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 100px);
    display: inline-block;
    box-sizing: border-box;
    padding-left: 30px;
    width: 100%;
  }

  #contact .contact_t h2 {
    font-size: 40px;
    margin-bottom: 5px;
  }

  #contact .contact_t h2 img {
    position: absolute;
    left: -75px;
    z-index: -99;
    top: -40px;
    width: 140px;
  }

  #contact .m_line {
    width: 60px;
    height: 2px;
  }

  #contact .contact_t p {
    line-height: 17px;
    margin: 20px 0;
    font-size: 12px;
    font-weight: bold;
  }

  #contact .contact_t h4 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
  }

  #contact .contact_name {
    font-size: 14px;
    width: 70px;
    display: inline-block;
  }
}
