*{
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
    margin: 0;
    padding: 0;
}

html{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.left_downside li{
    list-style: unset !important;
  }
  
.left_downside ul{
    list-style: disc !important;
    list-style-position: inside !important;
}

.left_downside ol {
    list-style: decimal !important;
    list-style-position: inside !important;
}

ul{
    list-style: none;
}

li{
    list-style: none;
}

iframe{
    max-width: 100%;
    width: 100%;
}

textarea, button { 
    appearance: none; 
    -moz-appearance: none; 
    -webkit-appearance: none; 
    border-radius: 0; 
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
}

button{
    cursor: pointer;
}

::placeholder{
    color: rgb(199, 199, 199);
}

*::selection{
    background-color: rgba(128, 128, 128, 0.349);
  }
  
  ::-webkit-scrollbar{
    width: 9px !important;
    height: 4px !important;
  }
  
  ::-webkit-scrollbar-thumb{
    background-color: #0000007b!important;
    border-radius: 0px !important;
  }
  
  ::-webkit-scrollbar-track{
    background-color: rgb(240, 240, 240)!important;
    border-radius: 0px !important;
  }

  .left_downside::-webkit-scrollbar{
    width: 8px !important;
  }

  .left_downside::-webkit-scrollbar-thumb{
   
  }

  .left_downside::-webkit-scrollbar-track{
    background-color: rgba(240, 240, 240, 0)!important;
  }

/* loading bar */
.loading_bar{
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(7, 7, 7, 0.60);
    z-index: 9999999;
}

@keyframes ldio-x6kf0jqti8h {
    0% {
        top: 44px;
        left: 44px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 7px;
        left: 7px;
        width: 74px;
        height: 74px;
        opacity: 0;
    }
}

.ldio-x6kf0jqti8h div {
    position: absolute;
    border-width: 6px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: ldio-x6kf0jqti8h 1s cubic-bezier(0,0.2,0.8,1) infinite;
    }.ldio-x6kf0jqti8h div:nth-child(1) {
    border-color: #ffffff;
    animation-delay: 0s;
}
.ldio-x6kf0jqti8h div:nth-child(2) {
    border-color: #b9b9b9;
    animation-delay: -0.5s;
}
.loadingio-spinner-ripple-3965e52tnvr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90px;
    height: 90px;
    display: inline-block;
    overflow: hidden;
    background: rgba(1, 1, 1, 0);
}
.ldio-x6kf0jqti8h {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.9);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.ldio-x6kf0jqti8h div { 
    box-sizing: content-box; 
}
/* generated by https://loading.io/ */

.close_page{
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 40px;
    right: 40px;
    cursor:pointer;
  }
  
  .line {
    background:black;
    margin-top:6px;
    margin-bottom:6px;
    width:30px;
    height:3px;
    border-radius:2px;
    position:absolute;
    /* box-shadow: 3px 4px 3px rgba(0,0,0,0.2); */
  }
  
  #line-top {
    transform:rotate(45deg);
  }
  
  #line-bot {
    transform: rotate(135deg);
  }
  
  .menu_back_btn{
    color: black;
    position: absolute;
    top: 27px;
    left: 30px;
    font-size: 26px;
  }
  
  .menu_back_btn img{
    width: 33px; 
    cursor: pointer;
    vertical-align: unset !important;
  }

.all_wrap{
    width: 100%;
    height: 100%;
    display: flex;
    margin: auto;
    padding-top: unset;
}

.side_bar{
    background-color: black;
    min-width: 242px;
    height: 100%;
    position: fixed;
}

.heradee_logo{
    height: 85px;
    padding: 20px 30px;
    cursor: pointer;
}

.heradee_logo img{
    height: 100%;
}

