/* style.css */
@import url('//fonts.googleapis.com/earlyaccess/nanumpenscript.css');

body {
    background-image: url('../img/line2.png');
    background-repeat: repeat;
}

.let-go-main {
    text-decoration: none;
}

.let-go-main :hover{
    color: red;
}
.let-go-main :visited {
    color: inherit;
}

.container {
    position: relative;
    width: 90%;              /* 화면 크기에 따라 유동적으로 */
    top: 10%;
    max-width: 1200px;       /* 최대 너비 제한 */
    margin: 0 auto;          /* 가로 가운데 정렬 */
}

.box {
    position: absolute;
    top: 0;
    left: 1000px; /* 이미지 너비에 맞춰 조정 */
    width: 200px; /* 박스의 너비 */
    height: 100px; /* 박스의 높이 */
    background-color: white; /* 박스의 배경색 */
}

.big-box-container{
    display: flex;
    flex-direction: column;
}

.box-container-header {
    display: flex; /* 박스를 수평으로 나열 */
    gap: 15px; /* 박스들 사이의 간격 */
    position: absolute;
    top: 50px; /* 이미지 위에서 50px 떨어짐 */
    left: 63px; /* 이미지 왼쪽에서 50px 떨어짐 */
}

/*프로필 이미지*/

.homepage-title-container{
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
    min-width: 600px;
}

.title-edit-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    gap: 10px;

    max-width: 400px;
    overflow: hidden;
}

.homepage-title-detail {
    font-size: 20px;
    font-weight: bold;
    color: #3892A6;
    line-height: 1;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title-edit-button {
    height: 15px;
    color: white;
    background-color: #B6B8BA;
    border: 1px solid #A7A8A9;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Malgun Gothic', sans-serif; /* 맑은 고딕 폰트 */
}

.llchon-request-box{
    display: flex;
    align-items: center;
    gap: 1px;
    font-size: 13px;
    color: #E66A00;
    cursor: pointer;
}

.llchon-text-area{
    font-size: 13px;
    font-weight: bold;
    color: #E66A00;
    cursor: pointer;
}

.custom-file-upload {
    display: inline-block;
    cursor: pointer;
    color: #E66A00;
    font-size: 13px;
}

.fan-request-box{
    display: flex;
    align-items: center;
    gap: 1px;
}

.fan-text-area{
    font-size: 13px;
    font-weight: bold;
    color: #E66A00;
}

.homepage-social-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    min-width: 150px;
    margin-right: 0; /* Remove right margin to align with container edge */
    align-items: end;
}

.homepage-social-list {
    display: flex;
    gap: 10px;
    margin-left: 47px;
}
.homepage-social-address{
    font-size: 12px;
    color: black;
}
.box-container {
    display: flex; /* 박스를 수평으로 나열 */
    gap: 20px; /* 박스들 사이의 간격 */
    position: absolute;
    top: 100px; /* 이미지 위에서 50px 떨어짐 */
    left: 63px; /* 이미지 왼쪽에서 50px 떨어짐 */
}
.new-box-container {
    display: flex; /* Flexbox를 사용하여 수직으로 정렬 */
    flex-direction: column; /* 수직 방향으로 정렬 */
    gap: 5px; /* 박스들 사이의 간격 */
}

.visit-info-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px; /* 고정된 너비 */
    height: 35px;
    padding: 5px;
    gap: 10px;
}

.visit-today-title, .visit-total-title {
    /*min-width: 60px; !* 최소 너비 설정 *!*/
    text-align: center;
    font-size: 11px;
}

.visit-today-count{
    text-align: center;
    font-size: 11px;
    color: red;
}
.visit-total-count{
    text-align: center;
    font-size: 11px;
}


.emotion-info-container {
    border: 2px solid lightgray;
    border-radius: 2px;
    display: flex;
    height: 22px;
    gap: 5px;
    justify-content: flex-start;
    width: 170px;
    margin-left: 20px;
    padding-left: 6px;
    padding-top: 5px;
}

