#body * {
    animation-play-state: paused; /* 기본적으로 애니메이션 정지 */
}

#copyButton {
    margin-top: 10px;
    padding: 5px 10px;
    background: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    position: fixed;
    left:20px;
    bottom:20px;
    z-index: 111;
}

.main_btn img {
    max-width: 70px;
    transition: all ease 0.3s;
}

.main_btn {
    display: inline-block;
    position: fixed;
    left:20px;
    top:40px;
    z-index: 2;
    filter: drop-shadow(0 0 4px #000);
    transition: all ease 0.3s;
}

.main_btn:hover img {
    transform: translateX(-7px);
    filter: brightness(1.2);
}

.profileWrap {
    width: 100%;
}

.profileWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profileWrap img {
    margin: auto;
    height: auto; /* 비율 유지 */
    display: block;
    margin-top: 5%;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.profileWrap .profile {text-shadow: 0 0 4px #000; height:0;}

.profileWrap .profile.left {text-align: right;}
.profileWrap .profile.right {text-align: left;}

.profileWrap .profile div {position: relative; z-index: 1;}

.profileWrap .pha {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 60px;
    color: #FFF;
    font-family: 'Chosunilbo_myungjo';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    border-radius: 2em;
    background: #000;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.20);
    text-align: center;
    animation:fadedown 1s ease both;
}


.profileWrap .pha::after {
    content: url(./img/tail.svg);
    position: absolute;
    right:30px;
    bottom:-10px;
}

.profileWrap .right .pha::after {transform: scaleX(-1);right:auto; left:30px;}

.profileWrap .pha span::before {
    content: "“ ";
    display: inline-block;
    margin: 0 5px;
}

.profileWrap .pha span::after {
    content: " ”";
    display: inline-block;
}
.profileWrap .en_name {
    font-family: "Imperial Script";
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 128px */
    animation:fadeInDown 1s ease both;
}
.profileWrap .kr_name {
    color: #FFF;
    font-family: 'KoPubWorld Batang';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    animation:fadeInUp 1s ease both;
}


.profileWrap .sub_desc {
    color: #FFF;
    font-family: 'Pretendard';
    font-size: 13px;
    font-style: normal;
    font-weight: 200;
    line-height: 180%;/* 16px */
    animation:fadeInUp 1s ease both;
}

.profileWrap .main_desc {
    color: #FFF;
    font-family: 'Chosunilbo_myungjo';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    animation:fadeInUp 1s ease both;
}

.profileWrap .main_desc .big {
    font-size: 30px;   
}

.profileWrap .detail {
    color: #FFF;
    font-family: 'Pretendard';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    letter-spacing: 2px;
    animation:fadeInUp 1s ease both;
}
.profileWrap .family {
    color: #FFF;
    font-family: 'Pretendard';
    font-size: 13px;
    font-style: normal;
    font-weight: 200;
    line-height: 100%; /* 12px */
    animation:fadeInUp 1s ease both;
}

.profileWrap .talk {
    font-family: 'KoPubWorld Batang';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    animation:fadeInUp 1s ease both;
}

.profileWrap .contents {
    width: 420px;
    height: 0px;
    padding:0 45px;
    box-sizing: border-box;
    border-radius: 7.5px;
    background: rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(2.25px);
    color: #b3b3b3;
    font-family: 'Pretendard';
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 200%; /* 24px */
    text-align: left;
    overflow: auto;
    transition: all ease 0.6s;
    opacity: 0;
}
.profileWrap .contents.on {height: 300px;    padding:36px 45px; opacity: 1;}


.profileWrap .etc_btn {
    width: auto !important;
    display: inline-block;
    padding: 2.25px 27.75px;
    color: #FFF;
    text-align: center;
    font-family: 'Pretendard';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 21.6px */
    letter-spacing: 2.4px;
    cursor: pointer;
    border-radius: 1.5px;
    border: 0.75px solid #999;
    background: #000;
    animation:fadeInUp 1s ease both;
}

.profileWrap .contents {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.profileWrap .contents::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.bottom_profile {
    position: fixed;
    left:0;
    width: 100%;
    height:20vh;
    bottom:0;
    text-align: center;
    z-index: 5;
    display: flex;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 33px;
    pointer-events: none;
}
.bottom_profile .pairName {
    text-align: center;
    font-family: "Cinzel Decorative", 'Chosunilbo_myungjo';
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 72px */
    background: linear-gradient(180deg, #FFF 0%, #6B6B6B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow( 0 0 5px #000);
    animation:fadeInUp 1s ease both;
}



.bottom_profile .ownerName {
    color: #c4c4c4;
    text-align: center;
    font-family: 'Pretendard';
    font-size: 13px;
    font-style: normal;
    font-weight: 200;
    filter: drop-shadow( 0 0 5px #000);
    line-height: 100%; /* 10.5px */
    animation:fadeInUp 1s ease both;
}

.back {    animation:fadeIn 2s ease both;}

.bottom_profile .ownerName .cin {
    font-family: "Cinzel Decorative";
    margin: 0 10px;
}


.back {position: fixed; left:0; right:0; margin:0 auto; text-align: center; z-index: -1;}

.spotlight-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* 기본 어두운 배경 */
    pointer-events: none; /* 클릭 방지 */
    transition: clip-path 0.3s ease-in-out;
    clip-path: circle(0% at 50% 50%); /* 초기 상태 */
}

#focus {
    position: fixed;
    width: 100%;
    height: 100%;
    transition: top .1s,
                left .1s;
    z-index: 10;
    pointer-events: none;
  }

html {
    height: 100%;
    /* overflow-y: auto; 제거 */
}

@media all and (max-width:1025px)  {
	.profileWrap div {position: relative; inset:0 !important; margin:5px auto;word-break: keep-all;}
    .profileWrap .profile {    display: flex
        ;
            flex-direction: column; height:auto; text-align: center !important;}

    .profileWrap .pha {margin-top: 50px; position: relative !important;}

    .profileWrap .pha::after {
        display: none;
    }

    .bottom_profile {position: relative; background: none;}

    .profile.right {margin-bottom: 100px;}

}
