
/* reset */

*{margin:0;padding:0;font:inherit;color:inherit;}
*, :after, :before {box-sizing:border-box;}
:root {-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;text-size-adjust:100%;cursor:default;line-height:1.5;overflow-wrap:break-word;-moz-tab-size:4;tab-size:4}
html, body {height:100%;overflow: hidden;}
img, picture, video, canvas, svg {display: block;}
button {background:none;border:0;cursor:pointer;}
a {text-decoration:none}
table {border-collapse:collapse;border-spacing:0}
ul, li{list-style:none;}

.nanum-pen-script-regular {
  font-family: "Nanum Pen Script", cursive;
  font-weight: 400;
  font-style: normal;
}

/* 공통 */

*{
	font-family: "NeoDunggeunmo";
    cursor: url('img/mouse.png'),pointer;
}
*:active{
    cursor: url('img/mouse_click.png'),pointer;

}

body{
    width: 100%;height: 100vh;
    background: url("img/BG.jpg") no-repeat;
    background-size: cover;
    
}

.noteWR{
    width: 1200px;height: 90%;
    background: url("img/note_bg.png") no-repeat;
    background-size: contain;
    margin: 3% 50px;
    display: flex;
    padding: 50px;
}

.noteLeft{
    width: 30%;
    padding: 30px;
}

.profile{
    margin-bottom: 80px;
}
.profile .pfImg{
    width: 100%;height: 260px;
    background: url(img/us/busan2.jpg) center;
    background-size: cover;
}
.noteLeft .down p{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.noteLeft .down h4{
    color: #054d67;
}
.noteLeft .down small{
    border: 1px solid #eee;
    padding: 3px;
    display: block;
    width: 100%;
    margin-top: 10px;
}
.line{
    display: block;
    width: 100%; height: 1px;
    background-color: #ccc;
    margin: 5px 0;
}

.noteRight{
    width: 63%;
    padding: 30px;
}
.mainul{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}
.mainul li:first-child{
    color: #2284a4;
    font-weight: 500;
}

.mainul span{
    display: block;
    width: 1px; height: 18px;
    background: #ccc;
}

.miniroom{
    width: 100%; height: 300px;
    background: url("img/miniroom.jpg") no-repeat;
    background-size: cover;
}

.mainTt{
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #ddd;
    padding: 10px 5px;
    margin-bottom: 20px;
}

.menu{
    width: 80px;
    margin-top: 20px;
}

.menu li a{
    display: block;
    text-align: center;
    background: #238db4;
    color: #fff;
    border: 1px solid #092f3b;
    border-left: none;
    border-radius: 0 8px 8px 0;
    padding: 5px 0;
    margin-top: 5px;
}


.fredns{
    width: 260px;height: 289px;
    background: url("img/side.png") no-repeat;
    background-size: cover;
    top: 5%; right: 50px;
    position: absolute;
    border-radius: 8px;
}

.bgm{
    position: absolute;
    bottom: 26px;
    left: 72px;
}

.bgm button{
    font-size: 12px;
}


/* ------------ 프로필------------------ */
.profileWR{
    display: flex;
    gap: 10px;
}
.profileWR div{
    width: 300px; height: 280;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}
.profileWR div p{
    font-weight: 500;
}
.profileWR div small{
    font-size: 14px;
    text-align: center;
}
.birth{
    color: #686868;
    margin-bottom: 5px;
}

.profileWR div img{
    width: 230px;
    margin-bottom: 8px;
}


/*----------다이어리-------------*/
.leter{
    border: 1px solid #ccc;
    overflow-y: scroll;
    height: 100%;
    border-radius: 4px;
}
.leter > p{
    width: 100%;
    background: #2284a4;
    color: #fff;
    padding: 5px;
}
.leter div{
    padding: 20px;
}
.leter div p{
    margin-bottom: 20px;
    color: #092f3b;
    font-family: "Nanum Pen Script", cursive;
    font-size: 24px;
}
.leter small{
    font-size: 14px;
    text-align: center;
}


/*------------사진첩----------*/


/*tab css*/
.tabnav{}
.tabnav li{height:46px; border-bottom:1px solid #ccc;}
.tabnav li a.active{border-bottom:1px solid #fff;}
.tabnav li a{display:block; line-height:46px;}
.tabnav li a:hover,
.tabnav li a.active{color:#2284a4;}
.tabcontent{
    padding: 20px;height: 100%;
    border:1px solid #ddd;
    overflow-y: scroll;
}

.tabcontent > div > div{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    row-gap: 10px;
}
.tabcontent > div p{
    margin-bottom: 10px;
    color: #5d5d5d;
}
.tabcontent > div > div img{
    width: 100%;
}


/*---------------  방명록  ---------------*/
.write{
    overflow-y: scroll;
    height: 100%;
}

.writeWR form{
    background: #ededed;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.writeWR form textarea{
    width: 100%;
    padding: 10px;
}

#guestList{
    margin-top: 20px;

}


#guestList li{
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 10px;
}

#guestList li small{
    color: #686868;
    font-size: 12px;
}
#guestList li button{
    border: 1px solid #ccc;
    padding: 2px 12px;
    font-size: 14px;
    margin-top: 6px;
}
.gbRow{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.gbText{
    width: 100%;
}