.emotion-title{
    font-size: 11px;
    font-weight: bold;
    color: #84C1D9;
}

.emotion-item{
    font-size: 15px;
    line-height: 17px;
    text-align: center;
}

.today-emotion-select-box {

}

.profile-image {
    margin-left: 20px;
    width:180px;
    height:180px;
}

.introduction-info-container {
    width: 180px;
    height: 130px;
    font-size: 14px;
    margin-left: 20px;
    font-family: 'Malgun Gothic', sans-serif; /* 맑은 고딕 폰트 */
    white-space: pre-line !important;
    overflow-y: auto; /* 핵심: 세로 스크롤 활성화 */
}

.personal-information-box {
    display: flex;
    flex-direction: column; /* 수직 방향으로 정렬 */
    width: 180px;
    margin-left: 20px;
}

.personal-header-container{
    display: flex;
    gap: 5px;
    border-bottom: 2px dotted black;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.personal-edit-header{
    display: flex;
    cursor: pointer;
}

.personal-history-header{
    display: flex;
}

.edit-title{
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
}

.history-title {
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
}

.personal-information-sub-box {
    display: flex;
    gap: 2px;
    justify-content: flex-start;
}

.gender-image{
}

.my-name{
    font-size: 17px;
    font-weight: 900;
    color: darkblue;
}

.my-birthday{
    font-size: 10px;
    color: lightgray;
    padding-top: 7px;

}

.my-intro{
    font-size: 13px;
    color: #FF7F00;
}

.padotagi-container{
    width: 180px;
    font-size: 15px;
    margin-left: 20px;
}

.fadotagi-item :hover{
    background: #81BAD8;
    cursor: pointer;
}
.vertical-box-container {
    display: flex; /* Flexbox를 사용하여 수직으로 정렬 */
    flex-direction: column; /* 수직 방향으로 정렬 */
    max-height: 490px; /* 최대 높이 설정 (원하는 크기로 조정) */
    margin-left: 25px;
    overflow-y: auto; /* 내용이 많을 경우 수직 스크롤 생성 */
    padding-right: 30px;
    width: 565px;
}
.guestbook-vertical-box-container {
    display: flex; /* Flexbox를 사용하여 수직으로 정렬 */
    flex-direction: column; /* 수직 방향으로 정렬 */
    max-height: 490px; /* 최대 높이 설정 (원하는 크기로 조정) */
    margin-left: 25px;
    overflow-y: auto; /* 내용이 많을 경우 수직 스크롤 생성 */
    padding-right: 30px;
    width: 565px;
}

.guestbook-box-component {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 10px;
    padding: 15px;
    gap:20px;
}

.guestbook-register-container{
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #f3f2f2;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}
.guestbook-register-box {
    display: flex;
    height: 100px;
    gap: 8px;
    width: 495px;
}
.guestbook-register-image{
    border: solid 1px lightgray;
}
.guestbook-register-buttons{
    display: flex;
    justify-content: space-between;
}

.guestbook-register-buttons button{
    background-color: white;
    border: 1px solid darkgray;
    border-radius: 5px;
    font-family: 'Malgun Gothic', sans-serif;
}

#gustbook-input-button{
    font-size: 10px;
    width: 36px;
    height: 20px;
}

.guestbook-box-items{
    display: flex;
    flex-direction: column;
}

.guestbook-box-info-item {
    display: flex;
    justify-content: space-between;
    background-color: #f0f0f0;
    border-top: solid 1px lightgray;
    height: 30px;
    align-items: center;
    padding-left: 13px;
    padding-right: 13px;
}

.guestbook-info {
    display: flex;
    gap: 5px;
}

.guestbook-box-content-item {
    display: flex;
    gap:20px;
    align-items: center;
    padding: 10px;
}

.guestbook-no {
    font-size: 8px;
    line-height: 18px;
}

.guestbook-writer-name {
    font-size: 13px;
    line-height: 1.2;
    align-content: center;
    color: #25407E;
}

.guestbook-home-icon {
    font-size: 13px;
    line-height: 1.2;
}

.guestbook-register-date {
    font-size: 10px;
    color: #696969;
    align-content: center;
}

.guestbook-info-crud {
    display: flex;
    gap: 5px;
}

.guestbook-info-update {
    font-size: 13px;
}

.guestbook-info-delete{
    font-size: 13px;
}

.guestbook-profile-image {
    width:100px;
    height:98px;
    border-radius: 5px;
}

.guestbook-box-content-comment{
    font-size: 13px;
    font-family: 'Malgun Gothic', sans-serif; /* 맑은 고딕 폰트 */
    white-space: pre-line !important; /* 줄바꿈을 화면에 적용 */
}

#guestbook-input{
    width: 445px;
    line-height: 33px;
    resize: none;
    border: solid 1px lightgray;
}

