ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.float-right{
    float:right;
}

.communtiyBox.containerBox {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

#userRank > img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.w-90 {
    width: calc(100% - 15px);
}

.reconame{
    font-size:1.2rem;
}

.communtiyBox .btn:hover {
    box-shadow: none;
    transform: none;
    color: #fff;
}

.communtiyBox .btn.golistbtn:hover {
    color: #b3b3b3;
}

.tatol_magnitude {
    float: right;
    font-size: 15px;
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    justify-content: end;
    width: 50%;
}

.bordersTitle>.clearFix {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 8px;
    color: #333;
    font-weight: 600;
}

.filterBox select {
    border: 1px solid #ccc;
    height: 36px;
    padding: 0 5px;
}

.tatol_magnitude .filterBox select {
    width: 90px;
}

.tatol_magnitude .filter_input {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.tatol_magnitude .right_filter input {
    border: 1px solid #ccc;
    height: 36px;
    border-radius: 5px;
    width: 100%;
}

.tatol_magnitude .right_filter input::placeholder {
    color: #cdcdcd;
    padding-left: 10px;
}


.tatol_magnitude .right_filter select {
    vertical-align: middle;
    color: #aaa;
    border-radius: 5px;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../image/selectBtn.png) no-repeat 95% center;
}

.tatol_magnitude .right_filter select.communi_select {
    min-width: 125px;
}

.bordersTitle .btn {
    background-color: #091f50;
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    margin-left: 6px;
}

/* 추천글,최다댓글 박스 */
.bestWrap {
    margin-top: 45px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.sugg_box {
    width: 50%;
    margin: 0 20px;
    margin-left: 0;
}

.manycomment_box {
    width: 50%;
    margin: 0 20px;
    margin-right: 0;
}

.bestWrap .TBox {
    margin-bottom: 9px;
}

.bestWrap .TBox h3 {
    font-size: 20px;
    color: #1f71ab;
    font-weight: bold;
    display: inline-block;
}

.bestWrap .TBox .page a i {
    padding: 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #1f71ab;
}

.bestWrap .listBox {
    border-top: 2px solid #1f71ab;
    border-bottom: 2px solid #1f71ab;
    background-color: #fff;
}


.bestWrap .listBox ul li {
    border-bottom: 1px solid #ddd;
}

.bestWrap .listBox ul li a {
    display: flex;
    align-items: center;
}

.bestWrap .listBox ul li a span {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.communtiyBox .cate {
    padding-left: 20px;
    min-width: 123px;
    white-space: nowrap;
}

.communtiyBox .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

.communtiyBox .count {
    font-size: 1rem;
    color: #a75ae3;
}


.vote {
    width: 15px;
    display: inline-block;
}


.bestWrap .listBox ul li a span.clip img {
    padding: 0 8px;
    width: 100%;
}


/* 커뮤니티 리스트 목록 영역 */
.ListWrap > .clearFix{
    margin:0 10px;
}
.ListWrap h3 {
    margin-bottom: 60px;
}

.ListWrap .btnbox {
    float: left;

}

.ListWrap .btnbox .btn {
    margin: 0;
    width: 133px;
    height: 40px;
    border: none;
    border-radius: 5px;
}

.ListWrap .btnbox .btn.writebtn {
    background-color: #1f71ab;
}

.ListWrap .btnbox .btn.mywritebtn {
    background-color: #9864c0;
    margin-left: 0;
}

.tatol_magnitude .right_filter select.ListSel {
    min-width: 210px;
}

.tatol_magnitude .right_filter .bar {
    margin: 0 10px;
}

.tatolCount {
    text-align: right;
    color: #1f71ab;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right:10px;
}

.community_table .myroom_ta th {
    background-color: #fff;
    border-top: 2px solid #294c73;
    border-bottom: 1px solid #294c73;
    color: #333;
    font-weight: bold;
}

.community_table .myroom_ta td {
    font-size: 17px;
    border-bottom: 1px solid #ddd;
}

.community_table .myroom_ta td.rank >img{
    width:20px;
    height:20px;
}



.community_table .myroom_ta th,
.myroom_ta td {
    padding: 13px 10px !important;
}

.community_table .myroom_ta tbody tr.Noti {
    background-color: #0051e715;
}

.community_table .myroom_ta tbody tr.Noti td {
    font-weight: bold;
    color: rgba(51, 51, 51, 0.82);
}

.community_table .myroom_ta td:nth-child(2) {
    width: 50%;
}

.community_table .myroom_ta tbody tr td>a {
    display: block;
}

.community_table .myroom_ta tbody tr td span.text>p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 670px;
    display: table-cell;
}

.community_table .clip, .community_table .vote{
    margin: 0 5px;
}

/*.community_table .myroom_ta tbody tr td.rank {
    white-space: initial;
}*/

.communit_tableMob{
    border-top: 2px solid #1f71ab;
    display:none;
}

.communitMobtitle {
    color: #555;
}

.communit_tableMob ul li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.communit_tableMob ul li.Noti{
    background-color: #0051e715;
}

.communit_tableMob span.text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    color: #333;
    font-weight: 600;
    font-size: 15px;
}

