@charset "UTF-8";

.content{
	width:60%;
	margin: 0 auto;
}

.head{
	display: flex;
	align-items: center;
}

.head_sub{
    display: flex;
    align-items: center;
}

.box{
	width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #274DF1;
}

.box_int_mobile {
    display: block;
    width: 70%;
    margin-left: 50px;
    height: 51px;
    border: solid 1px #dadada;
    padding: 10px 14px 10px 14px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.intt {
    display: block;
    position: relative;
    height: 29px;
    border: none;
    background: #fff;
    font-size: 15px;
    width:100%
}

.search_btnn{
	float: right;
    height: 51px;
    width: 100px;
    padding: 0px;
    font-size: 15px;
    line-height: 50px;
    border-radius: 0.2em;
    right: 0;
    color: #939498;
    font-weight: 500;
    box-sizing: border-box;
    border: solid 1px #c0c1c5;
    cursor: pointer;
    background: linear-gradient(white, #fdfcfc);
    white-space: nowrap;
    margin: 0;
    text-align: center;
}


.comment{
	background-color: #f2f2f2;
	color: blue;
}



.tablee {
      border-collapse: collapse;
      border-top: 1px solid #168;
      width:100%;
    }  
    .tablee th {
      color: white;
      background: #fe8db8;
      text-align: center;
    }
    .tablee th, .tablee td {
      padding: 10px;
      border: 1px solid #ddd;
    }
    .tablee th:first-child, .tablee td:first-child {
      border-left: 0;
    }
    .tablee th:last-child, .tablee td:last-child {
      border-right: 0;
    }
    .tablee tr td:first-child{
      text-align: center;
    }
    .tablee caption{caption-side: bottom; display: none;}



.table {
      border-collapse: collapse;

      width:100%;
   	  box-shadow: 4px 59px 124px -41px grey;
      border-style: hidden;
      overflow: hidden;
      border-radius: 60px;
    }  
    .table th {
      color: white;
      background: #ff87a0;
      text-align: center;
    }
    .table th, .table td {
      padding: 10px;
      border: 2px solid white;
    }
    .table td:first-child{
     color: white;
     width: 20%;
     background-color: #fe8db8;
     font-family: 'NanumSquare', sans-serif;
     font-weight: 700;
     font-size: 20px;
    }
    .table th:first-child, .table td:first-child {
      border-left: 0;
    }
    .table th:last-child, .table td:last-child {
      border-right: 0;
    }
    .table tr td:first-child{
      text-align: center;
    }
    .table caption{caption-side: bottom; display: none;}
    
    .int{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: black;
    box-shadow: inset 5px 4px 13px -5px grey;
	margin-left: 40px;
	float: left;
	height: 60px;
	border: 1px solid #dedede;
	line-height: 0;
    width: 30%;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 60px;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
}

.int:focus {
	outline: none;
}
select {
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: black;
    box-shadow: inset 5px 4px 13px -5px grey;
	margin-left: 40px;
	float: left;
	height: 60px;
	border: 1px solid #dedede;
    width: 30%;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 60px;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
background: url('/resources/image/login/icon_1.png') no-repeat 95% 50%;

-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

select::-ms-expand {
    display: none;
}

select:focus {
	outline: none;
}

.cancelBtn{
	width: 500px;
    padding: 21px 0 17px;
    cursor: pointer;
    color: #fff;
    border: 0;
    border-radius: 60px;
    background: linear-gradient(to right, #959595, #686868);
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    font-size: 26px;
    height: 90px;
    box-shadow: 8px 14px 20px grey;
}

.joinBtn{
	width: 500px;
	height: 90px;
    padding: 21px 0 17px;
    cursor: pointer;
    color: #fff;
    border: 0;
    border-radius: 60px;
    background: linear-gradient(to right, #9460ff, #7c3cff);
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    font-size: 26px;
    box-shadow: 8px 14px 20px grey;
    margin-right: 20px;
}

.count{
	display: flex;
	align-items: center;
}
.count_text{
	margin: 0 auto;
}
.prev{
	font-size: 23px;
}
.next{
	font-size: 23px;
}

.textbox{
	width: 100%; /* 부모 400px 영역 안의 100% 사용 */
 color:#000;
    margin:150px auto;
    padding:20px;
    
    height:240px;
    background:#fff;
    border-radius:3px;
    border-bottom:4px solid #5e95cd;
    box-shadow: 0px 0px 30px #888888;
}


.update{
	width: 100px;
    height: 60px;
    border: 1px solid #1b5ac2;
    background: #547ec3;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    color: #ffffff;
}

.drop{
	width: 100px;
    height: 60px;
    border: 1px solid #ffffff;
    background: #da4040;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    color: #ffffff;
    margin-left: 20px;
}


.add{
	width: 100px;
    height: 60px;
    border: 1px solid #ffffff;
    background: #1b5ac2;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    color: #ffffff;
    margin-left: 20px;
}


.btn-search{
	width: 150px;
    height: 60px;
    border: 1px solid #1b5ac2;
    background: #1b5ac2;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    color: #ffffff;
}

.submit_div{
	display: flex;
}

.input-field{
	display: flex;
	margin: 0 auto;
}

.search_btn{
    height: 51px;
    width: 100px;
    padding: 0px;
    font-size: 15px;
    line-height: 50px;
    border-radius: 0.2em;
    right: 0;
    color: #939498;
    font-weight: 500;
    box-sizing: border-box;
    border: solid 1px #c0c1c5;
    cursor: pointer;
    background: linear-gradient(white, #fdfcfc);
    white-space: nowrap;
    text-align: center;
    float: left;
    margin-left: 20px;
}

.btn-temp{
	width: 150px;
    height: 60px;
    border: 1px solid #1b5ac2;
    background: #1b5ac2;
    border-radius: 10px;
    outline: none;
    font-size: 20px;
    color: #ffffff;
    margin: 15px;
}

.btn-submit{
	width: 150px;
    height: 60px;
    border: 1px solid #1b5ac2;
    background: #1b5ac2;
    border-radius: 10px;
    outline: none;
    font-size: 20px;
    color: #ffffff;
    margin: 15px;
}

.create_text{
  color:#3c3c3c;
  font-weight:500;
  font-size: 18px;
  border-radius: 0;
  line-height: 22px;
  background-color: #ffffff;
  padding: 13px 13px 13px 54px;
  margin-bottom: 10px;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}


.error{
	color: red;
	
}


@media all and (min-width:768px) and (max-width:1023px){

	.int{
		width: 80%;
	}
	select{
		width: 80%;
	}
}

@media all and (min-width:1024px) and (max-width:1366px){

	.int{
		width: 80%;
	}
	select{
		width: 80%;
	}
}


@media all and (max-width:767px){
	.int{
		width: 80%;
	}
	select{
		width: 80%;
	}
}

@media all and (max-width:410px){

	.int{
		width: 100%;
		margin-left: 0px;
	}
	select{
		width: 100%;
		margin-left: 0px;
	}
}


@media screen and (hover: none) and (pointer: coarse) {
	.box_int_mobile{
	margin-left: 0px;
	}
.content{
	width: 80% !important;
	margin: 0 auto;
	margin-bottom: 50px;
}	
	
.table {
      border-collapse: collapse;
      border-top: 1px solid #168;

      box-shadow: 0 0 5px 0;
    }  
    .table th {
      color: #168;
      background: #f0f6f9;
      text-align: center;
    }
    .table th, .table td {
      padding: 10px;
      border: 1px solid #ddd;
    }
    .table th:first-child, .table td:first-child {
      border-left: 0;
    }
    .table th:last-child, .table td:last-child {
      border-right: 0;
    }
    .table tr td:first-child{
      text-align: center;
    }
    .table caption{caption-side: bottom; display: none;}
    
    .drop{
	
    margin-left: 0px !important;
}

.comment_Modal { position:relative; z-index:1; display:none;  }
.modalBackground { position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.8); z-index:-1; }
.modalContent { position:fixed; top:20%; left:calc(50% - 175px) !important; padding:20px 10px; background:#fff; border:2px solid #666; text-align: center;}
.modalContent textarea { font-size:16px; font-family:'맑은 고딕', verdana; padding:10px; width:300px !important; height:200px; }
 .modalContent button { font-size:20px; padding:5px 10px; margin:10px 0; background:#fff; border:1px solid #ccc; }
.modalContent button.modal_cancel { margin-left:20px; }

.add{
	margin-left: 0px !important;
}


.update{
	width: 50px;
    height: 40px;

}

.drop{
	width: 50px;
    height: 40px;

}

}