.guestbook-box-content-reply{
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
    padding: 15px 0 15px 0;
}

.guestbook-box-content-reply-item {
    display: flex;
    gap: 4px;
    padding: 0 15px 0 15px;
    align-items: center;
}

.guestbook-box-content-reply-desc {
    font-size: 13px;
    font-family: 'Malgun Gothic', sans-serif;
}

.guestbook-box-content-reply-comment {
    font-size: 13px;
    font-family: 'Malgun Gothic', sans-serif;
}

.guestbook-box-content-reply-date {
    font-size: 10px;
    color: #696969;
}

.guestbook-box-content-reply-input-item {
    display: flex;
    gap: 8px;
    padding: 0 15px 0 15px;
}

.guestbook-box-content-reply-textarea {
    width: 450px;
    resize: none;
    border: 1px solid darkgray;
}

.guestbook-box-content-reply button {
    background-color: white;
    border: 1px solid darkgray;
    border-radius: 5px;
    font-family: 'Malgun Gothic', sans-serif;
}
.resent-article-title-box {
    color: #87cefa;
    font-size: 14px;
    font-weight: bold;
    margin-left: 30px;
}

/* 최근 게시물 디테일 영역*/

.resent-article-detail-container {
    display: flex;
    gap: 10px;
    margin-left: 30px;
}

.resent-article-detail-box {
    display:flex;
    gap:30px;
    min-height:100px;
}

.resent-article-item-table{
    border-top:solid lightgray;
}

.resent-article-item-table td {
    font-size: 15px;
}

.resent-article-item-table td:first-child {
    font-size: 14px;
    color: white;
    border-radius: 3px;
}

.resent-article-count-item-table{
    border-bottom: 2px dotted lightgray;
}


.resent-article-count-item-table{
    border-top: 2px dotted lightgray;
}

.recent-article-count-box {
    display: flex;
    flex-direction: column;
    border-top: 2px dotted lightgray;
}

.resent-article-count-item-list {
    display: flex;
    flex-direction: column;
}

.resent-article-count-item {
    display: flex;
    gap: 15px;
    border-bottom: 2px dotted lightgray;
    justify-content: space-between;
    padding-right: 10px;
}

.resent-article-count-item-container{
    display: flex;
    gap: 10px;
    align-items: center;
    width: 113px;
    white-space: nowrap;
}

.recent-article-count-item-name{
    font-size: 15px;
    white-space: nowrap; /* ✅ 줄바꿈을 방지 */
}
.recent-article-count-value {
    font-size: 11px;
    color: darkblue;
}

.miniroom-header {
    display: flex;
    gap: 383px;
    margin-left: 30px;
    margin-top: 5px;
}

.miniroom-title {
    color: #3892A6;
    font-size: 14px;
    font-weight: bold;
}
.miniroom-title-name{
    color: #3892A6;
    font-size: 16px;
    font-weight: bold;
}
.miniroom-image{
    width: 520px;
    height: 260px;
    margin-left: 30px;
}