.communit_tableMob ul li .cont a{
    display:block;
}

.communit_tableMob .bottom-area span {
    padding: 0 10px;
}


.communit_tableMob .bottom-area span:first-child{
    padding-left:0;
}

    .communit_tableMob .bottom-area span:last-child{
        color:#777
    }


    .communit_tableMob .bottom-area span.rank > img {
        width: 18px;
        height: 18px;
        margin-right: 3px;
    }



/* 닉네임 설정 팝업 */
.modal.community .modal-header {
    text-align: center;
    border-bottom: 0;
    padding-top: 45px;
}

.modal.community .modal-header .modal-title {
    color: #333;
    font-weight: bold;
    width: 100%;
}

.modal.community .modal-content {
    border-radius: 30px;
}

.modal.community .Nickname {
    display: flex;
    width: 100%;
    border: 1px solid #b3b3b3;
    padding: 15px 15px 15px 25px;
    border-radius: 10px;
    background-color: #fafafa;
    height: 70px;
}

.modal.community .Nickname input {
    width: 100%;
    border: none;
    background: transparent;
    height: 100%;
    padding-right: 5px;
}

.modal.community .Nickname input::placeholder {
    color: #999;
}

.modal.community .Nickname input:focus {
    outline: none;
}

.modal.community .Nickname .btn {
    background: transparent;
    border: 1px solid #3183e4;
    color: #3183e4;
    width: 97px;
    font-size: 15px;
    border-radius: 10px;
    white-space: nowrap;
    line-height: initial;
}


.modal.community .modal-body p {
    margin-top: 0;
    color: #999;
    line-height: initial;
}

.modal.community .modal-body p span.redtit {
    color: #ff2929;
}

.modal.community .modal-body p span.bluetit {
    color: #1078e2;
}

.modal.community .modal-body .terms {
    text-align: center;
    margin-top: 35px;
}

.modal.community .modal-body .terms > label {
    cursor: pointer;
    line-height: 1;
}

.modal.community .modal-body .terms input {
    width: 22px;
    height: 22px;
    border: 1px solid #b3b3b3;
    vertical-align: middle;
    margin-right: 4px;
    cursor: pointer;
}

.modal.community .modal-body .terms span {
    color: #b3b3b3;
}

.modal.community .modal-body .terms span a {
    color: #1078e2;
    position: relative;
}

.modal.community .modal-body .terms span a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #1078e2;
}

.modal.community .modal-footer {
    display: block;
    text-align: center;
    border-top: 0;
    padding-top: 0;
}


.modal.community .modal-footer .btn:hover {
    box-shadow: none;
    transform: none;
}


.modal.community .modal-footer .btn.default {
    width: 100px;
    border: 1px solid #b3b3b3;
    background: transparent;
    border-radius: 10px;
    color: #999;
    cursor: inherit;
}