.my_ans{
    width: 80%;
    border: 1px solid white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.go_my_ans{
    color: white;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    font-weight: 300;
    /* width: 100%;
    padding: 30px 0; */
}

.my_ans_logo{
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
}

.my_ans_logo img{
    width: 100%;
    filter: invert(100%);
}

.menu_list ul{
    padding: 30px 0;
}

.menu_list ul li{
    list-style: none;
    color: white;
    padding: 10px 30px;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
}

.menu_list ul li:hover{
    background-color: rgb(63, 63, 63);
}

.my_ans_logo2{
    display: none;
}

/* my info css */
.admin_notice_board{
    width: 100%;
    height: 100%;
    background-color: white;
    overflow: auto;
}

.notice_board_wrap{
    margin: auto;
    max-width: 1095px;
    width: 100%;
}

.notice_board_cate{
    margin: 30px 0 25px 0;
    color: rgb(181, 178, 178);
    font-size: 15px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: start;
}

.notice_board_wrap_right{
    display: flex; 
    align-items: center; 
    justify-content: space-between;
}

.notice_board_host{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.host_name{
    color: rgb(51, 51, 51);
    font-size: 20px;
    margin-right: 13px;
    font-weight: 500;
    padding: 7px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.host_name i{
    display: none;
}

.search_box{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.searchbar_area{
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid rgb(180, 180, 180);
    border-radius: 8px;
    outline: none;
    margin-right: 10px;
    width: unset;
}

.searchbar{
    border-radius: 8px;
    border: none;
    outline: none;
    letter-spacing: 1px;
    position: relative;
    font-size: 14px;
    background-color: transparent;
    padding: 8px 32px 8px 5px;
    width: unset;
    appearance: none; 
    -moz-appearance: none; 
    -webkit-appearance: none; 
    border-radius: 0; 
    -webkit-border-radius: 0; 
    -moz-border-radius: 0;
}
  
.searchbar::placeholder{
    font-size: 14px;
}
  
  
.searchbar_btn{
    position: absolute;
    right: 0px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: 30px;
    text-align: center;
    color: rgb(58, 58, 58);
}
  
.fa-search{
    font-size: 14px;
    color: rgb(58, 58, 58);
}
  

.searchbar::-ms-clear,
.searchbar::-ms-reveal{
    display:none;width:0;height:0;
}
  
.searchbar::-webkit-search-decoration,
.searchbar::-webkit-search-cancel-button,
.searchbar::-webkit-search-results-button,
.searchbar::-webkit-search-results-decoration{
    display:none;
}

.select{
    padding: 8px 15px;
    /* border: 1px solid rgb(180, 180, 180); */
    border-radius: 8px;
    color: rgb(160, 160, 160);
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    background-color: rgb(64, 64, 64);
    color: white;
}

/* 필터 적용할 때 쓸거 */
/* select{
    padding: 8px 15px;
    border: 1px solid rgb(180, 180, 180);
    border-radius: 8px;
    color: rgb(120 ,120 ,120 );
    font-weight: bold;
} */

.desk_notice_detail{
    margin: auto;
    max-width: 1095px;
    width: 100%;
    height: 700px;
    border: 1px solid rgb(174, 173, 173);
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
}

.left_detail{
    border-right: 1px solid rgb(174, 173, 173);
    width: 62%;
    height: 100%;
    overflow: auto;
    position: relative;
}

.left_upside{
    border-bottom: 1px solid rgb(174, 173, 173);
    background-color: white;
    border-radius: 8px 0 0 0;
    padding: 0px 30px;
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.left_upside .notice_title{
    font-size: 20px;
    font-weight: 600;
    position: relative;
    word-break: break-all;
}

.left_upside .notice_title p{
    width: 100%;
}

.mobile_btn{
    display: none;
}

.left_upside .notice_writer_info{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 16px;
    width: 100%;
}

.left_upside .writer_img{
    height: 48px;
    max-width: 48px;
    width: 100%;
    box-shadow: 0px 0px 1px rgb(80, 80, 80);
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
}

.left_upside .writer_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left_upside .writer_name_date{
    color: rgb(150, 150, 150);
    font-size: 15px;
    width: 100%;
}

.left_upside .writer_name{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
}

.left_upside .writer_name span{
    color: black;
}

.left_upside .writer_name p{
    color: rgb(100, 100, 100);

}

.left_upside .writer_date{
    
}

.left_upside .btns{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    vertical-align: middle;
}

.left_upside .fix_btn_area{
    position: relative;
}

.drop_menu{
    display: none; 
    width: 100px;
    position: absolute; 
    right: 20px; 
    bottom: -60px; 
    color: rgb(100, 100, 100); 
    background-color: white; 
    white-space: nowrap;
    box-shadow: 1px 1px 5px 2px rgba(184, 184, 184, 0.411);
    border-radius: 3px;
    z-index: 1;
}

.drop_menu_list{
    display: flex; 
    justify-content: space-between; 
    padding: 10px 15px;
}

.drop_menu_list:hover{
    background-color: rgb(221, 221, 221);
    cursor: pointer;
}

.left_downside{
    width: 100%;
    height: 80%;
    overflow: auto;
    padding: 65px 25px 35px 25px;
}

.push_like_btn{
    position: absolute; 
    top: 10px;
    right: 20px; 
    display: flex; 
    border-radius: 100%; 
    font-size: 20px; 
    vertical-align: middle; 
    align-items: center; 
    justify-content: center; 
    padding: 10px; 
    border: 1px solid rgb(200, 200, 200);
    color: rgb(200, 200, 200);
    cursor: pointer;
}

.left_downside .detail_view{
    width: 100%;
    color: rgb(90, 90, 90);
    font-size: 14px;
    word-break: break-all;
}

.left_downside .detail_view img{
    max-width: 100%;
    height: unset !important;
}

.right_detail{
    width: 38%;
    padding: 20px 0px 20px 30px;
}

.right_upside .comment_title{
    font-size: 20px;
    font-weight: 600;
}

/* 댓글 */
.right_downside{
    color: rgb(130, 130, 130);
}

.right_downside .comment_view{
    width: 100%; 
    height: 550px; 
    overflow: auto; 
    padding-right: 15px;
    padding-bottom: 10px;
}

.right_downside .comment{
    margin: 8px 0;
}

.right_downside .comment_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 100%; */
}


.right_downside .comment_info_left{
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    width: 90%;

}
.right_downside .comment_img{
    max-width: 42px;
    width: 100%;
    height: 42px;
    border-radius: 100%;
    margin-right: 10px;
    overflow: hidden;
}

.right_downside .comment_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right_downside .comment_content{
    font-size: 13px;
    width: 100%;
}

.right_downside .commentor_name{
    font-weight: 700;
    color: rgb(50, 50, 50);
}

.right_downside .comment_text{
    word-break: break-all;
    white-space: pre-line;
}

/* 댓글 수정하는 텍스트 박스 css start */
.fix_text_div{
    display: flex;
    align-items: center;
}

.fix_text_div .comment_text{
    resize: none;
    width: 210px;
    margin: 0;
}

.fix_text_div button{
    border: none;
    background-color: transparent;
    margin: 0px 2px;
    cursor: pointer;
    font-size: 12px;
    white-space: nowrap;
}

.edit_comment_btn{
    color: rgb(26, 109, 255);
    font-weight: 600;
    margin: 0 7px;
    white-space: nowrap;
}

/* 댓글 수정하는 텍스트 박스 css end */

.right_downside .comment_etc{
    margin-left: 52px;
    display: flex;
    font-size: 12px;
    color: rgb(120, 120, 120);
}

.right_downside .comment_date{
    margin-right: 20px;
}

/* 답글 */
.right_downside .re_comment_view{
    margin-top: 10px;
    display: none;
}

.right_downside .re_comment_flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 56px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.right_downside .re_comment_bar{
    height: 1px;
    background-color: gray;
    width: 23px;
    margin-right: 10px;
}

.right_downside .view_recomment{
    cursor: pointer;
}

.right_downside .close_recomment{
    display: none;
    cursor: pointer;
}

.right_downside .re_comment{
    margin-bottom: 12px;
}

.right_downside .re_comment_info{
    display: flex;
    align-items: center;
    /* width: 100%; */
    margin-left: 56px;
    justify-content: space-between;
}

.right_downside .re_comment_info_left{
    display: flex;
    align-items: flex-start;
    width: 90%;
}

.right_downside .re_comment_img{
    max-width: 38px;
    width: 100%;
    height: 38px;
    border-radius: 100%;
    margin-right: 10px;
    overflow: hidden;
}

.right_downside .re_comment_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right_downside .re_comment_content{
    font-size: 13px;
}

.right_downside .re_commentor_name{
    font-weight: 700;
    color: rgb(50, 50, 50);
}

.right_downside .re_comment_text{
    word-break: break-all;
}

.right_downside .re_comment_text span{
    color: rgb(20, 131, 228);
    font-weight: 500;
}

.right_downside .re_comment_etc{
    margin-left: 91px;
    display: flex;
    font-size: 12px;
    color: rgb(120, 120, 120);
}

.right_downside .re_comment_date{
    margin-right: 20px;
}

.right_detail .comment_write{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    /* height: 80px; */
    padding: 15px 0px 15px 15px;
    background-color: rgb(243, 243, 243);
    border-radius: 0 0 8px 0;
}

.right_detail .secret_area{
    height: 40px;
    background-color: rgb(243, 243, 243);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
}

.toggleSwitch {
    width: 35px;
    height: 22px;
    display: flex;
    position: relative;
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: 0 0 1rem 3px rgba(0 0 0 / 8%);
    cursor: pointer;
  }
  
/* 토글 버튼 */
.toggleSwitch .toggleButton {
    /* 버튼은 토글보다 작아야함  */
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 1px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgb(20, 131, 228);
}

  /* 체크박스가 체크될 시 변경되는 요소 */
#toggle:checked ~ .toggleSwitch {
    background: rgb(20, 131, 228);
  }
  
#toggle:checked ~ .toggleSwitch .toggleButton {
    /* 100% -> 끝위치, 2.8rem -> 버튼 크기 */
    left: calc(100% - 21px);
    background: #fff;
}

.toggleSwitch, .toggleButton {
    transition: all 0.2s ease-in;
}

/* toast(snackbar) */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 2;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
  }
  
  
  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  #snackbar2 {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 2;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
  }
  
  #snackbar2.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }

  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }

