시작하기Log in
<script>
  document.addEventListener('DOMContentLoaded', function() {
		
    // Identify Buttons
    const mainButton = document.querySelector('.scheme-switch-alpha__button--main');
    const altButton = document.querySelector('.scheme-switch-alpha__button--alt');
    
    // Set Focus on Click With Slight Delay
    altButton.addEventListener('click', function() {
      setTimeout(function() {
        mainButton.focus();
      }, 1);
    });
    mainButton.addEventListener('click', function() {
      setTimeout(function() {
        altButton.focus();
      }, 1);
    });
  });
</script>

BAD VILLAIN: Full Outfit Design for KBS Music Bank  | November 2024

Designed for @badvillain_bpm by @2000.atelier and  @2000.archives.
kyndof
2024-11-27
  • Client:

    Bad Villain
  • Date:

    11월 22, 2024

  • Duration:

    7-14 Days

2000Atelier

2000Atelier is a design studio offering bespoke services, from style consultation to haute couture, for 2000Archives and high-profile clients across fashion and entertainment.

Visit Profile

Recommended For You