.modal.community .modal-footer .btn.active {
    width: 100px;
    border: 1px solid #3183e4;
    background: #3183e4;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}


/* 커뮤니티 상세 페이지 */
.tatol_magnitude .golistbtn {
    border-radius: 5px;
    border: solid 1px #b3b3b3;
    background-color: transparent;
    color: #b3b3b3;
}

.tatol_magnitude .golistbtn:hover {
    background-color: transparent !important;
}

.detail_sectionBox {
    margin: 20px 30px 33px 30px;
    border-bottom: 1px solid #ccc;
}

.detail_sectionBox .recomendIconBox{
    margin-bottom:33px;
}

.commentBox .recomendIconBox{
    margin-bottom:0;
}

.detail_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.detail_head .l_box p {
    color: #777;
    margin-bottom: 0;
    margin-top: 0;
}

.detail_head .l_box p img{
    width:20px;
    height:20px;
}

.detail_head .l_box p.catetit {
    font-size: 15px;
    margin-bottom: 11px;
}

    .detail_head .l_box h5 {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        margin-bottom: 5px;
        display: inline-block;
    }




    .detail_head .r_box {
        text-align: right;
        display: flex;
        margin-top: 41px;
    }

.detail_head .r_box .btn {
    width: 133px;
    color: #fff;
    margin: 0;
    border-radius: 5px;
    height: 40px;
}

.detail_sectionBox .btn.blue {
    background-color: #1f71ab;
    border: none;
}

.detail_sectionBox .btn.blue:hover {
    background-color: #1f71ab;
}

.detail_sectionBox .btn.Navy {
    background-color: #042a6b;
    border: none;
}

.detail_sectionBox .btn.Navy:hover {
    background-color: #042a6b;
}

.detail_Attachments {
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.detail_Attachments li {
    margin-bottom: 10px;
}

.detail_Attachments li:last-child {
    margin-bottom: 0;
}

.detail_Attachments .clip {
    margin-right: 10px;
}

.detail_Attachments a {
    color: #0f8ee8;
}

.detail_text {
    line-height: 1.5;
    color: #777;
    font-size: 17px;
    font-weight: 300;
}

.recomendIconBox {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.recomendIconBox>.Declaration {
    flex: none;
    margin-left: auto;
    color: #999;
}

.recomendIconBox > .Declaration img {
    vertical-align: text-bottom;
}

.recomendIconBox .btns button {
    width: 133px;
    height: 50px;
    margin: 0;
    color: #989898;
    border: 1px solid #989898;
    background: transparent;
    border-radius: 5px;
    white-space: nowrap;
}

.recomendIconBox .btns button:first-child {
    margin-right: 9px;
}

.recomendIconBox .btns button i {
    margin-right: 5px;
    font-size: 18px;
}

.recomendIconBox .btns button.on {
    background-color: #9837e4;
    border-color: #9837e4;
    color: #fff;
}


.commentBox>p {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin-bottom: 16px;
    margin-top:5px;
}

.commentBox>p .commenttotal {
    color: #a75ae3;
    margin-left: 5px;
}

.commentflex button {
    border-radius: 5px;
    border: solid 1px #cecece;
    background-color: #fff;
    padding: 3px 10px;
    color: #aaa;
}

.commentflex button:first-child {
    margin-right: 5px;
}

.commentflex button.on {
    background-color: #1f71ab;
    border-color: #1f71ab;
    color: #fff;
}

.comentWriteBox {
    background-color: #fff;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #1f71ab;
}

.comentname {
    color: #333;
    font-size: 17px;
    font-weight: bold;

}

.comentreadBox .comentname {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comentname img {
    margin-right: 5px;
    width:20px;
    height:20px;
}

.comenttextarea {
    width: 100%;
    margin-top: 5px;
    border: none;
    font-size:1rem;
    line-height:1.5;
}

.comenttextarea::placeholder {
    color: #ccc;
    font-size: 18px;
}

.comenttextarea:focus {
    outline: none;
}

.comentWriteBox .btn {
    float: right;
    border-radius: 19px;
    border: solid 1px #cecece;
    background-color: #fff;
    color: #aaa;
    font-size: 18px;
    width: 75px;
    height: 40px;
    font-weight: 600;
    margin-top: 11px;
}

.comentWriteBox.editbox .btn {
    margin-top: 30px;
}

.comentWriteBox .btn:hover {
    background-color: #fff !important;
    color: #aaa;
}

    .comentWriteBox .btn:not(.btn-border).active {
        color: #fff;
    }

        .comentWriteBox .btn:not(.btn-border).active:hover {
            color: #aaa;
        }

        .comentreadBox {
            padding: 20px;
            width: 100%;
        }

 .comentreadBox .ListBox li {
    margin-bottom: 20px;
} 

.comentreadBox .ListBox li:last-child {
    margin-bottom: 0;
}

    .comentreadBox .comenttextarea {
        background-color: transparent;
        color: #555;
        font-size: 17px;
    }

        .comentreadBox .comenttextarea .editbox {
            height: 77px;
        }

        .b_dateBox .date {
            margin-right: 15px;
        }

.t_ch>* {
    color: #aaa;
    font-size: 15px;
    font-weight: 300;
}

.comentreadBox .recomendIconBox {
    align-items: baseline;
    margin-top: 0;
    margin-left: 5px;
}

.comentreadBox .recomendIconBox .btns button {
    height: 37px;
    width: 95px;
    line-height: 37px;
    font-size: 13px;
}

.comentreadBox .recomendIconBox .btns button.on {
    border: solid 1px #9837e4;
    background-color: transparent;
    color: #9837e4;
}

.comentreadBox .replybox .comentname {
    display: block;
}

.comentreadBox .replybox.comentWriteBox {
    position: relative;
}



.comentreadBox .replybox.comentWriteBox .btn.on {
    background-color: #042a6b;
    color: #fff;
    border-color: #042a6b;
}

.comentreadBox .replybox .comenttextarea, .comentreadBox .editbox .comenttextarea, #ReplyContent {
    width: 94%;
    display: inline-block;
    height: 91px;
    line-height: 1.3;
    vertical-align: middle;
}

.comentreadBox .replybox .comenttextarea::placeholder {
    font-weight: normal;
}

.already_reply {
    padding: 0 0px 0px 20px;
    display: flex;
}



.already_reply .comentname {
    /*display: inline;*/
    display: flex;
    align-items: center;
}

    

        .already_reply .comentname > div.recomendIconBox {
            width: auto;
        }

.comentname > div .btns {
    text-align: right;
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: end;
}

#replyList .delete {
    color: #ccc;
    display: contents;
}

.already_reply .delete {
    color: #ccc;
}

.more_reply {
    color: #9837e4;
    font-size: 17px;
    font-weight: bold;
}

.more_reply:hover {
    color: #9837e4;
}

.golistpg {
    margin: 30px 0;
    text-align: center;
}

.golistpg button {
    width: 103px;
    color: #fff;
    background-color: #1f71ab;
    height: 40px;
    border: 0;
    border-radius: 5px;
}

.pg_box {
    background-color: #fff;
    border: solid 1px #999;
    overflow: auto;
    white-space:nowrap;
    margin: 0 10px;
}

.pg_box table {
    width: 100%;
/*    table-layout: fixed;*/
    min-width: 450px;
}


.pg_box table tr td {
    text-align: center;
    padding: 15px 0;
    color: #777;
}

    .pg_box table tr td a {
        color: #777;
        display: flex;
    }

    .pg_box table tr td:nth-child(1) {
        min-width: 58px;
        padding: 0 20px;
        text-align: left;
        padding-top: 15px;
    }

    .pg_box table tr td:nth-child(2) {
        text-align: left;
        width: 64%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pg_box table tr td:nth-child(3) {
        min-width: 63px;
        text-align: left;
    }

    .pg_box table tr td:nth-child(4) {
        min-width: 70px;
    }

.pg_box table tr.active td {
    background-color: #8bb2f677;
}

.pg_box table tr.active td,
.pg_box table tr.active td a {
    color: #333;
    font-weight: bold;
}

    .pg_box table .clip{
        margin-right:10px;
    }

    .pg_box table .vote {
        margin-right: 10px;
    }


    /* 커뮤니티 상세 - 투표 리스트 juhee 임시 */
    .voteListBox .voteItem {
        max-width: 750px;
        border: 1px solid #888;
        padding: 30px;
        margin: 40px 0px 20px;
    }

.voteListBox .voteItem .voteInfo {
    display: flex;
    justify-content: space-between;
    margin-bottom:10px;
    border-bottom: 1px solid #999999;
    padding-bottom: 29px;
}

.voteListBox .voteItem .voteInfo .l_box .infoArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.voteListBox .voteItem .voteInfo .l_box .infoArea .voteIcon {
    margin-right:10px;
}

.voteListBox .voteItem .voteInfo .l_box .infoArea .votetxtarea p{
margin: 0;
line-height: 1.5;
color: #777;
}

.voteListBox .voteItem .voteInfo .l_box .infoArea .votetxtarea p > .text-black{
    color: #222;
}

.voteListBox .voteItem .voteInfo .r_box{
    color: #777;
}

.voteListBox .voteItem .voteTitle {
    font-weight:bold;
    color:#222;
    margin-bottom:20px;
    font-size: 20px;
}

.voteListBox .voteItem .votingArea .votingItem {
    margin-bottom:6px;
}

.voteListBox .voteItem .votingArea .votingItem .form-check {
    margin-right:10px;
    color:#222;
}

.check_line {
    margin-bottom: 16px;
    height: 50px;
}

.check_line > label{
    cursor: pointer;
    font-size: 17px;
    display: flex;
    align-items: center;
    height:100%;
}

.check_line > label .text{
    max-width: 565px;
    width: calc(100% - 90px);
    overflow:visible;
    white-space: inherit;
    line-height: 1.2;
}

.check_line > label .img{
    width: 50px;
    height: 50px;
    display: inline-block;
    flex: none;
    margin-left: auto;
}

.check_line > label .img > img{
    width: 100%;
    height: 100%;
    max-height: 100% !important;
}

.check_line > label .text > .progressbar{
    display: flex;
    align-items: center;
    margin-top: 5px;
}

    .check_line > label .text > .progressbar .p_box {
        width: 550px;
        display: flex;
        align-items: center;
    }

.check_line > label .text > .progressbar .p_box .p_bar{
    display: inline-block;
    height: 10px;
 background-color: #777;
}

.check_line > label .text > .progressbar .p_box .p_bar.on{
    background-color:#00a0e9 ;
}

        .check_line > label .text > .progressbar .p_box small {
            font-size: 17px;
            white-space: nowrap;
        }

.hiddenCheckbox {
    display: none;
  }

  .hiddenCheckbox:checked + .showCheckbox {
    background: url("../image/check.png") no-repeat;
    background-size: contain;
  }

  .showCheckbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../image/nocheck.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 13px;
  }


  .hiddenCheckbox:checked  ~ .text{
    color: #00a0e9;
  }

  .hiddenCheckbox:checked ~ .text > .progressbar .p_box .p_bar{
    background-color: #00a0e9 !important;
  }

  .modal.votemadal .modal-header{
    padding-top: 23px;
  }

  .modal.votemadal .modal-body{
    padding-top: 0;
  }

  .modal.votemadal .modal-body img{
    width: 100%;
  }
.votemadal .modal-title{
    text-align: left;
}


.voteListBox .voteItem .votingArea .votingItem img {
    max-height:36px;
}

.voteListBox .voteItem .voteBtnArea {
    display:flex;
    justify-content:center;
}

.voteListBox .voteItem .voteBtnArea .voteBtn {
    width: 103px;
    color: #fff;
    background-color: #1f71ab;
    height: 40px;
    border: 0;
    border-radius: 5px;
}

.voteListBox .voteItem .voteBtnArea .voteBtn.voteAgain {
    width: 130px;
}

#progress {
    appearance: none;
}

    #progress::-webkit-progress-bar {
        background: #f0f0f0;
 
        box-shadow: inset 3px 3px 10px #ccc;
    }

    #progress::-webkit-progress-value {
       
        background: #1D976C;
        background: -webkit-linear-gradient(to right, #93F9B9, #1D976C);
        background: linear-gradient(to right, #93F9B9, #1D976C);
    }

    .voteIcon{
        width: 40px;
        height: 40px;
        background-color: #ededed;
        display: inline-block;
        border-radius: 5px;
        text-align: center;
        line-height: 37px;
        padding-left: 5px;
    }

    .voteIcon img{
        width: 25px;
    }




/* 신고하기 팝업 */
.modal.community .modal-header .modal-title {
    display: inline-block;
}

.modal.report .modal-header .modal-title{
    font-size: 24px;
}

.modal.community .modal-header .close{
    margin: 0;
    padding: 0;
    float: right;
}

.modal.report .modal-body{
    padding: 40px 35px 0;
}

.formtxtBox{
    border-bottom: 1px solid #999999;
    padding-bottom: 30px;
    font-size: 17px;
}

.formtxtBox>div:first-child{
    margin-bottom: 8px;
}

.formtxtBox .tit{
    color: #777;
    margin-right: 20px;
    width: 68px;
}

.formtxtBox .txt {
    color: #333;
    width: calc(100% - 68px);
/*    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;*/
}

.modal.report .select_box .tatol_magnitude{
float: none;
width: 100%;
display: block;
}

.modal.report .select_box .tatol_magnitude .right_filter .ListSel{
width: 100%;
}

.modal.report .select_box > p{
    color: #777;
    font-size: 17px;
    margin: 20px 0 15px 0;
}

.modal.report .select_box p.bluetit{
    color: #189af6;
    padding: 5px 0 17px;
}

.modal.report .select_box textarea{
    border-radius: 5px;
  border: solid 1px #cecece;
  width: 100%;
  padding-left: 15px;
  padding-top: 10px;
  height: 156px;
}

.modal.report .select_box textarea:focus{
    outline: none;
}

.modal.report .select_box textarea::placeholder{
    color: #aaa;
}



.modal.report .select_box textarea::-webkit-scrollbar {
    width: 17px; /* 스크롤바의 너비 */
}

.modal.report .select_box textarea::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #999; /* 스크롤바의 색상 */
    border-radius: 4px;
}