.right_detail .comment_write form{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    background-color: rgb(243, 243, 243);
    border: none;
    border-radius:  0 0 8px 0;
}

.right_detail .secret,
.mobileContent .secret{
    display: flex;
    align-items: center;
    padding-right: 5px;
    margin-left: 5px;
    white-space: nowrap;
}

.right_detail .comment_write textarea{
    min-height: 18px;
    max-height: 120px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    background-color: transparent;
    border: none;
    color: rgb(50, 50, 50);
    padding: 0 10px;
    margin-right: 80px;
    resize: none;
    outline: 0;
    overflow: auto;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.right_detail .comment_write textarea::placeholder{
    color: rgb(177, 177, 177);
    font-weight: 500;
    font-size: 14px;
}

.right_detail .comment_write button{
    position: absolute;
    right: 0px;
    width: 80px;
    height: 40px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    color: rgb(26, 109, 255)
}

.right_detail .comment_write button:disabled{
    position: absolute;
    right: 0px;
    width: 80px;
    height: 40px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    color: rgb(168, 168, 168)
}

.fa-ellipsis-v{
    cursor: pointer;
}

.recomment_div{
    border: none;
    background-color: transparent; 
    width: 100%; 
    align-items: center;
    margin-top: 10px;
    padding-left: 52px;
    line-height: 20px;
}

.recomment_input{
    -ms-overflow-style: none;
    resize: none; 
    outline: none; 
    width: 100%; 
    height: 20px; 
    max-height: 100px; 
    color: black; 
    background-color: transparent; 
    border: none; 
    border-bottom:1px solid rgb(150, 150, 150);
    margin-right: 5px;
    font-size: 12px;
}

.recomment_input::-webkit-scrollbar{
    display:none;
}

.recomment_confirm{
    background-color: transparent; 
    border: none;
    color: rgb(26, 109, 255); 
    font-weight: 600;
    font-size: 12px; 
    margin-right: 8px;
    white-space: nowrap;
    cursor: pointer;
  }

  .recomment_confirm:disabled{
    background-color: transparent; 
    border: none;
    color: rgb(200, 200, 200);
    font-size: 12px; 
    margin-right: 8px;
    cursor: unset;
  }

  .recomment_cancel{
    background-color: transparent; 
    border: none;;
    color: black;
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer;
  }

  #fixcomcont{
    width: 100%;
    word-break: break-all;
    white-space: pre-line;
    resize: none;
    /* height: 20px; */
    border: 1px solid rgb(150, 150, 150);
    border-radius: 8px;
    cursor: pointer;
  }

  #fixcomcomp{
    border: none;
    margin-right: 8px;
    background-color: transparent;
    color: rgb(26, 109, 255);
    font-weight: 600;
    cursor: pointer;
  }

  #repcancel{
    border: none;
    background-color: transparent;
    cursor: pointer;
  }

  .edit_recomment_btn{
    border: none;
    margin-right: 8px;
    background-color: transparent;
    color: rgb(26, 109, 255);
    font-weight: 600;
    cursor: pointer;
  }

  .edit_re_cancel_btn{
    border: none;
    background-color: transparent;
    cursor: pointer;
  }

  /* 이미지 확대 */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    padding-bottom: 50px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    /* max-width: 700px; */
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
/* 이미지 확대 부분 */

