.text-title {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.box {
  display: inline-block; 
  margin-top: 14px;
}

.box-title {
  padding: 6px 13px 5px 10px;
  border-radius: 5px;
  background-color: #f2f2f2;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
}

.box-title img {
	margin-left:4px;
	 width:33px;
	height:33px;
}
/* 폼영역 */
#form2 , #form3, #form4, #submit-form2 {
	display:none;
}

.body-content {
	width: max-content;
    margin: 0 auto;
	margin-top: 48px;
	margin-bottom: 20px;
}

.step-form1-title {
	display: inline-flex; 
	margin-bottom: 40px;
}

.step-form2-title {
	display: inline-grid; 
	margin-bottom: 40px;
}

.step-form {
	display: -webkit-inline-box;
	cursor: pointer;
}

.step {
	margin-bottom: 18px;
}

.circle {
   width: 36px;
   height: 36px;
   margin: auto;
   display: inline-block;
   background-color: #000;
   border-radius: 50%;
   text-align: center;
}

.no-this-step {
	background-color:#bababa;
}

.circle-number {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: center;
}

.info{
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-left: 16px;
}

.no-this-info {
	color: #bababa;
}

/* input영역 */
.input-f {
   margin-bottom: 24px;
}
.float {
	float:left; 
	margin-right:16px;
}
.float-8 {
	float:left; 
	margin-right:8px;
}
.input {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  display: flex;
}
.signUp-input {
   width: 600px;
   box-sizing: border-box;
   font-size: 16px;
   text-align: left;
   margin-top: 8px;
   height: 48px;
   padding: 12px 16px 12px 16px;
   border-radius: 5px;
   border: solid 1px #c9c9c9;
}

.midi-input {
	width: 292px;
}

.small-input {
	width: 144px;
}

#productLink{
   font-family: ui-monospace;
   resize: unset;
   word-break: inherit;
   overflow: hidden;
}

.file {
	padding: 7px; 
	display: table;
}

.file-btn {
  width: 105px;
  height: 32px;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-color: #ebebeb;
  item-align: center;
  border: none;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #9a9a9a;
}
.file-btn2 {
    width: 105px;
    height: 32px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    background-color: #ebebeb;
    item-align: center;
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #9a9a9a;
}

.input-f input[type="file"]{
    display: none;
}

.input-f span {
	color: #b7b7b7;
}

.signUp-input option {
  width: 292px;
  height: 48px;
  padding: 12px 100px 0 131px;
  background-color: #f4f4f4;
}

select {
	color: #9a9a9a;
}

option {
	color: #0f0f0f;
}

::placeholder{
  font-size: 16px;
  text-align: left;
  color: #b7b7b7;
}

/* 옵션 인풋 */
.option-input {
	display:flex;
	max-width: 600px;
}

.option {
    width:191px; margin-right:9px;
}

.origin-option-box {
	display: flex;
    flex-wrap: wrap;
}

.plused-op {
	width: 191px;
	height: 48px;
	margin-right:9px;
	margin-bottom:8px;
}

.plused-op input{
	border-color: #c9c9c9;
	color: #000;
	padding-top: 15px;
	width: 191px;
	margin-right:9px;
}

.will-plus div {
	background-image:url(/assets/img/advertiser/plusOption.png);
	background-repeat: no-repeat;
	background-position-x: 155px;
    background-position-y: center;
    background-size: 24px;
	border: dotted;
	border-color: #c9c9c9;
	cursor: pointer;
	color: #c9c9c9;
	width: 191px;
	box-sizing: border-box
}

/* 버튼영역 */
.next-btn {
  width: 450px;
  height: 64px;
  margin: auto;
  margin-bottom: 80px;
  border-radius: 8px;
  background-color: #000;
  display: block;
  margin-top: 100px;
  cursor: pointer;
  border: none;
}

.btn-text {
  display: inline-flex;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.btn-text> p {
  font-size: 18px;
  font-weight: 500;
  color: #a3a3a3;
  margin: 5px 0 4px 5px;
}

/* 모달영역*/
#modal_apply {
	display: none;
}
 #modal {
    width:100%;
    height:295px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:6;
}

.modal_layer {
   position:fixed;
   top:0;
   left:0;
   width:100%;
   height:100%;
   background:rgba(0, 0, 0, 0.5);
   z-index:5;
 }  

#modal .modal_content {
  width: 650px;
  height: 435px;
  margin: 0 auto;
  padding: 24px 0 11px;
  border-radius: 10px;
  background-color: #fff;
  text-align: -webkit-center;
  z-index:5;
}

.modal-body {
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  padding-bottom: 15px;
  color: #000; 
  width: 544px;
}

.modal-body-title{
	display: flex;
    align-items: center;
    padding-left: 54px;
    box-sizing: border-box;
    padding-bottom:12px;
    width: 487px;
}

.big-mo-title {
	padding-bottom:18px;
	padding-left: 65px;
	font-weight: bold;
}

.midi-mo-title {
	padding-bottom:18px;
}

.modal-body-title a{
	color: #9a9a9a;
}

.modal-body-title img {
	margin-right: 16px;
}

.close-modal-btn {
  width: 40px;
  height: 40px;
  margin: 0 27px 18px 24px;
  object-fit: contain;
  margin-right: auto;
  cursor: pointer;
}

.btn-modal-content {
	margin-top: 15px;
}

.modal_btn {
  width: 450px;
  height: 64px;
  margin: auto;
  border-radius: 8px;
  background-color: #000;
  display: block;
  margin-bottom:40px;
  cursor: pointer;
  border: none;
}

/* 약관 동의 - 체크박스 이미지  */
input[type=checkbox] {
    display:none;
}

input[class=check_all] + label{
	cursor: pointer; 
    padding-left: 45px; 
    background-size: 32px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-image: url('/assets/img/advertiser/bigNoChecked.png');
}
input[class=check_all]:checked + label {
	background-size: 32px;
	background-position-y: center;
    background-image: url('/assets/img/advertiser/bigChecked.png');
}

input[class=check] + label { 
    cursor: pointer; 
    padding-left: 45px; 
    background-size: 32px;
    font-size:16px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-image: url('/assets/img/advertiser/smallNoChecked.png');
}
input[class=check]:checked + label {
	background-size: 32px;
	background-position-y: center;
    background-image: url('/assets/img/advertiser/smallChecked.png');
}

.small {
	color: #c9c9c9;
}

.a-box{
	margin-left: auto;
}