.llchon-comment-header {
    margin-top: 10px;
    color: #3892A6;
    font-size: 14px;
    font-weight: bold;
    margin-left: 30px;
    border-bottom: solid lightgray;
}

.llchon-comment-writer-box {
    margin-top: 10px;
    margin-left: 30px;
    background-color: #f0f0f0;
}

.llchon-comment-writer-box-content{
    display: flex;
    align-items: center;
    border: solid 1px lightgray;
}

.llchon-comment-item {
    margin: 10px;
    color: #3892A6;
    font-size: 14px;
    font-weight: bold;
}

.check-my-llchon-comment {
    font-size: 18px;
    font-family: 'Nanum Pen Script', cursive;
}

#commentContent {
    width: 350px;
    height: 25px;
    margin-right: 5px;
    resize: none;
}

.llchon-comment-info-container {
    display: flex;
    flex-direction: column;

}

.llchon-comment-info{
    display: flex;
    margin-left: 30px;
    gap: 10px;
    border-bottom: solid 1px lightgray;
}

.llchon-comment-info-desc {
    font-size: 13px;
    font-family: 'Malgun Gothic', sans-serif;
}

.llchon-comment-info-member{
    font-size: 13px;
}

.llchon-comment-date {
    font-size: 9px;
    color: gray;
    line-height: 22px;
}


.vertical-box {
    width: 590px; /* 수직 박스의 너비 */
    height: 50px; /* 수직 박스의 높이 (원하는 크기로 조정) */
    background-color: blueviolet; /* 수직 박스의 배경색 (약간 투명하게 설정) */
    z-index: 10; /* 수직 박스를 이미지 위로 올리기 위해 z-index 설정 */
}

.vertical-box-container2 {
    display: flex; /* Flexbox를 사용하여 수직으로 정렬 */
    flex-direction: column; /* 수직 방향으로 정렬 */
    gap: 3px; /* 박스들 사이의 간격 */
    max-height: 500px; /* 최대 높이 설정 (원하는 크기로 조정) */
}

.current-page-box {
    /* 텍스트 중앙 정렬 */
    display: flex;
    align-items: center;  /* 세로 중앙 정렬 */
    justify-content: center; /* 가로 중앙 정렬 */
    width: 63px; /* 수직 박스의 너비 */
    height: 35px; /* 수직 박스의 높이 (원하는 크기로 조정) */
    background-color: #3892A6; /* 수직 박스의 배경색 (약간 투명하게 설정) */
    z-index: 10; /* 수직 박스를 이미지 위로 올리기 위해 z-index 설정 */
    border-top-right-radius: 10px; /* 오른쪽 위 */
    border-bottom-right-radius: 10px; /* 오른쪽 아래 */
    color: white;
    border: 1px solid black; /* 검정색 테두리 추가 */
}

.vertical-box2 {
    /* 텍스트 중앙 정렬 */
    display: flex;
    align-items: center;  /* 세로 중앙 정렬 */
    justify-content: center; /* 가로 중앙 정렬 */
    width: 63px; /* 수직 박스의 너비 */
    height: 35px; /* 수직 박스의 높이 (원하는 크기로 조정) */
    background-color: #3892A6; /* 수직 박스의 배경색 (약간 투명하게 설정) */
    z-index: 10; /* 수직 박스를 이미지 위로 올리기 위해 z-index 설정 */
    border-top-right-radius: 10px; /* 오른쪽 위 */
    border-bottom-right-radius: 10px; /* 오른쪽 아래 */
    color: white;
    border: 1px solid black; /* 검정색 테두리 추가 */
    cursor: pointer;
}

.hidden-value {
    visibility: hidden;
}

.neighbor-box{
    width: 200px;
    display: flex;

}
.suggestion-friend{
    width: 90px;
    font-size: 12px;
    border-right: 1px solid lightgray;
}

.fan {
    background-color: #F2F2F2;
    padding-top: 2px;
    padding-left: 5px;
    padding-bottom: 2px;
    width: 100px;
    font-size: 12px;
    border-bottom: 1px solid lightgray;
}

