@charset "utf-8";
/* html {font-size:100.01%;} */
article, aside, figure, figure img,
figcaption, hgroup, footer, header, 
nav, section, video, object {display:block;}
article, aside, figure, figure img,figcaption, hgroup,
footer, header, nav, section, video, object {display:block;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,nav,aside,section,article,footer,a
{ margin:0;  padding:0; }
table {border-collapse:collapse; border-spacing:0;}
input,select { vertical-align:top; padding:0;}
fieldset,img {border:0; vertical-align:top;}
address,caption,cite,code,dfn,var {font-style:normal; font-weight:normal; }
ol,ul,li {list-style: none; }

body {
	color:#1F1F1F;
	background-color:#1F1F1F;
	margin:0;
	padding:0;
	overflow-x:hidden;
	box-sizing:border-box;
	font-family:Pretendard, -apple-system; 
	font-size: 16px;
}
*{box-sizing:border-box;}
i{font-style:normal;}
br	{
	letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ul, ol, li, form, fieldset, blockquote, address, table, thead, tbody, tfoot, tr, td, caption {
	margin:0;
	padding:0;
}
ul, ol {
	list-style:none;
}
img {
	border:0;
}
table {
	width:100%;
	border-collapse: collapse;
	font-size:1em;
}
a{text-decoration:none;}
table caption {
	display:none;
}

fieldset {
	border:0;
}
legend {
	display:none;
}
em {
	font-style: normal;
}
hr {
	clear:both;	
	height:0; 
	visibility:hidden; 
	overflow:hidden;
	display: none;
}



input[type="checkbox"]{
	display: none;
  }
  input[type="checkbox"] + label{
	display: inline-block;
	width: 18px;
	height: 18px;
	border:2px solid #cfcabd;
	position: relative;
	top: 3px;
  }
  input[id="form_privacy"]:checked + label::after{
	content:'✔';
	font-size: 18px;
	width: 18px;
	height: 18px;
	text-align: center;
	position: absolute;
	left: -2px;
	top:-8px;
  }

/************************************************************************/

input[type="checkbox"]{
	display: none;
  }
  input[type="checkbox"] + label{
	display: inline-block;
	width: 18px;
	height: 18px;
	border:2px solid #cfcabd;
	position: relative;
	top: 3px;
  }
  input[id="butler-1"]:checked + label::after{
	content:'✔';
	font-size: 18px;
	width: 18px;
	height: 18px;
	text-align: center;
	position: absolute;
	left: -2px;
	top:-8px;
  }

/************************************************************************/

input[type="checkbox"]{
	display: none;
  }
  input[type="checkbox"] + label{
	display: inline-block;
	width: 18px;
	height: 18px;
	border:2px solid #cfcabd;
	position: relative;
	top: 3px;
  }
  input[id="butler-2"]:checked + label::after{
	content:'✔';
	font-size: 18px;
	width: 18px;
	height: 18px;
	text-align: center;
	position: absolute;
	left: -2px;
	top:-8px;
  }

/************************************************************************/

select.select-1{
  -webkit-appearance: none;  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  background: url("../image/common/polygon.svg") no-repeat 95% 50%;  /* 화살표 모양의 이미지 */ 
}
select.select-1{
	width: 120px; /* 원하는 너비설정 */
	height: 36px;
	padding-left:8px;
	font-family: inherit;  /* 폰트 상속 */
	background: url("../image/common/polygon.svg") no-repeat 90% 50%; /* 네이티브 화살표 대체 */  
	border: 2px solid #DBD4CF;
	border-radius: 0px; /* iOS 둥근모서리 제거 */
	box-sizing:border-box;
	-webkit-appearance: none; /* 네이티브 외형 감추기 */
	-moz-appearance: none;
	appearance: none;
  }

/************************************************************************/

select.select-2{
	-webkit-appearance: none;  /* 네이티브 외형 감추기 */
	-moz-appearance: none;
	appearance: none;
	background: url("../image/common/polygon.svg") no-repeat 95% 50%;  /* 화살표 모양의 이미지 */ 
  }
  select.select-2{
	  width: 140px; /* 원하는 너비설정 */
	  height: 36px;
	  padding-left:8px;
	  font-family: inherit;  /* 폰트 상속 */
	  background: url("../image/common/polygon.svg") no-repeat 90% 50%; /* 네이티브 화살표 대체 */  
	  border: 2px solid #DBD4CF;
	  border-radius: 0px; /* iOS 둥근모서리 제거 */
	  box-sizing:border-box;
	  -webkit-appearance: none; /* 네이티브 외형 감추기 */
	  -moz-appearance: none;
	  appearance: none;
	}


/******************* 첨부파일 디자인 *************************************************/


.filebox .upload-name {
    display: inline-block;
    height: 36px;
    padding: 0 10px;
    vertical-align: middle;
    border: 2px solid #DBD4CF;
    width: 40%;
    color: #999999;
}
.filebox label {
	font-family:Pretendard, -apple-system;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    background-color: #BFB0A5;
    cursor: pointer;
    height:36px;
	line-height:36px;
	width:90px;
	text-align:center;	
}
.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}


.loadCover{position:absolute; left:0; width:100vw; z-index:500; height:100vh; background:url('../image/common/cov.jpg') repeat; }
.loadDiv{position:fixed; left:50%; top:50%; z-index:501; transform:translate(-50%, -58%); display:flex; flex-direction: column; align-items:center;}
.loadDiv p{margin-bottom:30px;}
.loadDiv p img{width:130px;}
#loading_circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin .8s ease-in-out infinite;
  -webkit-animation: spin .8s ease-in-out infinite;
}

@media all and (max-width: 768px){ 
	.loadDiv{top:48%;}
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}