/* 비공개글일때 */
.secret_wrap{
    margin: auto;
    max-width: 1095px;
    width: 100%;
    height: 700px;
    border: 1px solid rgb(174, 173, 173);
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    position: relative;
}

.secret_content{
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 40px;
    font-weight: 600;
    color: rgb(64 64 64);
    margin: auto;
    
}

.secret_circle{
    max-width: 300px;
    aspect-ratio: 1/1;
    width: 100%;
    border: 1px solid rgb(166 166 166);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

@media screen and (max-width:1370px) {
    .active{
        background-color: transparent;
        border-bottom: 1px solid white;
    }

    .side_bar{
        background-color: black;
        min-width: unset;
        width: 100%;
        height: 80px;
        position: relative;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
    }
    
    .heradee_logo{
        height: 95%;
        padding: 20px 30px;
    }
    
    .heradee_logo img{
        height: 100%;
    }
    
    .my_ans{
        display: none;
        align-items: center;
        justify-content: space-between;
        padding: 10px 30px;
    }
    
    .go_my_ans{
        color: white;
        font-size: 16px;
        display: inline-block;
        cursor: pointer;
        font-weight: 300;
    }
    
    .my_ans_logo{
        width: 40px;
        height: 40px;
        display: inline-block;
        cursor: pointer;
    }
    
    .my_ans_logo img{
        width: 100%;
        filter: invert(100%);
    }

    .menu_list{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    
    .menu_list ul{
        align-items: center;
        display: flex;
        padding: 0px;
        height: 100%;
        width: 100%;
        justify-content: flex-start;
    }
    
    .menu_list ul li{
        list-style: none;
        color: white;
        padding: 10px;
        font-size: 14px;
        margin: 10px 0;
        cursor: pointer;
        white-space: nowrap;
    }
    
    .menu_list ul li:hover{
        background-color: rgb(45, 45, 45);
    }

    .my_ans_logo2{
        /* width: 40px;
        min-width: 40px; */
        /* width: 100%;
        height: 100%; */
        display: flex;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
        margin-right: 30px;
        /* margin: 20px 30px; */
    }

    .my_ans_logo2 img{
        width: 40px;
        min-width: 40px;
        filter: invert(100%);
    }

    .all_wrap{
        width: 100%;
        height: unset;
        display: flex;
        margin: auto;
        padding-top: 0px;
    }
    
    .admin_notice_board{
        width: 100%;
        height: 100%;
        background-color: white;
        margin-left: 0;
        padding: 0 20px;
    }
    
    .notice_board_wrap{
        margin: auto;
        max-width: 1095px;
        width: 100%;
    }
    
    .notice_board_cate{
        margin: 30px 0 25px 0;
        color: rgb(181, 178, 178);
        font-size: 15px;
        font-weight: 300;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    
    .notice_board_host{
        display: flex;
        align-items: center;
        /* justify-content: flex-start; */
    }
    
    .host_name{
        color: rgb(51, 51, 51);
        font-size: 20px;
        margin-right: 13px;
        font-weight: 500;
        padding: 7px 0;
    }
    
}

@media screen and (max-width:965px) {
    .admin_notice_board{
        width: 100%;
        height: unset;
        background-color: white;
        margin-left: 0;
        padding: 0px;
    }

    .notice_board_cate{
        margin: 30px 0 25px 0;
        color: rgb(181, 178, 178);
        font-size: 15px;
        font-weight: 300;
        display: flex;
        align-items: center;
        justify-content: start;
        /* padding: 0 20px; */
    }

    .notice_board_host{
        display: flex;
        align-items: center;
        /* justify-content: flex-start; */
        padding: 0 20px;
    }

    .desk_notice_detail{
        margin: auto;
        max-width: unset;
        width: 100%;
        height: unset;
        border: unset;
        border-radius: unset;
        margin-top: 10px;
        margin-bottom: 0px;
        display: block;
    }

    /* 비공개글일때 */
    .secret_wrap{
        margin: auto;
        max-width: unset;
        width: 100%;
        height: calc(100vh - 150px);
        border: unset;
        border-radius: unset;
        margin-top: 10px;
        margin-bottom: 0px;
        display: block;
        position: relative;
    }

    .secret_circle{
        max-width: 220px;
        aspect-ratio: 1/1;
        width: 100%;
        border: 1px solid rgb(166 166 166);
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .secret_content{
        font-size: 32px;
    }

    .secret_text{
        font-size: 24px;
    }
    /* 비공개글일때 */
    
    .left_detail{
        border-right: unset;
        width: 100%;
        height: unset;
        overflow: auto;
        position: relative;
        padding-top: 10px;
        border-top: 1px solid rgb(221, 221, 221);
    }
    
    .left_upside{
        border-bottom: unset;
        background-color: white;
        border-radius: unset;
        padding: 0px 20px 20px 20px;
        width: 100%;
        height: unset;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-bottom: 1px solid rgb(221, 221, 221);
    }
    
    .left_upside .notice_title{
        font-size: 20px;
        font-weight: 600;
    }

    .left_upside .notice_title p{
        width: 97%;
    }

    .mobile_btn{
        display: block;
    }

    .desk_btn{
        display: none;
    }
    
    .left_upside .notice_writer_info{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 16px;
        width: 100%;
    }
    
    .left_upside .writer_img{
        height: 48px;
        max-width: 48px;
        width: 100%;
        box-shadow: 0px 0px 1px rgb(80, 80, 80);
        border-radius: 100%;
        overflow: hidden;
        margin-right: 15px;
    }
    
    .left_upside .writer_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .left_upside .writer_name_date{
        color: rgb(150, 150, 150);
        font-size: 15px;
        width: 100%;
    }
    
    .left_upside .writer_name{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-weight: 500;
    }
    
    .left_upside .writer_name span{
        color: black;
    }
    
    .left_upside .writer_name p{
        color: rgb(100, 100, 100);
    
    }
    
    .left_upside .writer_date{
        
    }
    
    .left_upside .btns{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        vertical-align: middle;
    }
    
    .left_upside .fix_btn_area{
        position: relative;
    }

    .view_btn_area{
        margin-right: unset !important;
    }
    
    .drop_menu{
        width: 100px;
        position: absolute; 
        right: 20px; 
        bottom: -60px; 
        color: rgb(100, 100, 100); 
        display: none; 
        background-color: white; 
        white-space: nowrap;
        box-shadow: 1px 1px 5px 2px rgba(184, 184, 184, 0.411);
        border-radius: 3px;
        font-size: 15px;
        font-weight: 500;
    }
    
    .drop_menu_list{
        display: flex; 
        justify-content: space-between; 
        padding: 10px 15px;
    }
    
    .drop_menu_list:hover{
        background-color: rgb(221, 221, 221);
        cursor: pointer;
    }
    
    .left_downside{
        width: 100%;
        height: 80%;
        overflow: auto;
        padding: 45px 30px 85px;
        min-height: 720px;
    }

    .push_like_btn{
        position: fixed; 
        right: 20px; 
        display: flex; 
        border-radius: 100%; 
        font-size: 35px !important; 
        vertical-align: middle; 
        align-items: center; 
        justify-content: center; 
        padding: 15px; 
        border: 1px solid rgb(200, 200, 200);
        top: unset;
        bottom: 45px;
        color: rgb(200, 200, 200);
        z-index: 1;
    }
    
    .left_downside .detail_view{
        width: 100%;
        color: rgb(90, 90, 90);
        font-size: 14px;
    }
    
    .right_detail{
        width: 100%;
        padding: 20px;
        border-top: 1px solid rgb(230, 230, 230);
        background-color: rgb(242, 242, 242);
        z-index: 2;
    }
    
    .right_upside .comment_title{
        font-size: 20px;
        font-weight: 600;
    }
    
    /* 댓글 */
    .right_downside{
        color: rgb(130, 130, 130);
    }

    .right_downside .comment_view{
        margin-bottom: 112px;
        height: 400px !important;
        padding-bottom: unset;
    }
    
    .right_downside .comment{
        margin: 8px 0;
    }
    
    .right_downside .comment_info{
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* width: 100%; */
    }
    
    
    .right_downside .comment_info_left{
        display: flex;
        /* align-items: center; */
        justify-content: flex-start;
        width: 90%;
    
    }
    .right_downside .comment_img{
        max-width: 42px;
        width: 100%;
        height: 42px;
        border-radius: 100%;
        margin-right: 10px;
        overflow: hidden;
    }
    
    .right_downside .comment_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .right_downside .comment_content{
        font-size: 13px;
        width: 100%;
    }
    
    .right_downside .commentor_name{
        font-weight: 700;
        color: rgb(50, 50, 50);
    }
    
    .right_downside .comment_text{
        word-break: break-all;
        white-space: pre-line;
    }
    
    .right_downside .comment_etc{
        margin-left: 52px;
        display: flex;
        font-size: 12px;
        color: rgb(120, 120, 120);
    }
    
    .right_downside .comment_date{
        margin-right: 20px;
    }
    
    /* 답글 */
    .right_downside .re_comment_view{
        margin-top: 10px;
        display: none;
    }
    
    .right_downside .re_comment_flex{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 56px;
        font-size: 12px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .right_downside .re_comment_bar{
        height: 1px;
        background-color: gray;
        width: 23px;
        margin-right: 10px;
    }
    
    .right_downside .view_recomment{
        cursor: pointer;
    }
    
    .right_downside .close_recomment{
        display: none;
        cursor: pointer;
    }
    
    .right_downside .re_comment{
        margin-bottom: 12px;
    }
    
    .right_downside .re_comment_info{
        display: flex;
        align-items: center;
        /* width: 100%; */
        margin-left: 56px;
        justify-content: space-between;
    }
    
    .right_downside .re_comment_info_left{
        display: flex;
        align-items: flex-start;
        width: 90%;
    }
    
    .right_downside .re_comment_img{
        max-width: 38px;
        width: 100%;
        height: 38px;
        border-radius: 100%;
        margin-right: 10px;
        overflow: hidden;
    }
    
    .right_downside .re_comment_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .right_downside .re_comment_content{
        font-size: 13px;
    }
    
    .right_downside .re_commentor_name{
        font-weight: 700;
        color: rgb(50, 50, 50);
    }
    
    .right_downside .re_comment_text{
        word-break: break-all;
    }
    
    .right_downside .re_comment_text span{
        color: rgb(20, 131, 228);
        font-weight: 500;
    }
    
    .right_downside .re_comment_etc{
        margin-left: 91px;
        display: flex;
        font-size: 12px;
        color: rgb(120, 120, 120);
    }
    
    .right_downside .re_comment_date{
        margin-right: 20px;
    }
    
    .right_detail .comment_write{
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: rgb(110, 110, 110);
        border-radius: 0;
        padding: 15px 0;
        z-index: 2;
    }
    
    .right_detail .secret_area{
        height: 40px;
        background-color: rgb(110, 110, 110);
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 20px;
    }

    .right_detail .secret_area div{
        color: white !important;
    }
    
    .toggleSwitch {
        width: 35px;
        height: 22px;
        display: flex;
        position: relative;
        border-radius: 2rem;
        background-color: #fff;
        box-shadow: 0 0 1rem 3px rgba(0 0 0 / 8%);
        cursor: pointer;
      }
      
    /* 토글 버튼 */
    .toggleSwitch .toggleButton {
        /* 버튼은 토글보다 작아야함  */
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 1px;
        transform: translateY(-50%);
        border-radius: 50%;
        background: rgb(20, 131, 228);
    }
    
      /* 체크박스가 체크될 시 변경되는 요소 */
    #toggle:checked ~ .toggleSwitch {
        background: rgb(20, 131, 228);
      }
      
    #toggle:checked ~ .toggleSwitch .toggleButton {
        /* 100% -> 끝위치, 2.8rem -> 버튼 크기 */
        left: calc(100% - 21px);
        background: #fff;
    }
    
    .toggleSwitch, .toggleButton {
        transition: all 0.2s ease-in;
    }
    
    /* toast(snackbar) */
    #snackbar {
        visibility: hidden;
        min-width: 250px;
        margin-left: -125px;
        background-color: #333;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        padding: 16px;
        position: fixed;
        z-index: 2;
        left: 50%;
        bottom: 30px;
        font-size: 17px;
      }
      
      
      #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
      }
      #snackbar2 {
        visibility: hidden;
        min-width: 250px;
        margin-left: -125px;
        background-color: #333;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        padding: 16px;
        position: fixed;
        z-index: 2;
        left: 50%;
        bottom: 30px;
        font-size: 17px;
      }
      
      #snackbar2.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
      }
    
      @-webkit-keyframes fadein {
        from {bottom: 0; opacity: 0;} 
        to {bottom: 30px; opacity: 1;}
      }
      
      @keyframes fadein {
        from {bottom: 0; opacity: 0;}
        to {bottom: 30px; opacity: 1;}
      }
      
      @-webkit-keyframes fadeout {
        from {bottom: 30px; opacity: 1;} 
        to {bottom: 0; opacity: 0;}
      }
      
      @keyframes fadeout {
        from {bottom: 30px; opacity: 1;}
        to {bottom: 0; opacity: 0;}
      }
    
    .right_detail .comment_write form{
        display: flex;
        align-items: center;
        width: 100%;
        padding: 10px 0;
        background-color: rgb(110, 110, 110);
        border: none;
        border-radius: 0;
    }
    
    .right_detail .secret,
    .mobileContent .secret{
        display: flex;
        align-items: center;
        padding-right: 5px;
        margin-left: 5px;
        white-space: nowrap;
    }

    .right_detail .comment_write textarea::-webkit-scrollbar{
        display: none;
    }
    
    .right_detail .comment_write textarea{
        min-height: 18px;
        max-height: 120px;
        font-size: 14px;
        font-weight: 500;
        width: 100%;
        background-color: transparent;
        border: none;
        color: rgb(50, 50, 50);
        padding: 10px 20px;
        margin-right: 80px;
        margin-left: 20px;
        resize: none;
        outline: 0;
        overflow: auto;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border: 1px solid rgb(210, 210, 210);
        border-radius: 30px;
        color: white;
    }
    
    .right_detail .comment_write textarea::placeholder{
        color: rgb(220, 220, 220);
        font-weight: 500;
        font-size: 14px;
    }
    
    .right_detail .comment_write button{
        position: absolute;
        right: 0px;
        width: 80px;
        height: 40px;
        border: none;
        font-size: 14px;
        font-weight: 500;
        background-color: transparent;
        color: white;
    }
    
    .fa-ellipsis-v{
        cursor: pointer;
    }
    
    .recomment_div{
        border: none;
        background-color: transparent; 
        width: 100%; 
        align-items: center;
        margin-top: 10px;
        padding-left: 52px;
        line-height: 20px;
    }
    
    .recomment_input{
        -ms-overflow-style: none;
        resize: none; 
        outline: none; 
        width: 100%; 
        height: 20px; 
        max-height: 100px; 
        color: black; 
        background-color: transparent; 
        border: none; 
        border-bottom:1px solid rgb(150, 150, 150);
        margin-right: 5px;
        font-size: 12px;
    }
    
    .recomment_input::-webkit-scrollbar{
        display:none;
    }
    
    .recomment_confirm{
        background-color: transparent; 
        border: none;
        color: rgb(26, 109, 255); 
        font-weight: 600;
        font-size: 12px; 
        margin-right: 8px;
        white-space: nowrap;
      }
    
      .recomment_confirm:disabled{
        background-color: transparent; 
        border: none;
        color: rgb(200, 200, 200);
        font-size: 12px; 
        margin-right: 8px;
      }
    
      .recomment_cancel{
        background-color: transparent; 
        border: none;
        color: black;
        font-size: 12px;
        white-space: nowrap;
      }
    
      #fixcomcont{
        width: 100%;
        word-break: break-all;
        white-space: pre-line;
        resize: none;
        /* height: 20px; */
        border: 1px solid rgb(150, 150, 150);
        border-radius: 8px;
        cursor: pointer;
      }
    
      #fixcomcomp{
        border: none;
        margin-right: 8px;
        background-color: transparent;
        color: rgb(26, 109, 255);
        font-weight: 600;
        cursor: pointer;
      }
    
      #repcancel{
        border: none;
        background-color: transparent;
        cursor: pointer;
      }
}