.modal.report .select_box textarea::-webkit-scrollbar-track {
    background: #cecece; /*스크롤바 뒷 배경 색상*/
}

.modal.report .modal-footer button{
    width: 135px;
    height: 40px;
    color: #fff;
    border-radius: 8px;
    margin: 0;
    border: 0;
}

.modal.report .modal-footer button:first-child{
    background-color: #cecece;

}
.modal.report .modal-footer button:last-child{
    background-color: #042a6b;
}

/* 커뮤니티 글 등록 */
.communtiyBox .ContTitle a.active{
    color: #1f71ab;
    position: relative;
}

.communtiyBox .ContTitle a.active::before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #1f71ab;
    position: absolute;
    left: 0;
    bottom: 0;
}

.writeBox{
    padding: 28px;
}

    .writeBox .form_list li p.bluetit {
        font-size: 15px;
        line-height: 1.5;
        font-weight: 500;
    }

.writeBox .form_list li select {
    vertical-align: middle;
    width: 210px;
    height: 40px;
    color: #aaa;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../image/selectBtn.png) no-repeat 95% center;
    margin-top: 4px;
}

.writeBox .btnBox{
    text-align: center;
    margin-top: 30px;
}

.writeBox .btnBox .btn{
    width: 133px;
    height: 40px;
    margin: 0;
    padding: 0;
    color: #fff;
    border: 0;
    border-radius: 5px;
}