.neighbor-info{
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.chon-type{
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    color: white;
    background-color: #87cefa;
    border-radius: 50%;
}

/* 오디오 박스 */
.controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.current-music-list{
    display: flex;
    align-items: center;
    margin-left: 10px;
    gap: 10px;
    width: 180px;
    height: 20px;
    background-color: white;
}

.album-icon {
    width:15px;
    height:15px;
    margin-left: 2px;
}

.album-name-wrapper{
    width: 153px;
    overflow: hidden;
}

.album-name{
    font-size: 11px;
    margin-bottom: 1px;
    white-space: nowrap;
    animation: scroll-text 8s linear infinite;
}


/* 오른쪽으로 흐르다가 다시 왼쪽으로 리셋 */
@keyframes scroll-text {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}


.music-option-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.custom-audio-player {
    width: 200px;
    height: 50px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
}

.seek-bar {
    -webkit-appearance: none;
    width: 200px;
    height: 8px;
    background: lightgray;
    border-radius: 5px;
    outline: none;
    transition: background 0.1s ease;
}

.seek-bar::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 5px;
}

.seek-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 7px;
    width: 10px;
    background: #f3f2f2;
    border: 1px solid black;
    border-radius: 30%;
    cursor: pointer;
    position: relative;
}

.seek-bar::-moz-range-progress {
    background: #FF7F00;
    height: 8px;
    border-radius: 5px;
}

.music-option-box button {
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    border: none;
    background-color: rgba(0,0,0,0);
}

input[type="range"] {
    width: 50px;
    height: 5px;
    cursor: pointer;
}

input[type="range"]:focus {
    outline: none;
}

.volume {
    margin-left: 2px
}

.music-list-box {
    margin-left:2px;
    padding-left: 3px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom:2px;
    width: 11px;
    background-color: darkgrey;
    color: white;
    font-size: 7px
}

input[type="radio"] {
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 8px;
    font-size: 15px;
    font-family: '돋움', Dotum, sans-serif;
}

.pagination button {
    background-color: transparent;
    border: none;
    color: black;
    font-size: 15px;
    cursor: pointer;
    padding: 4px 10px;
    transition: color 0.2s ease;
}

.pagination button:disabled {
    color: #ccc;
    cursor: default;
}

.music-list-container {
    background-color: #ffffff;
    border: 1px solid #ccc;
    margin-top: 4px;
    padding: 5px;
    width: 190px;
    font-size: 12px;
}

.music-list-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.music-list-container li {
    padding: 4px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    font-size: 9px;
}

.music-list-container li div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 11px;
}

.music-list-container li:hover{
    background-color: #81BAD8;
    color: white;
}

.music-list-container li.active{
    background-color: #81BAD8;
    color: white;
}

.music-list-container li:last-child {
    border-bottom: none;
}

.music-list-delete-btn{
    display: flex;
    background: #ffffff;
    border: none;
    font-size: 10px;
    border-radius: 3px;
    color: gray;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.music-list-status-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
}

.save-cancel-btn, .up-down-btn{
    display: flex;
    flex-direction: row;
    gap: 2px;
}

.music-list-status-box div:first-child button{
    background: #ffffff;
    border: 1px solid lightgray;
    font-size: 10px;
    border-radius: 3px;
    padding: 2px;
    color: gray;
}

.music-list-status-box div:last-child button{
    background: #ffffff;
    border: 1px solid lightgray;
    border-radius: 3px;
    font-size: 11px;
}


/* no page 영역 */
.no-llchon-comment {
    padding: 16px;
    text-align: center;
    font-family: '맑은 고딕', 'Malgun Gothic', sans-serif;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 30px;
}

.no-guestbook-comment{
    padding: 16px;
    text-align: center;
    font-family: '맑은 고딕', 'Malgun Gothic', sans-serif;
    font-size: 12px;
    margin-top: 10px;
}