@media screen and (max-width:700px) {
    .close_page{
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 22px;
        right: 20px;
      }

      .search_box{
        display: none;
        
    }

      .select{
        display: none;
      }
      
      .line {
        background: black;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 24px;
        height: 2px;
        border-radius: 2px;
      }
      
      #line-top {
        transform:rotate(45deg);
      }
      
      #line-bot {
        transform: rotate(135deg);
      }
      
      .menu_back_btn{
        color: black; 
        position: absolute; 
        top: 14px; 
        left: 20px; 
        font-size: 24px;
      }
      
      .menu_back_btn img{
        width: 26px; 
        /* filter: invert(100%);  */
        cursor: pointer;
      }


    .menu_list{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        overflow: auto;
    }

    .menu_list::-webkit-scrollbar{
        height: 6px !important;
      }

    .menu_list::-webkit-scrollbar-thumb{
        background-color: #dddddd7b!important;
        border-radius: 5px !important;
      }

    .menu_list::-webkit-scrollbar-track{
        background-color: black !important;
        border-radius: 0px !important;
      }
    
    .my_ans_logo2{
        /* width: 100%;
        height: 100%; */
        display: flex;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
        margin: 0 30px;
        /* margin: 20px 30px; */
    }

    .my_ans_logo2 img{
        width: 35px;
        min-width: 35px;
    }

    .notice_board_host {
        padding: 5px 20px;
        border-bottom: 1px solid rgb(211,211,211);
    }

    .left_detail{
        border-top: unset;
    }

    .notice_board_cate{
        display: none;
    }

    .notice_board_wrap_right{
        display: block; 
        align-items: unset; 
        justify-content: unset;
    }

    .desk_notice_detail{
        margin: 20px 0 0 0;
    }

    .secret_wrap{
        margin: 20px 0 0 0;
    }

    .secret_circle{
        max-width: 200px;
        aspect-ratio: 1/1;
        width: 100%;
        border: 1px solid rgb(166 166 166);
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .secret_content{
        font-size: 28px;
    }

    .secret_text{
        font-size: 20px;
    }
}

@media screen and (max-width:500px) {
    .all_wrap{
        padding-top: 0;
    }

    .close_page{
        display: none;
      }
      
      .menu_back_btn{
        display: none;
      }

    .notice_board_cate{
        display: none;
        
    }

    .notice_board_host{
        display: block;
        border-bottom: 1px solid rgb(211, 211, 211);
        padding: 0 20px;
    }

    .host_name{
        font-size: 16px;
        margin-right: 6px;
        margin-bottom: 0px;
    }

    .host_name i{
        display: block;
        cursor: pointer;
    }

    .host_name{
        font-size: 16px;
        margin-right: 6px;
        margin-bottom: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .host_name div{
        font-size: 16px;
        margin-right: 6px;
        margin-bottom: 5px;
    }

    .left_upside {
        padding: 10px 20px 20px 20px;
    }

    .left_detail{
        border-top: unset;
    }

    .desk_notice_detail{
        margin: 0;
    }

    .secret_wrap{
        margin: 0;
    }
    
}

@media screen and (max-width:415px) {
    .heradee_logo {
        padding: 20px;
    }
}