.writeBox .btnBox .btn:first-child{
background-color: #cecece;
}
.writeBox .btnBox .btn:last-child{
background-color: #042a6b;
}
.writeBox .fileList p {
    display: flex;
    height: 50px;
    align-items: center;
}

.writeBox .fileList p > a{
    font-size:15px;
}

.writeBox .fileList p span {
    text-decoration:none;
    border:none;
    cursor:pointer;
    margin-left:10px;
    width:16px;
    height:34px;
}

/* 나의글 보기 */
.communtiyBox .tableMenu{
    float: left;
    padding-left: 30px;
}

.communtiyBox .tableMenu button{
    border: 0;
    background-color: transparent;
    color: #777777;
    font-weight: 700;
}

.communtiyBox .tableMenu span{
    margin: 0 34px;
}

.communtiyBox .tableMenu button.active{
    color: #1f71ab;
}

/* 커뮤니티 닉네임 설정 - 이용약관 */
.modal.termModal .modal-body .termsBox > *, .modal.termModal .modal-body .termsBox p{
    color: #000 ;
}

.modal.termModal .modal-body .termsBox p{
    line-height: 1.5;
    margin-bottom: 5px;
}

.modal.termModal .modal-body {
    padding-top: 15px;
    max-height: calc(100vh - 200px);
    overflow: auto;
}

