.board_background {
	background-image: url('./sub_1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 28.125rem;
  filter: brightness(0.8);
}
.board_title_container{
	height: 14.625rem;
}

.board_title_container h1{
	line-height: 234px;
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.board_title_container .ddaom_left{
    transform: translate(-40%, -40%);
}

.board_title_container .ddaom_right{
    transform: translate(40%, 40%);
}

.cTab{
	text-align: center;
	display: flex;
	justify-content: center;
}

.cTab select{
	text-align: center;
	width: 12.5rem;
	height: 3.125rem;
	font-size: 20px;
}

.cTab select:first-child{
	color: #fff;
	background-color: #666666;
}

.cTab select:last-child{
	box-shadow: #666666;
}

.contract_content{
	background-color: #3A3B3C;
	padding: 3.5rem 9.375rem 6.4375rem 9.375rem;
}

.contract_content .content_title{
	color: #fff;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 4.8125rem;
}

.contract_content_wrapper{
	display: flex;
	justify-content: center;
  gap: 27px;
}

.contract_content_wrapper #the-canvas{
	width: 48%;
  max-width: 798px;
  max-height: 1125px;
  flex: 1;
}

.selectBox2 * { box-sizing: border-box; }
.selectBox2 {
  position: relative;
  width: 12.5rem;
  height: 3.125rem;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 1px 0px 3px #ddd;
}

.selectBox2 .label {
  display: flex;
  align-items: center;
  width: inherit;
  height: inherit;
  border: 0 none;
  outline: 0 none;
  background: transparent;
  cursor: pointer;
  color: #000;
  font-size: 1.25rem;
  justify-content: space-between;
  padding-left: 15px;
}

.selectBox2 .label span{
  color: #000;
}

.selectBox2 .optionList {
  position: absolute; 
  top: 3.125rem;
  left: 0;
  width: 100%;
  background: #fff;
  color: #000;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  transition: .3s ease-in;
  padding: 0 15px;
  z-index: 11;
}

.material-symbols-outlined{
	color: #fff;
	font-size: 24px;
}

.selectBox2 .optionList::-webkit-scrollbar {width: 6px;}
.selectBox2 .optionList::-webkit-scrollbar-track {background: transparent; }
.selectBox2 .optionList::-webkit-scrollbar-thumb {background: #303030; border-radius: 45px;}
.selectBox2 .optionList::-webkit-scrollbar-thumb:hover {background: #303030;}

.selectBox2.active .optionList {
  max-height: 500px;
}

.selectBox2 .optionItem {
  border-bottom: 1px solid #fff;
  padding: 1rem 15px;
  transition: .1s;
  color: #000;
}


.selectBox2 .optionItem:last-child {
  border-bottom: 0 none;
}

.selectBox * { box-sizing: border-box; }
.selectBox {
  position: relative;
  width: 12.5rem;
  height: 3.125rem;
  cursor: pointer;
  background-color: #666666;
}

.selectBox .label {
  display: flex;
  align-items: center;
  width: inherit;
  height: inherit;
  border: 0 none;
  outline: 0 none;
  background: transparent;
  cursor: pointer;
  color: #fff;
  font-size: 1.25rem;
  justify-content: space-between;
  padding-left: 15px;
}

.selectBox .optionList {
  position: absolute; 
  top: 3.125rem;
  left: 0;
  width: 100%;
  background: #666666;
  color: #fff;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  transition: .3s ease-in;
  padding: 0 15px;
  z-index: 11;
}

.material-symbols-outlined{
	color: #fff;
	font-size: 24px;
}

.selectBox .optionList::-webkit-scrollbar {width: 6px;}
.selectBox .optionList::-webkit-scrollbar-track {background: transparent; }
.selectBox .optionList::-webkit-scrollbar-thumb {background: #303030; border-radius: 45px;}
.selectBox .optionList::-webkit-scrollbar-thumb:hover {background: #303030;}

.selectBox.active .optionList {
  max-height: 500px;
}

.selectBox .optionItem {
  border-bottom: 1px solid #fff;
  padding: 1rem 15px;
  transition: .1s;
  color: #fff;
}


.selectBox .optionItem:last-child {
  border-bottom: 0 none;
}

.upload_select_wrapper{
    display: flex;
    align-items: center;
}

.upload_select_wrapper > *{
    margin: 0 10px;
}

.manage_label_input{
    font-size: 1.25rem;
    border: none;
    background: transparent;
    color: #fff;
    width: 100%;
}

.manage_label_input::placeholder{
    color: #ddd;
}

.contractUploadWrapper{
    padding: 50px;
    background-color: #ddd;
}

.contractUploadWrapper h1{
    font-size: 20px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    padding-bottom: 10px;

}

.contractUploadWrapper h2{
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;

}


#fileToUpload{
    display: none;
}

#fileUploadButton{
    padding: 10px 10px;
    background-color: #444;
    color: #fff;
    display: inline-block;
    height: 100%;
}

#sendFileButton{
    padding: 10px 10px;
    background-color: #444;
    color: #fff;
    display: inline-block;
    height: 100%;
    border:none;
}


#sendFile{
    display:none;
}

.private_box{
  width: 100%;
  height: 200px;
  border:1px solid #d7dce5;
  box-shadow: 1px 2px 2px #d7dce5;
  padding: 8px;
  border-radius: 3px;
  margin-top: 5px;
  overflow:scroll;
  box-sizing: border-box;
  line-height: 1.3;
  color: #AEAEAE;
}

.content_section{
  background-color: #fff;
  width: 48%;
  height: 100%;
}

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


#createCategoryButton, #deleteFirstCategoryButton, #deleteSecondCategoryButton{
    padding: 10px 10px;
    background-color: #444;
    color: #fff;
    display: inline-block;
    height: 100%;
    border:none;
}

