@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); }
  }



  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: 20px;
	width: 18px;
	height: 18px;
	text-align: center;
	position: absolute;
	left: -2px;
	top:-7px;
  }

/************************************************************************/

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: 15px;
	height: 15px;
	border:2px solid #cfcabd;
	position: relative;
	top: 3px;
	cursor: pointer;
  }
  input[id="butler-2"]:checked + label::after{
	content:'✔';
	font-size: 15px;
	width: 15px;
	height: 15px;
	text-align: center;
	position: absolute;
	left: -2px;
	top:-8px;
  }

/************************************************************************/


.select_t1 {
    position: relative;
    display: inline-block;    
    width: 100%;
}    .select_t1 select {
        font-family: 'Arial';
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 10px 15px;
        outline: 0;
        border: 1px solid #C8C8C8;
        border-radius: 0px;
        background: #fff;
        color: #000000;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
        .select_t1 select::-ms-expand {
            display: none;
        }
        .select_t1 select:hover,
        .select_t1 select:focus {
            color: #000000;
            background: #ececec;
        }
        .select_t1 select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }
.select_arrow {
    position: absolute;
    top: 14px;
    right: 15px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.select_t1 select:hover ~ .select_arrow,
.select_t1 select:focus ~ .select_arrow {
    border-top-color: #000000;
}
.select_t1 select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}






/* =============================================================================================== */








    .controlers input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.controlers_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #dadada;
    border: 0px solid #828282;
    border-radius: undefinedpx;
}
.controlers:hover input ~ .controlers_indicator,
.controlers input:focus ~ .controlers_indicator {
    background: #cccccc;
}

.controlers input:checked ~ .controlers_indicator {
    background: #b96907;
}
.controlers:hover input:not([disabled]):checked ~ .controlers_indicator,
.controlers input:checked:focus ~ .controlers_indicator {
    background: #0e6647d;
}
.controlers input:disabled ~ .controlers_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.controlers_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.controlers input:checked ~ .controlers_indicator:after {
    display: block;
}
.controlers-radio .controlers_indicator {
    border-radius: 50%;
}

.controlers-radio .controlers_indicator:after {
    left: 4px;
    top: 4px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #ffffff;
    transition: background 250ms;
}
.controlers-radio input:disabled ~ .controlers_indicator:after {
    background: #7b7b7b;
}