.modal.termModal .modal-title{
    width: 100%;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.modal.termModal .modal-body .termsBox ul{
    margin-left: 15px;
}

.modal.termModal .modal-body .termsBox ul li{
    list-style: disc;
}



/* 미디어쿼리 */
@media (max-width: 1344px) {
    .comentreadBox .replybox .comenttextarea, .comentreadBox .editbox .comenttextarea, #ReplyContent {
        width: 90%;
    }
}

@media (max-width: 1195px){
    .communtiyBox.containerBox {
        width: 90%;
    }
}

@media (max-width: 1095px){
    .pg_box table tr td:nth-child(2) {
        width: 45%;
    }
}

@media (max-width: 991px) {
    community_table
    .bordersTitle > .clearFix{
        margin-left:10px;
        margin-right:10px;
    }

    .detail_head .l_box p img, .comentname img, #userRank > img{
        width: 18px;
        height: 18px;
    }
    .bestWrap .TBox {
        padding-left: 10px;
    }

    .tatolCount {
        padding-left: 10px;
    }

    .writeBox {
        margin: 0 10px;
    }

    .comentreadBox .replybox .comenttextarea, .comentreadBox .editbox .comenttextarea, #ReplyContent {
        width: 77%;
    }

        .comentreadBox .replybox .comenttextarea::placeholder, .comentreadBox .editbox .comenttextarea::placeholder, #ReplyContent::placeholder{
            font-size:13px;
            line-height:1.45;
        }

        .tatol_magnitude .right_filter select.ListSel {
            min-width: 150px;
        }

    .community_table{
        display:none;
    }

    .communit_tableMob{
        display:block;
    }

    .community_table .myroom_ta td {
        font-size: 1rem;
    }
}

