@charset "utf-8";
/* html {font-size:100.01%;} */
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;
}
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;
}
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; }


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;
  }


  .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:200px;}
  #loading {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 5px solid rgba(0,0,0,.2);
	border-radius: 50%;
	border-top-color: #ffdc00;
	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); }
  }