.ap-popup4 {
  position: fixed;
  z-index: 12;
  top: 100;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(0,0,0,0.85); */
  overflow-y: scroll;
}


html, input, button, select, textarea, optgroup{
  font-family: "Noto Sans KR", "Microsoft Yahei", "dotum", sans-serif;
  line-height: 1.6;
  color: #000;

}


.container > div {
  background-color: #fff;
  
  /* margin-top: 80px; */
}
.container {
  display: table;
  width: 350px;
  background-color: #fff;
  color:#000;
  
}


.submitButton {
  background:#2b8ddd;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:5px;
  display:block;
  cursor:pointer;
  color:#ffffff;
  font-family:나눔바른고딕;
  font-size:15px;
  font-weight:bold;
  padding:10px 20%;
  /* height: 40px;  */
}




.buttonCSS {
  /* background:#2b8ddd; */
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:5px; 
  cursor:pointer;
  color:#ffffff;
  font-family:나눔바른고딕;
  /* font-size:14px; */
  font-weight:bold;
  padding:10px;
  text-align: center;
  /* border-color: #2b8ddd; */
}

.requestAuthNumberBtn {
  background:#2b8ddd;
  width: 135px; 
  font-size: 12px;
}
.linkLayout {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  
}
.el-input-50 {
  border: 2px solid #ccc;
  height: 35px;
  line-height: 35px;
  padding: 0 2px;
  max-width: 100%;
  width: 55%;
  font-size: 14px;
}
.el-input-50::placeholder { 
  font-size: 14px;
}
.checkResult {
  font-size: 14px;
  margin-left: 5px;
}



.setting_form {
  margin: 10px 0 30px 0;

  /* margin-left: 30px;
  margin-right: 30px; */
}
.setting_form P{ line-height: 1.6 }
 
.division { 
  color: #000;
  font-size: 18px;
  text-align: center;
  font-weight: 800;
}

.li_right {
  z-index: 10;
  cursor: pointer;
}

.inputTitle {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #000;
}
.el-input {
  border: 2px solid #ccc;
  height: 35px;
  line-height: 35px;
  padding: 0 2px;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
}
.el-input::placeholder { 
  font-size: 14px;
}


.el-select {
  position: relative;
  display: inline-block;
  width: 100%;
  /* max-width: 350px; */
  border-radius: 5px;
  /* border: 0px solid #ccc; */
}
.el-select::placeholder { 
font-size: 14px;
}
.el-select:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -5px;
  right: 15px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #000 transparent;
  pointer-events: none;
}
.el-select:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  pointer-events: none;
}
.el-textarea {
  width: 100%;
  padding: 5px;
  height: 70px;
  font-size: 14px; 
  border: 2px solid #ccc;
  border-radius: 5px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.el-textarea::placeholder { 
  font-size: 14px;
}
.radioButtonLayout {
  width: 100%;
  text-align: center;
}
.inputTitle {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px;
}
.require {
  color: red;
  margin-left: 2px;
}
.display_img_upload_btn {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #9E9EAB;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.plusButtonLayout {
  width: 100%;
  text-align: center;
}

.description {
  font-size:13px;
  margin-left: 5px;
  margin-top:3px;
  margin-bottom:3px; 

}

@media screen and (max-width: 424px) {
	.container {

	    width: 100%;
      
	}

}