@media (max-width: 896px) {
    .tatol_magnitude .right_filter select {
        width: 100%;
        margin-bottom: 5px;
    }

    .tatol_magnitude .right_filter .bar {
        display: none;
    }

    .pg_box table tr td:nth-child(2) {
        width: 40%;
    }
}

@media (max-width:767px) {
    .bestWrap {
        flex-direction: column;
    }

        .bestWrap > div {
            width: 100%;
            margin-bottom: 15px;
            margin-left: 0;
        }

            .bestWrap > div:last-child{
                margin-top:15px;
                margin-bottom:0;
            }

            .community_table .myroom_ta tbody tr td.rank img {
                display: inline-block;
            }


    .tatolCount{
        text-align:left;
        margin-top: 10px;
    }

}

@media (max-width:600px) {
    .pg_box table tr td:nth-child(2) {
        width: 35%;
        padding: 0 10px;
    }

    .detail_head {
        flex-direction: column;
        align-items: flex-start;
    }

        .detail_head .r_box {
            margin-top: 11px;
        }

    .comentreadBox {
        padding: 0;
    }


    .comentreadBox .recomendIconBox .btns button {
        width: 69px;
    }


    .comentreadBox .comentname .t_ch{
        display:block;
    }

    .voteListBox .voteItem .voteInfo {
        display: grid;
    }

        .voteListBox .voteItem .voteInfo .r_box {
            display: block;
            padding-left: 49px;
        }

}

