/* BASIC css start */
body #header .menuArea{display:none}
#header .logo_top .logo{display:none;}
.main_cate_tab.top_swiper_navi{display:none;}
#container{margin: 88px 0 0;}

/* Å¸ÀÌÆ² */
#review-board-write .title{
    position: fixed;
    top: 36px;
    left: 0;
    width: 50%;
    height: 52px;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#review-board-write .back{ 
    margin: 0 0 0 5px;
    background: url(/design/nak3618/2021new/m/datail_prev_btn.png) no-repeat center center;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    position: relative;
    background-size: 10px;
    filter: invert(1);
}
#review-board-write .title h3{
    margin: 0; 
    font-size: 18px; 
    font-weight: 700;
    transform: translateX(50%);
    white-space: nowrap;
}

/* ¾²±â ³»¿ë */
#review-board-write {}

/* °í°´¼¾ÅÍ */
.nak_chat_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 16px;
    border-bottom: 8px solid #f5f6f8;
}
.nak_info_img{
    width: 60px;
    max-width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #3b3b3b;
    position: relative;
}
.nak_info_img img{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: invert(1);
}
.nak_info_text{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.nak_info_name{
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 2px;
}
.nak_info_time{
    font-size: 12px;
    color: var(--text-color-gray);
    font-weight: 400;
    word-break: keep-all;
}
.nak_info_time span{
    color: #c0c0c0;
}
.nak_chat_link{
    position: relative;
}
.nak_chat_link p{
    white-space: nowrap;
    display: flex;
    justify-content: center;
    padding: 4px 9px 4px 6px;
    border: 1px solid var(--border-color-gray);
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}
.nak_chat_link p:before{
    content: '';
    width: 20px;
    height: 20px;
    background: url(/design/nak3618/2024/share_icon_02.png) center center no-repeat;
    background-size: contain;
}
.nak_chat_link a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* »óÇ° Á¤º¸ */
#review-board-write .reviewInfo {
    width: 100%;
    padding: 16px;
    border-bottom: 8px solid #f5f6f8;
    box-sizing: border-box;
}
#review-board-write .reviewInfo figure{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
#review-board-write .reviewInfo figure a {
    width:120px; 
}
#review-board-write .reviewInfo figure a img {width:100%;}
#review-board-write .reviewInfo figcaption {
    font-size: 13px;
    word-break: keep-all;
}

/* Æû */
#review-board-write .form-wrap {
    padding:16px;
}
#review-board-write table {width:100%;}
#review-board-write table th {
    text-align:left;
    display: none;
}
#review-board-write table th, #review-board-write table td {padding:8px 0;}
#review-board-write table td {
    width: 100%;
}
#review-board-write table th input,
#review-board-write table td input,
#review-board-write table td select{ 
    border-radius: 8px;
    height: 40px;
    border: 1px solid var(--border-color-gray);
    font-size: 13px;
}
#review-board-write table td input::placeholder{
    color: #cacccf;
}
#review-board-write table .textArea textarea{
    border-radius: 8px;
    border: 1px solid var(--border-color-gray);
    font-size: 13px;
    height:300px;
}
#review-board-write table td font{
    color: var(--text-color-gray) !important;
    display: inline-block;
    margin: 5px 0 0;
}
#review-board-write table td input:disabled{
    opacity: 1 !important;
    border: 1px solid #E8E9EB !important;
    background-color: #f9f9f9 !important;
}

#addinfo_box .addinfo_title{
    display: none;
}
.addinfo_value select.addinfo_inputs{
    border-radius: 8px;
    height: 40px;
    border: 1px solid var(--border-color-gray);
    font-size: 13px;
    width: 100%;
}

#review-board-write table .fixButtonR .btn_Grey {
    width: 115px; 
    display: inline-block; 
    position: absolute; 
    top:0; right:0; 
    border-radius: 8px; 
    border: 1px solid #bbb; 
    background-color: #bbb;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}
#review-board-write table .agree a {position: absolute; right: 0; border: 1px solid #c4c4c4; padding: 2px 5px; margin-right: 10px; background-color: #fff;}

/* ¹öÆ° */
#review-board-write .pd10 {
    padding: 0 16px;
}
#review-board-write .pd10 .btn_new{
    background: #3b3b3b;
    border: none;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
    padding: 0;
}
#review-board-write .pd10 .btn_new_line{display:none;}

/* ÇªÅÍ */
#footer_container{
    border-top: none !important;
}
.footer_nav{
    display: none !important;
}
.footer_info_wrap{
    display: none;
}
cite{display: none !important;}
/* BASIC css end */

