.PcNone{
  display: inline;
}
.mobileNone{
  display: none;
}
.centerWrapper {
  padding: 20px;
}
.centerWrapper > div:first-child{
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.community-header{
  padding: 12px 25px;
}
.community-header-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.community-header-title__text{
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.community-header-title-icon{
  pointer-events: none;
}

.community-header-title-icon__arrow,
.community-header-title-icon__search{
  border: none;
  background: none;
  padding: 0;
  font-size: 0;
  width: 27px;
  cursor: pointer;
}

.community-header-title-icon__arrow{
  display: none;
}

.community-header-title-icon__arrow > svg{
  transform: rotateZ(180deg);
}

.community-header-icon__search{
  width: 27px;
  cursor: pointer;
}

.community-header-search{
  display: none;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #BBBBBB;
}

.community-header-search__wrapper{
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.community-header-search__select-wrapper{
  position: relative;
}

.community-header-search__select{
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 12px 40px 12px 0;
  font-size: 14px;
  cursor: pointer;
}

.community-header-search-icon__arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding-right: 5px;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  cursor: pointer;
  pointer-events: none;
}

.community-header-search-icon__arrow > svg{
  width: 15px;
}

.community-header-search__input{
  border: none;
  flex: 1 1 auto;
  padding: 12px;
  font-size: 14px;
}

.community-header-search__line{
  content: '';
  flex: 0 0 auto;
  height: 20px;
  width: 1px;
  background-color: #707070;
}

.community-header-search__button{
  flex: 0 0 auto;
  border: none;
  background: none;
  padding: 0;
  font-size: 0;
}

.community-header-category{
  padding-top: 12px;
  font-size: 0;
}

.community-header-category__link{
  padding: 6px 10px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: #fff;
  color: #3D3D3D;
  cursor: pointer;
 
}

.community-header-category__link--active{
  border: none;
  background: #9BBC58;
  color: #FFFFFF;
}

.community-header-category__link + .community-header-category__link{
  margin-left: 10px;
}
.community-header-category_defualt{
  background-color: var(--mainGreen);
  margin-right: 10px;
  color: #fff;
}
.community-header-anno_defualt{
  margin-left: 10px;
  background: var(--mainGreen);
  color: #FFFFFF;
}
.onBtn {
  background-color: var(--mainGreen);
  color: var(--fontWhite);
  border: 1px solid var(--whBG);
  padding: 7px 20px;
  margin-right: 12px;
  border-radius: 3px;
  font-size: 9px;
  width: 100px;
  margin-top: 15px;
  margin-bottom: 7px;
  cursor: pointer;
}
.offBtn {
  background-color: var(--fontWhite);
  color: var(--fontThickColor);
  border: 1px solid var(--lineColor);
  padding: 7px 20px;
  margin-right: 12px;
  border-radius: 3px;
  font-size: 9px;
  width: 100px;
  margin-top: 15px;
  margin-bottom: 7px;
  cursor: pointer;
}

.communitySide>button {
  float: right;
}

.subHead {
  padding-left: 22px;
}

.searchLine {
  display: flex;
  background-color: var(--fontWhite);
}

.selectBox {
  width: 88vw;
  padding: 12px 24px;
  background-color: transparent;
  transition: transform 250ms ease-in-out;
  font-size: 14px;
  line-height: 18px;

  color: #575756;
  background-color: transparent;
  background-image: url(../source/img/BG.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 95% center;
  border-radius: 50px;
  border: 1px solid #575756;
  transition: all 250ms ease-in-out;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

select::-ms-expand {
  display: none;
}

.community-pagination{
  padding-top: 20px;
}

.community-pagination-list{
  display: flex;
  justify-content: center;
}

.community-pagination-item + .community-pagination-item{
  margin-left: 20px;
}

.community-pagination__link{
  border: none;
  background: none;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}

.community-pagination__link--active{
  text-decoration: underline;
   color: var(--mainGreen);
}

.community-pagination__link svg {
  width: 20px;
}

.community-pagination__link--after svg {
  transform: rotate(90deg);
}

.community-pagination__link--before svg {
  transform: rotate(270deg);
}

.pageNation .pageSelect {
  color: var(--mainGreen);
  font-weight: 700;
  text-decoration-line: underline; 
}

.pageWrap {
  width: 100vw;
  text-align: center;
  font-size: 0;
}

.community tr td {
  text-align: center;
}

.qnaImg {
  width: 20vw;
  float: left;
}

.qnaText {
  color: var(--mainBule);
}

.qnaQ {
  width: 60vw;
  float: left;
}
.qnaBox > .qnaBtn{
  background-color: var(--fontWhite);
  color: var(--fontThickColor);
}

.qnaBtn {
  width: 25%;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: var(--mainGreen);
  box-sizing: border-box;
  border: 1px solid #BBB;
  border-radius: 3px;

  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.qnaBtn:hover{
  box-shadow: 0 0 20px var(--mainGreen);
}
.qnaBox {
  width: 60vw;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.communityBox {
  position: relative;
  display: flex;
}
.community {
  flex-grow: 1;
  width: 90vw;
  margin: auto;
  border-top: 1px solid var(--lineColor);
  ;
  border-collapse: collapse;
  position: relative;
  overflow: hidden;
  position: relative;
  table-layout: fixed;
}
.community tr{
  height: 55px;
}
.community th {
  font-weight: 700;
  border-top:2px solid #000;
  background: #F8F8FA;
}
.community th, .community td {
  border-bottom: 1px solid var(--lineColor);
  ;
  border-left: 1px solid var(--lineColor);
  ;  
  text-align: center;
  vertical-align: middle;
  padding-left: 0px;
}

.community td {
  background-color: var(--fontWhite);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 10px;
}

.community th:first-child,
td:first-child {
  border-left: none;
}

.community th:first-child {
  width: 8%;
}

.community th:nth-child(2) {
  width: 62%;
}

.community th:nth-child(3) {
  width: 15%;
}

.community th:nth-child(4) {
  width: 15%;
}
.community td:nth-child(4){
  white-space: inherit;
}
.arrowL {
  width: 15px;
  transform: rotate(90deg);
  background-color: var(--lineColor);
}

.arrowR {
  width: 15px;
  transform: rotate(270deg);
  background-color: var(--lineColor);
}

.qnaAnswer {
  color: var(--mainBule);
}
.write {
  width: 100%;
  white-space: nowrap;
  border-top: 2px solid #000;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.writeInput {
  font-weight: bold;
  display: inline-block;
  width: 80px;
  margin-top: 10px;
  white-space:normal
}
.contentTitle , .author, .password {
  display: inline-block;
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 14pt;
}
.passwordLabel{
  text-align: center;
}
.contentTitle {
  width: calc(100% - 85px);
}
.password{
  width: calc(50% - 87.5px);
}
.author{
  width: calc(50% - 87.5px);
}
input[type="file"] {
  display: inline-block;
  margin: 10px 0;
}
.commSubmit {
  height: 50px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: var(--mainGreen);

  color: #fff;
  font-size: 16px;
  font-weight: 700;

  border: none;
  border-radius: 3px;
  width: 25%;
  cursor: pointer;
}
.commSubmit:hover{
  box-shadow: 0 0 20px var(--mainGreen);
}
input[type='file'] {
  display: none;
}
.fileNameDisplay{
  width: calc(100% - 25% - 95px);
  display: inline-block;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 14pt;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
  white-space: nowrap;
  line-height: 1.2;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.customFileUpload {
  display: inline-block;
  padding-top: 15px;
  font-size: 12pt;
  white-space:nowrap; 
  height:30px;
  font-weight: bold;
  color: #ffffff;
  background-color: var(--mainGreen);
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
  float: right;
  text-align: center;
  border: 1px solid var(--lineColor);
  width: 25%;
}
.none{
  display: none;
}

.customFileUpload:hover {
  box-shadow: 0 0 20px var(--mainGreen);
}
.commContent{
  font-family: 'NanumSquare', sans-serif;
  color: var(--fontThickColor);
  width: calc(100% - 5px);
  resize: none;
  font-size: 12pt;
  height: 320px;
}
.deleteFileBtn{
  top: 26%;
  left: calc(100% - 25% - 45px);
  cursor: pointer;
  position: absolute;
}
.communityInfo {
  width: 100%;
  border-top: 1px solid var(--lineColor);
  border-collapse: collapse;
  position: relative;
  overflow: hidden;
  position: relative;
  table-layout: fixed; 
}
.communityInfo th:first-child {
  width: 15%;
}
.communityInfo th  {
  border-bottom: 1px solid var(--lineColor);
  border-left: 1px solid var(--lineColor);
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  border-top:2px solid #000;
}
.communityInfo td  {
  border-bottom: 1px solid var(--lineColor);
  border-left: 1px solid var(--lineColor);
  vertical-align: middle;
  padding: 10px;
  
}

.qnaBox > .qnaBtn {
  margin-top: 20px;
  width: 100px;
}
.communityInfo td {
  background-color: var(--fontWhite);
  overflow: hidden;
  font-size: 12pt;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.communityInfo td > a{
  color: var(--mainBule);
  text-decoration:underline;
}
.announcementList{
  background-color: var(--mainGreen);
  color: #fff;
}
 .communityInfo tr .commViewContent{
  height: 150px;
} 
.announcementContent{
  height: 400px;
}
 .communityInfo td {
  border-left: none; 
  border-right: none;
 }
 .communityInfo th {
  font-size: 14pt;
  font-weight: bold;
  border-left: none;
  padding-top: 20px;
  padding-bottom: 20px;
 }
 .Info{
  padding-bottom: 20px;
 }
 
 .lineBg {background: #F8F8FA !important; border-right:1px solid var(--lineColor)  !important;}
 
 .btnLine{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 20px;
 }
 .btnLineAno{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
 }
 .writeBtnLine{
  display: flex;
  flex-direction: row-reverse;
 }
 .writeBtnLine > .qnaBtn{
  display: none;  
 }
 .writeBtnLine {
  margin-top: 10px;
 }
 .btnLine > .qnaBtn {
  width: 25%;
}
.commList > .qnaBtn{
  margin-bottom: 20px;
  width: 25%;
  display: none;
  background-color: var(--fontWhite);
  color: var(--fontThickColor);
}
.btnLine > .qnaBtn:nth-child(1) {
  font-size: 16px;
  font-weight: 700;

  box-sizing: border-box;
  border: 1px solid #BBB;
  border-radius: 3px;

  cursor: pointer;

  background-color: #fff;
  color: var(--fontThickColor);
}
.btnLine > .qnaBtn:nth-child(2) {
  font-size: 16px;
  font-weight: 700;

  box-sizing: border-box;
  border: 1px solid #BBB;
  border-radius: 3px;

  cursor: pointer;

  background-color: #fff;
  color: var(--fontThickColor);
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content:' ';
  height: 15pt;
  width: 2px;
  background-color: #000;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
 .modalOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0007;
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
  padding: 20px;
  z-index: 4;
}

.modalPs {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  width: calc(100% - 40px);
  overflow: auto;
  height: 300px;
  box-shadow: 0 3px 15px #0002;
}
.passwordCheck  {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.passwordCheck div {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}
.modalPasswordLabel {
  font-size: 20px;
  font-weight: 700;
}

.modalPassword {
  padding: 0 15px;
  border: 1px solid #ccc;
  width: 100%;
  height: 40px;
  max-width: 300px;
  border-radius: 20px;
  box-sizing: border-box;
  font-size: 15pt;
}
.modalDiv > .qnaBtn{
  width: 110px;
  height: 40px;
  font-size: 16px;
  font-weight: 700;

  box-sizing: border-box;
  border: 1px solid #BBB;
  border-radius: 3px;

  cursor: pointer;

  background-color: #fff;
  color: var(--fontThickColor);
  
}
.modalDiv > .qnaBtn,.modalDiv > .commSubmit{
  width: 110px;
  height: 40px;
}
/* pc 버전 사이즈 */
@media (min-width: 1330px) {
  .centerWrapper > div:first-child{
    flex-direction: row;
  }
  .community-header{
    height: 70px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0;
  }
  .community-header-title{
    display: none;
  }
  .community-header-search{
    width: 530px;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
  }
  .community-header-search__select{
    width: 160px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #cccccc;
    margin-right: 20px;
  }
  .community-header-search-icon__arrow{
    margin-right: 20px;
  }
  .community-header-search__line{
    display: none;
  }
  .community-header-search__input{
    width: 350px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    flex: none;
    box-sizing: border-box;
  }
  .community-header-icon__search{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding-right: 5px;
    margin: 0px;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .community-header-category{
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .community-header-category__link{
    padding: 7px 30px;
    font-size: 16px;
  }

  .communityCon{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .commViewContentDiv{
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    white-space: normal;
   }
   .commViewContentDiv::-webkit-scrollbar {
    width: 10px; 
  }

  .commViewContentDiv::-webkit-scrollbar-thumb {
    height: 30%; 
    background: var(--mainGreen);
    
    border-radius: 10px;
  }  
  .commViewContentDiv::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ddd;
    }
  .commList{
    display: flex;
    align-items: flex-end;
  }
  .subHead{
    display: none;
  }
  .communitySide > button{
    float: left;     border-radius: 30px;
  }
  .ImgText{
    width: 430px;
    float: left;
    display: inline-flex;
    flex-direction: column;
  }
  .commList > .qnaBtn{
    display: flex;
  }
  .qnaImg{
    width: 70%;
    margin: auto;
    display: flex;
    float: none;
    padding-top: 20px;
  }
  .qnaBtn{
    display: flex;
    justify-content: space-evenly;
  }
  .pcNone{
    display: none;
  }
  .mobileNone{
    display: inline;
  }
  .deleteFileBtn{
    top: 26.5%;
    right: 35%;
  }
  .communityBox{
    width: 100%;
  }
  .community{
    width: 100%;
  }
  .communityBox{
    display: flex;
    flex-direction: column;
    /* display: inline-flex;
    flex-direction: column;
    align-items: flex-end; */
  }
  .pageWrap{
    display: inline;
  }
  .pageNation{
    margin-top: 50px;
  }
  .commContent{
    width: calc(100% - 5px);
    resize: none;
    height: 300px;
    margin-top: 10px;
   
  } 
  .writeBtnLine > .qnaBtn{
    font-size: 16px;
    font-weight: 700;

    box-sizing: border-box;
    border: 1px solid #BBB;
    border-radius: 3px;

    cursor: pointer;

    background-color: #fff;
    color: var(--fontThickColor);
    display: flex;
  }
  .library-pagination{
    padding-top: 50px;
  }
  .centerWrapper{
    padding: 20px 0;
  }
  .communityBox{
    flex-grow: 1;
  }
  .modalPs{
    width: 500px;
  }
  .onBtn{
  	font-size: 16px;
  	width: 120px;
  	}
  .offBtn{
  	font-size:16px;
  	width: 120px;
  }
}