@media (max-width:597px) {
    .tatol_magnitude .filter_input {
        width: 100%;
    }

    .tatol_magnitude .btn {
        float: right;
        margin-top: 5px;
    }
}


@media (max-width:554px) {
    .ListWrap .tatol_magnitude {
        width: 100%;
        display: block;
    }

  /*  .pg_box table tr td:nth-child(2) {
        overflow: visible;
        white-space: normal;
    }*/

    .ListWrap .btnbox {
        width: 100%;
        float: none;
        margin-bottom:30px;
    }

    .ListWrap .btnbox .btn {
        width: 49%;
    }

    .tatol_magnitude .right_filter select.ListSel {
        width: 100%;
    }

}

@media (max-width:520px) {

    .detail_sectionBox, .writeBox {
        padding: 0 0 14px 0;
    }

    .detail_sectionBox, .writeBox {
        margin: 0 10px;
    }

    .commentflex .float-left {
        width: 100%;
        margin-bottom: 8px;
    }

    .commentflex button {
        width: 48.5%;
    }

    .recomendIconBox .btns button {
        width: 48%;
        height: 40px;
        line-height: 40px;
    }

        .recomendIconBox .btns button i {
            margin-right: 5px;
            font-size: 14px;
        }

    .recomendIconBox {
        flex-direction: column;
    }

        .recomendIconBox > .Declaration {
            margin-top: 20px;
        }

    .detail_sectionBox .commentflex .tatol_magnitude {
        float: none;
        width: 100%;
        justify-content: flex-start;
    }

        .detail_sectionBox .commentflex .tatol_magnitude form{
            width:100%;
        }


    .comenttextarea::placeholder{
        font-size:15px;
        line-height:1.25;
        padding-top:5px;
    }

    .comentWriteBox .btn {
        font-size: 14px;
        width: 65px;
        height: 30px;
        line-height: 18px;
        margin-top: 25px;
    }

    .comentWriteBox .replybox .btn {
        margin-top: 30px;
    }



    .modal.community .modal-header {
        padding-top: 15px;
    }

    .NickNamebox {
        flex-direction: column;
    }

    .already_reply {
        padding: 20px 0px 20px 10px;
    }

  

    .recomendIconBox .btns button:first-child {
         margin-right: 2%; 
    }

    .comentreadBox .replybox .comenttextarea {
        height: 80px;
    }


    .editbox {
        padding: 5px 10px 10px;
        margin-top: 0;
    }

    .editbox textarea{
        height:99px;
    }

    .comentreadBox .recomendIconBox .btns button {
        height: 31px;
        line-height: 31px;
        font-size: 11px;
    }


    .comentreadBox .comenttextarea {
        font-size: 16px;
    }

    .modal.community .Nickname {
        padding: 10px;
        height: 56px;
    }


    .modal.community .modal-body .terms input {
        width: 18px;
    }

    .voteListBox .voteItem .voteTitle {
        font-size: 17px;
    }

    .voteListBox .voteItem {
        padding: 15px;
    }

    .check_line {
        margin-bottom: 30px;
        height: 30px;
    }


}

@media (max-width:420px){

    .tatol_magnitude {
        float: none;
        width: 100%;
    }
    
    .tatol_magnitude .btn{
        width:100%;
        height:36px;
    }

    .detaiFilter {
        float: right;
        width: auto;
    }

    .writeBox .btnBox .btn {
        width: 46%;
    }

}

@media (max-width:350px){
    .modal.report .modal-footer button {
        width: 137px;
    }

    .modal.report .modal-footer button:last-child {
       margin: 0;
       margin-top: 5px;
    }

    .detail_head .r_box{
        text-align:left;
    }

    .detail_head .r_box .btn:first-child {
        margin-bottom:0;
    }

        .detail_head .r_box .btn:last-child{
            margin-left:0;
        }

    .comentreadBox .comenttextarea {
        font-size: 15px;
    }
}

@media (max-width:330px){
    .detail_head .r_box .btn:first-child {
        margin-bottom: 5px;
    }

    .tatol_magnitude .right_filter select.ListSel {
        width: 100%;
        margin-bottom: 5px;
    }
}