.content_input_wrapper{
  max-width: 798px;
  max-height: 1125px;
  width: 100%;
	background-color: #fff;
  box-sizing: border-box;
  padding: 93px 150px 93px 150px;
  flex: 1;
}

.content_input_wrapper h1{
  text-align: center;
    font-size: 26px;
    font-weight: bold;
}


.content_input_wrapper .contract_notice{
  margin-top:57px;
  margin-bottom: 26px;
}

@media screen and (max-width: 1820px) {
  .content_input_wrapper{
    padding: 80px 150px 80px 150px;
    width: 100%;
  }

}

@media screen and (max-width: 1760px) {
  .content_input_wrapper{
    padding: 70px 150px 70px 150px;
    width: 100%;
  }

}

@media screen and (max-width: 1700px) {
  .content_input_wrapper{
    padding: 50px 150px 50px 150px;
    width: 100%;
  }

  .private_box{
    height:180px;
  }

}

@media screen and (max-width: 1670px) {
  .content_input_wrapper{
    padding: 30px 150px 30px 150px;
    width: 100%;
  }


}

@media screen and (max-width: 1650px) {
  .content_input_wrapper{
    padding: 30px 120px 30px 120px;
    width: 100%;
  }

}

@media screen and (max-width: 1610px) {



  .content_input_wrapper h1{
    font-size: 20px;
  }
  .private_box{
    height:160px;
  }

  .content_input_wrapper .contract_notice{
    font-size: 14px;
  }

  .content_input_wrapper  .content_input{
    font-size: 14px;
  }

  .content_input_wrapper  .content_input .content_input_content input{
    font-size: 14px;
  }


}

@media screen and (max-width: 1590px) {
  .private_box{
    height:140px;
  }

}

@media screen and (max-width: 1500px) {

  .content_input_wrapper h1{
    font-size: 20px;
  }


  .content_input_wrapper .contract_notice{
    font-size: 14px;
  }

  .content_input_wrapper  .content_input{
    font-size: 14px;
  }

  .content_input_wrapper  .content_input .content_input_content input{
    font-size: 14px;
  }

  .private_box{
    height:120px;
  }

  .write_button{
    font-size: 14px;
    padding: 15px 0;
  }

}

@media screen and (max-width: 1480px) {

  .content_input_wrapper h1{
    font-size: 18px;
  }
 

  .content_input_wrapper .contract_notice{
    font-size: 12px;
  }

  .content_input_wrapper  .content_input{
    font-size: 12px;
  }

  .content_input_wrapper  .content_input .content_input_content input{
    font-size: 12px;
  }

  .private_box{
    height:120px;
  }

}

