.wrap {overflow: hidden;}

/* 전역 단어 단위 줄바꿈 */
body {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.main_tit {color: #fff;font-size: 100px;font-weight: 700;}
.main_tit a {color: #fff;}
.main_tit.link {color: #666;}
.main_tit.link:hover,
.main_tit.link.on {color: #fff;}
.main_txt {font-size: 18px;font-weight: 500;color: #ddd;line-height: 1.8;margin-bottom: 30px;}
.main_txt_small {font-size: 14px;}



.slick-initialized .slick-slide {display: flex !important;}
/*banner*/
.main_banner {height: 960px;position: relative;display: flex;align-items: center;justify-content: center;} 
.main_banner .bgimg {width: 100%;height: 100%;-webkit-background-size: cover;background-size: cover;background-position: center center;background-color: #000;}
.banner_txt {position: absolute;left: 0;top: 0;right: 0;bottom: 0;display: flex;flex-direction: column;  justify-content: center;align-items: center;padding: 0 180px;opacity: 0;}

.banner_t1 {font-size: 38px;font-weight: 700;color: #fff;text-align: center;line-height: 1.5;margin-bottom: 50px;font-family: "Pretendard";}
.banner_t2 {font-size: 18px;font-weight: 500;color: #ddd;text-align: center;line-height: 1.5;}

.mouse-icon {border: 1px solid #fff;border-radius: 16px;height: 38px;width: 24px;display: block;position: absolute; left: 50%; bottom: 80px;margin: 0 0 0 -12px;}
.mouse-icon:after {content: "";display: block;width: 51px;height: 9px;position: absolute;margin-left: -25px;bottom: 50px;left: 50%;}
.mouse-icon .wheel {animation: drop 1.3s infinite linear;}
.mouse-icon .wheel {position: relative;border-radius: 10px;background: #fff;width: 6px;height: 6px;top: 4px;margin-left: auto;margin-right: auto;}
/*banner*/
/*about*/
.about_section {background-color: #000;padding-top: 200px;}
.about_top {display: flex;align-items: center;flex-wrap: wrap;margin-bottom: 150px;}
.about_nav {margin-left: auto;}
.about_nav a {display: inline-block;opacity: 0.5;}
.about_nav a:hover {opacity: 1;}

.about_item {position: relative;display: inline-flex;margin: 0 16px;}
.about_item .mem_img {display: inline-block;width: 512px;height: 340px;cursor: pointer;overflow: hidden;}
.about_item .mem_img img {filter: grayscale(100%);height: inherit;width: 100%;}
.about_item.show .mem_img img {filter: none;}
.about_item.show .mem_info {display: none;}
.about_item.show .mem_detail {display: inline-block;}

.mem_info {position: absolute;left: 30px;bottom: -80px;}
.mem_info .position {font-family: "Pretendard";font-size: 16px;font-weight: 700;color: #fff;opacity: 0.7;margin-bottom: 10px;}
.mem_info .name {font-family: "Pretendard";font-size: 30px;font-weight: 700;color: #fff;margin-bottom: 15px;}
.mem_info .txt {font-family: "Pretendard";font-size: 16px;color: #fff;font-weight: 500;margin-bottom: 10px;}
.mem_info .keywords {height: 40px;}
.mem_info .keywords span {font-family: "Pretendard";margin-right: 10px;font-size: 14px;font-weight: 500;color: #E8E8E8;}

.mem_detail {margin-left: 50px;padding: 50px 50px 0 50px;display: inline-block;border-top: 1px solid #888;width: 780px;display: none;}
.detail_top {display: flex;align-items: center;margin-bottom: 20px;}
.detail_top .postion {font-family: "Pretendard";font-size: 16px;font-weight: 700;color: #aaa;}
.detail_top .insta {margin-left:  auto;}
.detail_top .insta a {display: inline-block;}
.detail_name {font-family: "Pretendard";font-size: 30px;font-weight: 700;color: #fff;margin-bottom: 30px;}
.detail_text {font-family: "Pretendard";color: #aaa;font-size: 16px;font-weight: 500;margin-bottom: 50px;line-height: 1.5;}
.detail_work {position: relative;height: 150px;display: flex;align-items: center;gap: 20px;}
.work_item,.work_item img {height: 100%;}
.work_item img {max-width: 156px;}
.detail_more {position: absolute;right: -5px;top: 0;width: 156px;height: 100%;border: 1px solid #4E4E4E;display: flex;align-items: center;justify-content: center;}
.detail_more:hover {border-color: #fff;}
.detail_more span {font-size: 15px;font-weight: 700;color: #fff;margin-right: 10px;}
/*about*/
/*business*/
@keyframes moveText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}


.business_section {padding: 200px 0;background-color: #000;text-align: center;}
.circle_wrap {margin-top: 100px;display: flex;align-items: flex-start;justify-content: center;}
.circle {width: 460px;height: 460px;display: flex;align-items: center;justify-content: center;padding: 0;flex-shrink: 0;position: relative;margin-left: -20px;}
.circle:first-child {margin-left: 0;}
.circle:before {position: absolute;left: 50%;top: 50%;content: "";width: 100%;height: 100%;transform: translate(-50%, -50%);border: 2px solid rgba(255, 255, 255, 0.2);border-radius: 50%;box-shadow: 0 0 30px rgba(255,255,255,0.05);background: radial-gradient(circle, rgba(255,255,255,0.02) 0%, rgba(0,0,0,0) 60%);transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);}
.circle:hover:before {border-color: rgba(255,255,255,0.8);box-shadow: 0 0 60px rgba(255,255,255,0.2);transform: translate(-50%, -50%) scale(1.05);}
.circle_cont {padding-top: 0;width: 75%;z-index: 2;display: flex;flex-direction: column;align-items: center;justify-content: center;transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);}
.circle:hover .circle_cont {transform: scale(1.05);}
.circle_t1 {font-size: 26px;color: #fff;font-weight: 700;margin-bottom: 20px;text-align: center;letter-spacing: 1px;}
.circle_t2 {font-size: 15px;font-weight: 400;color: #ccc;text-align: center;margin-bottom: 24px;line-height: 1.6;}
.circle_t3 {overflow: hidden;padding-left: 0;}
.circle_t3 li {color: #999;font-size: 14px;font-weight: 400;text-align: center;float: none;width: 100%;margin-bottom: 8px;list-style: none;}

.marquee_wrap {height: 300px;background-color: #000;overflow: hidden; white-space: nowrap; position: relative; z-index: 2; width: 100%;}
.marquee_wrap span {text-shadow: 0px 0px 5px white;font-family: "Montserrat";font-size: 300px;font-style: normal;font-weight: 700;opacity: 0.55;animation: moveText 20s linear infinite;  display: inline-block;}
/*business*/
/*art*/
.art_section {padding: 200px 0;background-color: #000;}
.art_section .art_sub_tit {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
}

.art_top {display: flex;align-items: flex-end;justify-content: space-between;margin-bottom: 20px;flex-wrap: wrap;gap: 40px;}
.art_top .left_col {flex: 0 0 auto; display: flex; flex-direction: column; gap: 10px; position: relative;}
.art_top .left_col a {position: relative;}
.sliding-indicator {position: absolute; left: -20px; width: 4px; background-color: #fff; transition: top 0.3s ease, height 0.3s ease;}
.art_top .right_col {flex: 1 1 400px;text-align: right;}
.art_tit {font-family: "Montserrat", sans-serif;font-size: 80px;font-weight: 800;color: #fff;line-height: 1;letter-spacing: -2px;transition: color 0.3s ease; display: inline-block;margin-bottom: 30px;}
.art_top .main_txt {color: #888;font-size: 16px;line-height: 1.7;max-width: 600px;margin-left: auto;word-break: keep-all;}

@media (min-width: 1200px) {
    .art_top .ml80 {margin-left: 80px;}
    .art_top .mr50 {margin-right: 50px;}
}
.art_tab {display: flex;align-items: center;margin-bottom: 40px;}
.art_tab a {font-size: 14px;font-weight: 700;font-family: "Montserrat";color: #fff;border: 1px solid rgba(255, 255, 255, 0.40);border-radius: 25px;width: 200px;height: 35px;margin-right: 14px;text-align: center; display: flex;justify-content: center; align-items: center;}
.art_tab a:hover,
.art_tab a.on {border-color: #fff;}

.art_item {height: 360px;margin-bottom: 32px;position: relative;overflow: hidden;}
.art_section .art_item {height: auto; aspect-ratio: 1 / 1;}
.art_item > img {height: inherit;width: 100%;object-fit: cover;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.art_section .art_item > img {height: 100%;}
.art_item:hover > img {transform: scale(1.15);}
.art_item:hover .art_cont {display: flex;  justify-content: center;align-items: center;}

.art_cont {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgb(0 0 0 / 50%);display: none;}
.art_cont_txt {font-size: 17px;font-weight: 700;color: #fff;margin-top: 20px;line-height: 1.5;font-family: "Pretendard";}
.art_cont_inline {text-align: center;padding: 0 50px;}
.art_more {margin-top: 100px;text-align: center;}
.art_more a {display: inline-flex;justify-content: center;align-items: center;font-size: 15px;font-weight: 700;color: #fff;opacity: 1;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;}
.art_more a span {margin-right: 10px;}
.art_more a:hover {opacity: 0.7;}

.empty-state {
    width: 100%;
    padding: 100px 0;
    text-align: center;
    color: #666;
    font-size: 18px;
    font-weight: 500;
    font-family: "Pretendard";
    border: 1px solid #333;
    border-radius: 4px;
    background: #111;
}

.commercial-hidden {
    display: none;
}

.art_dual_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
}

.art_dual_column {
    flex: 1;
    min-width: 0;
}

.art_dual_divider {
    width: 1px;
    background-color: #333;
    margin: 0 10px;
}

.art_header_simple {
    margin-bottom: 20px;
}

.art_header_spacer {
    height: 75px;
}

.art_dual_header {
    text-align: center;
}

.art_dual_header .art_tit {
    font-size: 50px;
}

.art_dual_column .art_tab {
    justify-content: center;
}

@media (max-width: 991px) {
    .art_dual_container {
        flex-direction: column;
        gap: 60px;
    }
    .art_dual_divider {
        display: none;
    }
    .art_header_spacer {
        display: none;
    }
    .art_dual_header .art_tit {
        font-size: 50px;
    }
}

.art_section .container.artist_head {
  width: 100%;
  max-width: 1800px;
}

.panel-layer .row {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .panel-layer .row {
    max-width: 100%;
    padding: 0 16px;
  }
  .panel-layer .art_tab {
    max-width: 100%;
    padding: 0 16px;
  }
}

.panel-layer .art_item {
  aspect-ratio: 1 / 1;
  height: auto;
  max-height: 340px;
}

.panel-layer .art_tab {
  max-width: 1400px;
  margin: 0 auto 40px;
  padding: 0 40px;
  height: 35px;
}

.art_tab_spacer {
  height: 75px;
}

.panel-layer .art_more {
  margin-top: 60px;
}

/* ===== Tab-based Panel Layer Transition ===== */
/* 
 * CUSTOMIZATION GUIDE:
 * - Transition duration: Change 420ms in .panel-layer transition
 * - Easing: Change cubic-bezier(.2,.8,.2,1) for different feel
 * - Slide distance: Adjust translateX values (100% for full slide)
 * - Scale: Adjust scale values (0.95 inactive, 1 active)
 * - Blur: Adjust blur values (2px inactive, 0 active)
 */

.panel-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  width: 100%;
}

.panel-tabs .art_sub_tit {
  flex: 0 1 auto;
  margin: 0 20px;
  text-align: center;
  max-width: 550px;
}

.panel-tab {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.4);
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  transition: color 420ms cubic-bezier(.2,.8,.2,1), transform 420ms cubic-bezier(.2,.8,.2,1);
  letter-spacing: -1px;
}

.panel-tab:hover {
  color: rgba(255, 255, 255, 0.7);
}

.panel-tab.is-active {
  color: #fff;
}

.panel-tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: #fff;
  transform: translateX(-50%);
  transition: width 420ms cubic-bezier(.2,.8,.2,1);
}

.panel-tab.is-active::after {
  width: 100%;
}

.panel-tab:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 4px;
}

.panel-tab:focus:not(:focus-visible) {
  outline: none;
}

.panel-container {
  display: grid;
  grid-template-areas: "stack";
  perspective: 2000px;
  transform-style: preserve-3d;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  overflow: hidden;
}

.panel-layer {
  grid-area: stack;
  width: 100%;
  
  /* Base Transition properties */
  z-index: 1;
  pointer-events: auto;
  
  transition: 
    opacity 600ms cubic-bezier(.2,.8,.2,1),
    transform 600ms cubic-bezier(.2,.8,.2,1),
    filter 600ms ease;
  will-change: transform, opacity, filter;
}

/* Commercial Panel Inactive State (Left Back) */
#panel-commercial:not(.is-active) {
  opacity: 0.3;
  transform: translateX(-15%) translateZ(-200px) scale(0.9);
  filter: blur(8px);
}

#panel-commercial:not(.is-active).is-preview,
#panel-commercial:not(.is-active):hover {
  opacity: 0.8;
  transform: translateX(-10%) translateZ(-50px) scale(0.98);
  filter: blur(3px);
  z-index: 5;
  cursor: pointer;
}

/* Media Art Panel Inactive State (Right Back) */
#panel-mediaart:not(.is-active) {
  opacity: 0.3;
  transform: translateX(15%) translateZ(-200px) scale(0.9);
  filter: blur(8px);
}

#panel-mediaart:not(.is-active).is-preview,
#panel-mediaart:not(.is-active):hover {
  opacity: 0.8;
  transform: translateX(10%) translateZ(-50px) scale(0.98);
  filter: blur(3px);
  z-index: 5;
  cursor: pointer;
}

.panel-layer.is-active {
  opacity: 1;
  transform: translateZ(0) scale(1) translateX(0);
  filter: blur(0);
  z-index: 10;
  pointer-events: auto;
}

@media (max-width: 991px) {
  .panel-tabs {
    gap: 30px;
  }
  .panel-tab {
    font-size: 32px;
  }
  .panel-container {
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .panel-tabs {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    justify-content: center;
    padding: 0 16px;
    overflow: hidden;
  }
  .panel-tabs .art_sub_tit {
    display: block;
    width: 100%;
    order: 3;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  .panel-tab {
    font-size: clamp(18px, 5vw, 28px);
    order: 1;
    white-space: nowrap;
  }
  .panel-container {
    min-height: auto;
    padding: 0;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
  }

  .panel-layer {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .panel-layer .art_tab,
  .panel-layer .art_content,
  .panel-layer .commercial_items,
  .panel-layer .art_more {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  /* Bootstrap row negative margin override */
  .panel-layer .row {
    margin-left: 0;
    margin-right: 0;
    padding: 0 8px;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .panel-layer .row > [class*="col-"] {
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
    max-width: 50%;
  }

  .panel-layer .art_item {
    max-height: none;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .panel-layer .art_item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .art_section .container.artist_head {
    padding: 0;
  }

  #panel-commercial:not(.is-active),
  #panel-mediaart:not(.is-active) {
    transform: translateX(0) translateZ(-200px) scale(0.9);
  }

  #panel-commercial:not(.is-active).is-preview,
  #panel-commercial:not(.is-active):hover,
  #panel-mediaart:not(.is-active).is-preview,
  #panel-mediaart:not(.is-active):hover {
    transform: translateX(0) translateZ(-50px) scale(0.98);
  }
}
/* ===== End Tab-based Panel Layer Transition ===== */

/*art*/
/*contact*/
.contact_section {padding: 200px 0;background-color: #000; position: relative; z-index: 1;}
.contact_section .container {width: 1300px;}
.contact_divide{display: flex;justify-content: flex-start;align-items: flex-start;gap: 150px;flex-direction: row-reverse;}
.contact1 {width: 780px;}

.form_item {margin-bottom: 30px;}
.form_tit {font-size: 18px;color: #fff;font-weight: 700;margin-bottom: 5px;}
.form_input {width: 100%;height: 60px;background-color: #000;border-top: none;border-left: none;border-right: none;border-bottom: 1px solid #666;padding: 0 10px;font-size: 16px;color: #aaa;transition: all 0.3s ease;}
.text_area {height: 200px;padding: 20px 0;width: 100%;border-top: none;border-left: none;border-right: none;border-bottom: 1px solid #ddd;background-color: #fff;font-size: 15px;font-weight: 700;color: #000;margin-bottom: 60px;resize: none;outline: none;}
.form_input:focus {border-color: #fff; background-color: #111; padding-left: 20px;}

.form_check {margin-right: 30px;display: inline-block;}
.form_check label {font-size: 18px;color: #fff;display: flex;align-items: center;}
.form_check input[type="checkbox"] + label:before {content: "";margin: 0 10px 0 0;vertical-align: middle;width: 20px;display: inline-block;height: 20px;overflow: hidden;background-image:url('/assets/img/main/Check_box.png');}
.form_check input[type="checkbox"]:checked + label:before {background-image:url('/assets/img/main/Check_box_on.png');}
.form_check input[type="checkbox"] {outline: none;border: none;background-color: #fff;-webkit-border-radius: 0;-webkit-appearance: none;display: none;}

.submit_btn {background-color: #fff;border: none;outline: none;cursor: pointer;padding: 0;display: flex;align-items: center;    justify-content: center;width: 200px;height: 45px;border-radius: 30px;margin-top: 30px;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;}
.submit_btn:hover {background-color: #777;}
.submit_btn span {font-size: 15px;font-weight: 700;color: #000;margin-right: 10px;}
/*contact*/
.map_section {height: 600px;background-color: #000;}
.map {max-width: 1920px;margin: 0 auto;height: 100%;}

.BannerT1_Fade{animation: fadeInUp 1s;}
.BannerT2_Fade{animation: fadeInUp 1.2s;}

.bgndVideo_wrap {width: 100%;height: 100%;position: absolute !important;left: 0;top: 0;}   
.bgndVideo_wrap iframe {height: -webkit-fill-available !important;}
.about_slider  .slick-list {overflow: visible;}
.slick-slider {transform: translate3d(0, 0, 0);}
.videos {width: 100%;height: inherit;}
@media (max-width: 1659px){
	.art_tit {font-size: 100px;}
	.banner_t1 {font-size: 40px;}
	.main_tit {font-size: 80px;}
	.mem_info .name {font-size: 25px;}
	.circle_t2 {font-size: 19px;}
	.circle {padding: 0;}
	.art_cont_txt {font-size: 16px;}
}
@media (max-width: 1599px){
	.art_tit {font-size: 80px;}
	.main_tit {font-size: 60px;}
	.detail_name {font-size: 25px;}
	.circle:before {width: 470px;height: 470px;}
	.circle {height: 470px;}
	.circle_t2 {font-size: 17px;}
	.circle_t1 {font-size: 17px;}
	.circle_t3 li {font-size: 15px;}
}
@media (max-width: 1459px) {

}
@media (max-width: 1429px) {
	.main_banner {height: 860px;}
	.banner_t1 {font-size: 35px;}
	.mem_detail {width: 680px;}
	.detail_work {height: 125px;}
	.detail_more {width: 130px;}
	.detail_more span {font-size: 13px;}
	.art_item {height: 280px;}
	.banner_txt {padding: 0 90px;}
	.work_item img {max-width: 130px;}
}
@media (max-width: 1259px) {
	.art_tit {font-size: 60px;}
	.main_tit {font-size: 50px;}
	.main_txt {font-size: 16px;}
	.art_item {height: 200px;}
	.art_cont_inline img {width: 40px;}
	.marquee_wrap {height: 200px;}
	.marquee_wrap span {font-size: 200px;}
	.contact_divide {gap: 90px;}
	.map_section {height: 500px;}
	.form_tit {font-size: 16px;}
	.form_check label {font-size: 16px;}
	.circle:before {width: 365px;height: 365px;}
	.circle {height: 365px;padding: 0;}
	.circle_t1 {margin-bottom: 30px;font-size: 15px;}
	.circle_t2 {font-size: 15px;margin-bottom: 30px;}
	.circle_t2 br {display: none;}
	.circle_t3 {padding-left: 0;}
	.circle_t3 li {font-size: 13px;}
	.circle_cont {padding-top: 0;}
	.mem_info .name {font-size: 20px;}
	.detail_name {font-size: 20px;}
	.mem_detail {width: 650px;margin-left: 30px;padding: 30px 30px 0 30px;}

	.banner_t2 {font-size: 16px;}
	.banner_t1 {font-size: 30px;}
	.main_tit {font-size: 40px;}
	.art_tab a {width: 160px;}
	.art_cont_txt {font-size: 14px;}
	.map_section {height: 400px;}
	.about_top {margin-bottom: 100px;}
	.art_section {padding: 150px 0;}
}

@media (max-width: 1199px) {
	.about_item .mem_img {height: 300px;width: 420px;}
    .about_item .mem_img img {width: 100%;height: inherit;}
	.mem_detail {width: 500px;}
	.detail_work {height: 90px;}
	.detail_more {width: 100px;}
	.about_section {padding-top: 100px;}
	.banner_txt {padding: 0 70px;}
	.work_item img {max-width: 100px;}
}
@media (max-width: 991px) {
	.art_tit {font-size: 50px;}
	.banner_t1 {font-size: 25px;margin-bottom: 25px;}
	.banner_t2 {font-size: 14px;}
	.main_banner {height: 760px;}
	.main_tit {font-size: 30px;}
	.about_nav img {width: 40px;}
	.about_top {margin-bottom: 70px;}
	.business_section {padding: 100px 0;}
	.main_txt {font-size: 14px;}
	.main_txt_small {font-size: 12px;}
	.art_top {margin-bottom: 40px;}
	.art_tab a {font-size: 12px;width: 120px;}
	.art_tab {margin-bottom: 50px;}
	.art_item {height: 160px;margin-bottom: 16px;}
	.art_cont_inline {padding: 0 20px;}
	.art_more {margin-top: 50px;}
	.art_more a {font-size: 13px;}
	.marquee_wrap {height: 150px;}
	.marquee_wrap span {font-size: 150px;}
	.art_section {padding: 100px 0;}
	.contact_section {padding: 100px 0;}
	.map_section {height: 300px;}
	.form_tit {font-size: 14px;}
	.form_input {height: 50px;font-size: 14px;}
	.form_check {margin-right: 15px;}
	.form_check label {font-size: 14px;}
	.submit_btn {width: 160px;margin-top: 15px;height: 40px;}
	.submit_btn span {font-size: 13px;}
	.contact_divide {gap: 45px;}
	.mem_info .position {font-size: 13px;margin-bottom: 5px;}
	.mem_info .name {font-size: 16px;margin-bottom: 10px;}
	.mem_info .txt {font-size: 14px;margin-bottom: 5px;}
	.mem_info .keywords span {font-size: 12px;}
	.mem_info {left: 15px;bottom: -65px;}
	.detail_top .postion {font-size: 14px;}
	.detail_name {font-size: 16px;margin-bottom: 15px;}
	.detail_text {font-size: 13px;margin-bottom: 25px;}
	.detail_work {height: 75px;}
	.detail_more span {font-size: 11px;margin-right: 5px;}
	.detail_more img {height: 6px;}
	/* .mem_detail {width: 380px;margin-left: 15px;padding: 15px 15px 0 15px;} */
	.detail_more {width: 80px;right: -15px;}
	.circle_wrap {margin-top: 60px;}
	.circle {height: 315px;padding: 0; width:330px}
	.circle_t2 {font-size: 14px;margin-bottom: 15px;}
	.circle_t1 {margin-bottom: 15px;}
	.circle_t3 {padding-left: 0;}
	.circle:before {width: 315px;height: 315px;left: 50%; margin-left: 0;}
	.circle_cont {padding-top: 0;}
	.art_cont_txt {margin-top: 10px;}
	.banner_txt {padding: 0 30px;}
	.detail_top .insta img {height: 20px;}
	.slick-initialized .slick-slide {display: block !important;}
	.about_item .mem_img {height: 280px;display: block;}
	.about_item .mem_img img {max-width: 100%;display: block;}
	.about_item.show .mem_detail {display: block;width: 420px;margin-left: 0;margin-top: 10px;}
	.work_item img {max-width: 80px;}
	.about_item {display: block;}
}
@media (max-width: 767px) {
	.art_tit {font-size: 50px;}
	.banner_t1 {font-size: 20px;}
	.main_banner {height: 660px;}
	.main_tit {font-size: 25px;}
	.art_section .art_top .main_tit {font-size: 50px;}
	.about_nav {margin-left: 0;margin-top: 10px;}
	.about_top {margin-bottom: 20px;}
	.about_item .mem_img {height: 250px;width: auto;}
	.about_item.show .mem_detail {width: 100%;}
	.business_section {padding: 100px 0 70px 0;}

	.art_top {margin-bottom: 20px;}
	.art_tab {margin-bottom: 30px;}
	.art_item {height: auto;}
	.main_tit.link {margin-bottom: 15px;}
	.art_top .main_txt br {display: none;}
	.art_more {margin-top: 30px;}
	.marquee_wrap {height: 100px;}
	.marquee_wrap span {font-size: 100px;}
	.art_section {padding: 70px 0;}
	.contact_section {padding: 70px 0;}
	.contact_divide {flex-direction: column;}
	.form_input {height: 40px;}
	.form_check {display: block;margin-right: 0;margin-bottom: 20px;}
	.circle_wrap {flex-direction: column;}
	/*.circle {}*/
	.circle_cont {width: 80%;padding-top: 0;}
	.circle_t3 li {text-align: center;}
	.circle:before {width: 395px;height: 395px;left: 50%;margin-left: 0;}
	.circle {padding: 0 30px;margin-left: 0; margin-top: 20px;width: 100%;align-items: center;display: flex;}
	.banner_txt {padding: 0 10px;}
	.art_top {flex-wrap: wrap;}
	.about_top .main_tit {margin-bottom: 15px;}
	.mouse-icon {bottom: 40px;}
	.about_section {padding-top: 70px;}
	.work_item img {max-width: 70px;}
}
@media (max-width: 424px) {
	.detail_work {height: 60px;}
	.circle:before {width: 375px;height: 375px;margin-left: 0;}
	.work_item img {max-width: 55px;}
}
@media (max-width: 374px) {
	.detail_work {gap: 5px;}
	.detail_more {width: 70px;}
	.circle:before {width: 325px;height: 325px;margin-left: 0;}
	.circle_cont {padding-top: 0;}
}

/*header*/
header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.scrolled header {background-color: #000;}
header {position: fixed;left: 0;top: 0;width: 100%;height: 140px;background-color: transparent;transition: all .5s ease; -webkit-transition: all .5s ease;  -moz-transition: all .5s ease;z-index: 12000;}
header.hide {top: -140px;}
.header {height: 100%;max-width: 1920px;margin: 0 auto;position: relative;z-index: 12000;}
.header h1 {position: absolute;left: 60px;top: 50%;margin-top: -28px;display: block;z-index: 10;}
.header h1 a {display: block;}
.header h1 img {width: auto;}
.tmenu {display: block;position: fixed;right: 50px;top: 30px;width:50px;height:50px;z-index:11000;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;}
.tmenu span {display:inline-block;position:absolute;width:18px;height:4px;left: 50%;margin-left:-9px;top:50%;margin-top:-2px;background-color:#fff;}
.tmenu span:before {position:absolute; width:28px;height:4px;left: 50%;margin-left:-18px;top:-10px;background-color:#fff;content:"";display:block;}
.tmenu span:after {position:absolute; width:28px;height:4px;left: 50%;margin-left:-18px;top:10px;background-color:#fff;content:"";display:block;}
.tmenu span,
.tmenu span:before,
.tmenu span:after {transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.is-total .tmenu span {background:none;}
.is-total .tmenu span:before {top: 0;transform: rotate(45deg);background-color: #fff;}
.is-total .tmenu span:after {top: 0;transform: rotate(-45deg);background-color: #fff;}
.gnb_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 8000;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    overflow: hidden;
}
body.is-total .gnb_wrap {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.gnb_con {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.gnb_menu {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.gnb {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.gnb > li {
    margin: 20px 0;
    opacity: 0;
    transform: translateX(-40px);
}
.gnb > li > a {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}
.gnb > li > a:hover {
    color: #888;
}
.gnb ul {
    display: none;
}
.gnb_bottom {
    width: 100%;
    padding: 50px 0;
    background-color: #000;
}
.bottom_divide {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 50px 0;
    border-top: 1px solid #333;
    color: #888;
}
.bottom_divide .left, .bottom_divide .right {
    display: flex;
    gap: 30px;
    align-items: center;
}
.bottom_divide .info_t1 {
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
}
.bottom_divide .info_t2 {
    font-family: "Pretendard";
    font-size: 14px;
}
.bottom_divide .copy {
    font-family: "Montserrat";
    font-size: 14px;
    color: #555;
}
@media (max-width: 1200px) {
    .header { padding: 0 40px; }
}
@media (max-width: 991px) {
    .header { height: 80px; padding: 0 30px; }
    .gnb > li > a { font-size: 40px; }
    .bottom_divide { flex-direction: column; align-items: center; gap: 20px; text-align: center; }
    .bottom_divide .left, .bottom_divide .right { flex-direction: column; gap: 10px; }
}
@media (max-width: 767px) {
    header { height: 60px; }
    header.hide { top: -60px; }
    .header { height: 60px; padding: 0 20px; }
    .header h1 { left: 20px; margin-top: -15px; }
    .header h1 img { height: 30px; }
    .tmenu { width: 30px; height: 30px; right: 20px; top: 15px; }
    .tmenu:before { top: 8px; }
    .tmenu:after { bottom: 8px; }
    .gnb > li { margin: 15px 0; }
    .gnb > li > a { font-size: 30px; }
}
/*header*/

.artist_home {background:#000;color:#fff;padding:120px 40px 100px;position:relative;max-width:1920px;margin:0 auto;}
.artist_head {display:flex;align-items:center;justify-content:flex-start;gap:32px;flex-wrap:wrap;max-width:1400px;margin:0 auto;}
.artist_title {font-size:100px;font-weight:700;line-height:1;color:#fff;display:flex;align-items:center;}

.artist_intro {max-width:620px;line-height:1.5;font-size:18px;font-weight:500;color:#ddd;margin-top:0;display:flex;flex-direction:column;gap:6px;justify-content:center;}

.artist_intro p {margin:0;}
.artist_intro .no-wrap {white-space:nowrap;}
.artist_intro_note {font-size:14px;color:#aaa;margin-top:0;}
.artist_nav {margin-left:auto;display:none;gap:10px;align-items:center;position:relative;top:0;}
.artist_nav.mobile-only {display:none;}
.artist_nav button {width:52px;height:52px;border:2px solid rgba(255,255,255,0.5);border-radius:50%;background:rgba(255,255,255,0.08);cursor:pointer;position:relative;transition:all 0.3s ease;}
.artist_nav button:before {content:"";position:absolute;top:50%;left:50%;width:14px;height:14px;border-top:2px solid #fff;border-right:2px solid #fff;transition:all 0.3s ease;}
.artist_nav .artist_prev:before {transform:translate(-30%,-50%) rotate(-135deg);}
.artist_nav .artist_next:before {transform:translate(-70%,-50%) rotate(45deg);}
.artist_nav button:hover {border-color:#fff;background:rgba(255,255,255,0.15);}

.artist_slider_wrapper {display:flex;align-items:center;justify-content:center;gap:24px;padding:0 24px;margin-top:36px;}
.artist_slider_wrapper > button {width:52px;height:52px;border:2px solid rgba(255,255,255,0.5);border-radius:50%;background:rgba(255,255,255,0.08);cursor:pointer;position:relative;flex-shrink:0;transition:all 0.3s ease;}
.artist_slider_wrapper > button:before {content:"";position:absolute;top:50%;left:50%;width:14px;height:14px;border-top:2px solid #fff;border-right:2px solid #fff;transition:all 0.3s ease;}
.artist_slider_wrapper > .artist_prev:before {transform:translate(-30%,-50%) rotate(-135deg);}
.artist_slider_wrapper > .artist_next:before {transform:translate(-70%,-50%) rotate(45deg);}
.artist_slider_wrapper > button:hover {border-color:#fff;background:rgba(255,255,255,0.15);}
.desktop-only {display:flex;}
.mobile-only {display:none;}

.artist_detail_home {display:grid;grid-template-columns:1.4fr 1fr;gap:32px;max-width:1400px;margin:30px auto 24px;align-items:center;}
.artist_detail_media img {width:100%;height:420px;object-fit:cover;display:block;filter:grayscale(100%);}
.artist_detail_info {display:flex;flex-direction:column;gap:12px;color:#ddd;}
.artist_detail_role {font-size:14px;font-weight:700;color:#ccc;}
.artist_detail_name {font-size:32px;font-weight:800;color:#fff;margin:0;}
.artist_detail_body {font-size:15px;line-height:1.6;color:#ccc;}
.artist_detail_keywords {display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:#bbb;}
.artist_detail_more {display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#fff;}

.artist_cards_home {display:flex;flex-wrap:nowrap;gap:18px;margin-top:0;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory;flex:1;min-width:0;}
.artist_cards_home.disable-snap {scroll-snap-type: none;}
.artist_cards_home::-webkit-scrollbar {height:6px;}
.artist_cards_home::-webkit-scrollbar-thumb {background:#444;border-radius:3px;}
.artist_card_home {flex:0 0 540px;height: 560px;background:#0f0f0f;border:1px solid #222;overflow:hidden;transition:all .3s ease;scroll-snap-align:start;}
.artist_thumb_home {width:100%;flex: 1;min-height: 0;padding:0;border:none;background:transparent;cursor:pointer;display:block;}
.artist_thumb_home img {width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(100%);transition:all .35s ease;}
.artist_card_home:hover .artist_thumb_home img {filter: grayscale(0%); transform: scale(1.05);}
.artist_info_home {padding:18px 18px 22px;transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);max-height: 200px;opacity: 1;overflow: hidden;}
.artist_role_home {font-size:14px;font-weight:700;color:#ccc;margin-bottom:8px;}
.artist_name_home {font-size:22px;font-weight:800;color:#fff;}
.artist_keywords_home {margin-top:10px;display:flex;flex-wrap:wrap;gap:8px;color:#ccc;font-size:12px;}
.artist_keywords_home span {color:#ccc;}

@media(max-width:1459px){
  .artist_home {padding:130px 32px 110px;}
  .artist_title {font-size:88px;}
  .artist_card_home {flex:0 0 480px;}
  .artist_thumb_home img {height:100%;}
}
@media(max-width:991px){
  .artist_home {padding:120px 24px 100px;}
  .artist_title {font-size:74px;}
  .artist_slider_wrapper {gap:16px;padding:0 16px;}
  .artist_slider_wrapper > button {width:44px;height:44px;}
  .artist_cards_home {gap:14px;}
  .artist_card_home {flex:0 0 420px;}
  .artist_thumb_home img {height:100%;}
}
@media(max-width:767px){
  .artist_home {padding:90px 20px 70px;}
  .artist_head {flex-direction: column; align-items: flex-start; gap: 20px;}
  .artist_intro { font-size: 16px; }
  .artist_intro .no-wrap {white-space: normal;}
  .artist_title {font-size:52px;}
  .artist_nav.mobile-only {display:flex;margin-top:16px;margin-left:0;}
  .artist_slider_wrapper {padding:0;margin-top:28px;}
  .artist_slider_wrapper > button.desktop-only {display:none;}
  .artist_cards_home {gap:12px;}
  .artist_card_home {flex:0 0 320px;}
  .artist_thumb_home img {height:100%;}
}

@media(max-width:991px){
  .artist_home {padding:100px 24px 90px;}
  .artist_title {font-size:74px;}
  .artist_nav {position:absolute;right:24px;top:130px;}
  .artist_thumb_home img {height:100%;}
}
@media(max-width:767px){
  .artist_home {padding:90px 20px 70px;}
  .artist_title {font-size:52px;}
  .artist_nav {position:static;margin-top:16px;}
  .artist_cards_home {margin-top:28px;gap:14px;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));}
  .artist_thumb_home img {height:100%;}
}

@media(max-width:991px){
  .artist_home {padding:120px 24px 100px;}
  .artist_title {font-size:74px;}
  .artist_nav {position:absolute;right:24px;top:140px;}
  .artist_thumb_home img {height:100%;}
}
@media(max-width:767px){
  .artist_home {padding:100px 20px 80px;}
  .artist_title {font-size:52px;}
  .artist_nav {position:static;margin-top:16px;}
  .artist_cards_home {margin-top:32px;gap:14px;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));}
  .artist_thumb_home img {height:100%;}
}

@media(max-width:991px){
  .artist_home {padding:130px 24px 110px;}
  .artist_title {font-size:76px;}
  .artist_nav {position:absolute;right:24px;top:160px;}
  .artist_thumb_home img {height:100%;}
}
@media(max-width:767px){
  .artist_home {padding:110px 20px 90px;}
  .artist_title {font-size:54px;}
  .artist_nav {position:static;margin-top:20px;}
  .artist_cards_home {margin-top:40px;gap:20px;}
  .artist_thumb_home img {height:100%;}
}

@media(max-width:991px){
  .artist_home {padding:140px 24px 120px;}
  .artist_title {font-size:78px;}
  .artist_nav {position:absolute;right:24px;top:170px;}
  .artist_home .mem_img {width:420px;height:300px;}
}
@media(max-width:767px){
  .artist_home {padding:120px 20px 100px;}
  .artist_title {font-size:56px;}
  .artist_nav {position:static;margin-top:20px;}
  .artist_home .about_slider {margin-top:40px;}
  .artist_home .mem_img {width: 100%;height: 240px;}
}

@media (max-width: 991px){
  .artist_home {padding:120px 24px 100px;}
  .artist_title {font-size:70px;}
  .artist_nav {position:absolute;right:24px;top:160px;}
  .artist_home .mem_img {width: 420px;height: 300px;}
}
@media (max-width: 767px){
  .artist_title {font-size:52px;}
  .artist_nav {position:static;margin-top:20px;}
  .artist_home .about_slider {margin-top:40px;}
  .artist_home .mem_img {width: 100%;height: 240px;}
}

/* YouTube Embed (16:9 Responsive) */
.yt-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 32px 0;
}

.yt-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Inline Detail Panel Expansion */
.artist_card_home {
  display: flex;
  flex-direction: row;
  transition: flex-basis 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: flex-basis;
}

.artist_card_visible {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  background: #0f0f0f;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.artist_card_detail {
  flex: 0 0 0;
  width: 0;
  min-width: 0;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  background: #111;
  border-left: 1px solid #333;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Expanded State */
.artist_card_home.is-active {
  flex-basis: min(1200px, calc(100vw - 32px)) !important;
  max-width: calc(100vw - 32px);
}

.artist_card_home.is-active .artist_card_visible {
  flex: 0 1 540px;
  min-width: 320px;
}

.artist_card_home.is-active .artist_thumb_home img {
  filter: none;
}

.artist_card_home.is-active .artist_info_home {
  max-height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.artist_card_home.is-active .artist_card_detail {
  flex: 1;
  width: auto;
  opacity: 1;
  overflow-y: auto;
}

.artist_detail_inner {
  padding: 40px;
  width: 100%;
  max-width: 480px;
  min-width: 0;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.4s ease 0.2s; /* Delay for content reveal */
}

.artist_card_home.is-active .artist_detail_inner {
  opacity: 1;
  transform: translateX(0);
}

.detail_name {
  font-family: "Pretendard", sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}

.detail_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.detail_role {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #888;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.detail_social {
  display: flex;
  gap: 10px;
}

.detail_social img {
  height: 40px;
  width: auto;
  display: block;
}

.detail_desc {
  font-family: "Pretendard", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #ccc;
  margin-bottom: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.detail_link_more {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  transition: opacity 0.3s;
}

.detail_link_more:hover {
  opacity: 0.7;
}

/* Responsive adjustments */
@media (max-width: 1459px) {
  .artist_card_home.is-active .artist_card_visible {
    flex: 0 1 480px;
    min-width: 320px;
  }
}

@media (max-width: 1200px) {
  .artist_card_home.is-active { flex-basis: min(1000px, calc(100vw - 32px)) !important; }
  .artist_card_home.is-active .artist_card_visible { flex: 0 1 480px; min-width: 320px; }
  .artist_detail_inner { width: 100%; max-width: 420px; padding: 30px; }
}

@media (max-width: 991px) {
  .artist_card_home.is-active { flex-basis: min(850px, calc(100vw - 32px)) !important; }
  .artist_card_home.is-active .artist_card_visible { flex: 0 1 420px; min-width: 280px; }
  .detail_name { font-size: 28px; }
}

@media (max-width: 767px) {
  .artist_card_home { flex-direction: column; }
  .artist_card_visible { width: 100%; min-width: 100%; flex: auto; }
  
  .artist_card_home.is-active { 
     flex-basis: auto !important;
     height: auto;
  }
  
  .artist_card_home.is-active .artist_card_visible { 
    width: 100%;
    min-width: 100%; 
    flex: 0 0 auto;
  }
  
  .artist_card_home.is-active .artist_card_detail {
    width: 100%;
    height: auto;
    border-left: none;
    border-top: 1px solid #333;
  }
  
  .artist_detail_inner {
    width: 100%;
    padding: 24px;
  }
}

@media (max-width: 1459px) {
  .artist_card_home { height: 520px; }
}
@media (max-width: 991px) {
  .artist_card_home { height: 400px; }
}
@media (max-width: 767px) {
  .artist_card_home { height: auto !important; }
  .artist_thumb_home { height: 280px; flex: none; }
  .artist_thumb_home img { height: 100%; }
}