@media screen and (max-width: 1400px) {

  .contract_content{
    padding: 3.5rem 8.375rem 6.4375rem 8.375rem;
  }

  .content_input_wrapper h1{
    font-size: 18px;
  }

   .content_input_wrapper{
    padding: 30px 90px 30px 90px;
    width: 100%;
  }


  .content_input_wrapper .contract_notice{
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  

  .content_input_wrapper  .content_input{
    font-size: 12px;
  }

  .content_input_wrapper  .content_input .content_input_content input{
    font-size: 12px;
  }

  .private_box{
    height:120px;
  }

  .write_button{
    font-size: 12px;
    padding: 10px 0;
  }


}

@media screen and (max-width: 1400px) {

  .contract_content{
    padding: 3.5rem 7.375rem 6.4375rem 7.375rem;
  }

  .content_input_wrapper h1{
    font-size: 18px;
  }

   .content_input_wrapper{
    padding: 30px 90px 30px 90px;
    width: 100%;
  }


  .content_input_wrapper .contract_notice{
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  

  .content_input_wrapper  .content_input{
    font-size: 12px;
  }

  .content_input_wrapper  .content_input .content_input_content input{
    font-size: 12px;
  }

  .private_box{
    height:120px;
  }

  .write_button{
    font-size: 12px;
    padding: 10px 0;
  }


}

@media screen and (max-width: 1280px) {

  .contract_content{
    padding: 3.5rem 6.375rem 6.4375rem 6.375rem;
  }

  .content_input_wrapper h1{
    font-size: 18px;
  }

   .content_input_wrapper{
    padding: 30px 90px 30px 90px;
    width: 100%;
  }


  .content_input_wrapper .contract_notice{
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  

  .content_input_wrapper  .content_input{
    font-size: 12px;
  }

  .content_input_wrapper  .content_input .content_input_content input{
    font-size: 12px;
  }

  .private_box{
    height:120px;
  }

  .write_button{
    font-size: 12px;
    padding: 10px 0;
  }


}

@media screen and (max-width: 1240px) {

  .contract_content{
    padding: 3.5rem 5.375rem 6.4375rem 5.375rem;
  }

  .content_input_wrapper h1{
    font-size: 18px;
  }

   .content_input_wrapper{
    padding: 30px 70px 30px 70px;
    width: 100%;
  }


  .content_input_wrapper .contract_notice{
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  

  .content_input_wrapper  .content_input{
    font-size: 12px;
  }

  .content_input_wrapper  .content_input .content_input_content input{
    font-size: 12px;
  }

  .private_box{
    height:120px;
  }

  .write_button{
    font-size: 12px;
    padding: 10px 0;
  }


}

@media screen and (max-width: 1240px) {

  .contract_content{
    padding: 3.5rem 3.375rem 6.4375rem 3.375rem;
  }

  .content_input_wrapper h1{
    font-size: 18px;
  }

   .content_input_wrapper{
    padding: 30px 70px 30px 70px;
    width: 100%;
  }


  .content_input_wrapper .contract_notice{
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  

  .content_input_wrapper  .content_input{
    font-size: 12px;
  }

  .content_input_wrapper  .content_input .content_input_content input{
    font-size: 12px;
  }

  .private_box{
    height:120px;
  }

  .write_button{
    font-size: 12px;
    padding: 10px 0;
  }


}

@media screen and (max-width: 1150px) {

  .contract_content{
    padding: 3.5rem 1.375rem 6.4375rem 1.375rem;
  }

  .content_input_wrapper h1{
    font-size: 18px;
  }

   .content_input_wrapper{
    padding: 30px 70px 30px 70px;
    width: 100%;
  }


  .content_input_wrapper .contract_notice{
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  

  .content_input_wrapper  .content_input{
    font-size: 12px;
  }

  .content_input_wrapper  .content_input .content_input_content input{
    font-size: 12px;
  }

  .private_box{
    height:120px;
  }

  .write_button{
    font-size: 12px;
    padding: 10px 0;
  }


}

@media screen and (max-width: 1080px) {

  .contract_content{
    padding: 3.5rem 0.5rem 6.4375rem 0.5rem;
  }

  .content_input_wrapper h1{
    font-size: 16px;
  }

   .content_input_wrapper{
    padding: 30px 70px 30px 70px;
    width: 100%;
  }


  .content_input_wrapper .contract_notice{
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  

  .content_input_wrapper  .content_input{
    font-size: 12px;
  }

  .content_input_wrapper  .content_input .content_input_content input{
    font-size: 12px;
  }

  .private_box{
    height:80px;
  }

  .write_button{
    font-size: 12px;
    padding: 8px 0;
  }


}


@media screen and (max-width: 1023px) {

  #home_button{
    display: none;
}

  .board_title_container .ddaom_left{
    transform: translate(-5%, -45%) scale(0.7);
}

.board_title_container .ddaom_right{
    transform: translate(5%, 45%) scale(0.7);
}

  .board_background{
    height:190px;
  }

  .board_title_container{
    height: 120px;
  }

  .board_title_container h1{
    font-size: 24px;
    line-height: 120px;
  }

  .contract_content{
    padding: 2rem 0.5rem 6.4375rem 0.5rem;
  }

  .content_input_wrapper h1{
    font-size: 26px;
  }

   .content_input_wrapper{
    padding: 30px 80px 16px 80px;
    width: 95%;
  }


  .content_input_wrapper .contract_notice{
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 35px;
  }
  

  .content_input_wrapper  .content_input{
    font-size: 16px;
  }

  .content_input_wrapper  .content_input .content_input_content input{
    font-size: 16px;
  }

  .private_box{
    height:200px;
  }

  .write_button{
    font-size: 16px;
    padding: 8px 0;
  }

  .contract_content_wrapper{
    flex-direction: column;
    align-items: center;
  }

  .contract_content_wrapper #the-canvas{
    max-width:none;
    max-height: none;
    width: 95%;
  }

  .content_input_wrapper{
    max-width: none;
    max-height: none;
  }

  .content_section{
    width: 95%;
  }

  .selectBox, .selectBox2{
    width:auto;
  }

  .selectBox .label, .selectBox2 .label{
    width: 100%;
    font-size: 14px;
  }

  .document1{
    width: 100%;
  }

  .contract_content .content_title{
    font-size: 26px;
    margin-bottom: 32px;
  }


}

@media screen and (max-width: 490px) {

  .contract_content{
    padding: 2rem 0.5rem 6.4375rem 0.5rem;
  }

  .content_input_wrapper h1{
    font-size: 20px;
  }

   .content_input_wrapper{
    padding: 30px 50px 16px 50px;
    width: 100%;
  }


  .content_input_wrapper .contract_notice{
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 35px;
  }
  

  .content_input_wrapper  .content_input{
    font-size: 14px;
  }

  .content_input_wrapper  .content_input .content_input_content input{
    font-size: 14px;
  }

  .private_box{
    height:150px;
  }

  .write_button{
    font-size: 14px;
    padding: 8px 0;
  }

  .contract_content_wrapper{
    flex-direction: column;
    align-items: center;
  }

  .contract_content_wrapper #the-canvas{
    max-width:none;
    max-height: none;
    width: 95%;
  }

  .content_input_wrapper{
    max-width: none;
    max-height: none;
  }

  .content_section{
    width: 95%;
  }

  .contract_content .content_title{
    font-size: 16px;
  }




}
















b{
  font-weight: bold;
}

.content_input{
  margin-bottom: 19px;
}

.contract_notice p{
  line-height: 1.2;
  position:relative;
}

.contract_notice span{
  left: -30px;
    color: #000;
    position: absolute;
}

.content_input_content input{
  font-size: 16px;
    width: 100%;
    margin-top: 5px;
    box-shadow: 1px 2px 2px #d7dce5;
    border: 1px solid #d7dce5;
    border-radius: 3px;
    padding: 7px;
    box-sizing: border-box;
}


.write_button{
  background-color: #5a5a5a;
  color: #fff;
  text-align: center;
  padding: 19px 0;
}