/*slider 부분*/
.imgVisual {
        background-image: url(https://image.mercedes-benz.social/lib/fe9c13737564007875/m/1/08a9f489-fa2f-4278-a106-06bbe0bcc013.jpg);
        background-size:100%;
        background-repeat: no-repeat;
  text-align: center;
        height:430px;
 }
.subTit { padding-top:80px; }
.subTxt { margin-top:20px; font-size:24px; }

/*form*/

.formBox {
    margin-top:60px;
    padding-top: 40px; 
    border-top: 1px solid #00adef;
    border-bottom: 1px solid #00adef;
}
.program h3 {
 color: #00adef;
 font-size: 24px;
 line-height: 37px;
 font-weight: normal;
}
.program p {
 border-top: 1px solid rgba(255,255,255,0.2); 
 margin-bottom: 20px; 
}

input[type=text] {
 color: black;
 font-size: 16px;
 background-color: #e6e7e8;
 width: 80%;
 padding: 8px 20px;
 border: none;
 height: 35px;
}
input[type=radio] {
 background-color: rgba(0, 0, 0, 0);
 height: 20px;
 vertical-align: bottom;
 margin-right:5px;
}

form { margin: 20px 0 50px 0; }
form fieldset {
 width:50%; 
 float:left; 
 padding:5px;
 margin: 0 0 6px 0; 
 border: none;
}
form label {
 display: block;
 margin-bottom: 4px;
 width: 18%;
 float: left;
 font-size: 16px;
}
select {
 color: #555;
 font-size: 16px;
 background-color: #e6e7e8;
 border:1px solid #ccc;
 vertical-align:top;
 height:35px;
 padding-left:13px;
}
input, select{
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}
form label .star {
 color: #00adef; 
 font-size: 14px; 
 vertical-align: top;
}

.radio_pd { margin-left:20px; }
select.selection01  { width:80%; }

.number { width: 8%; float: left; font-size:20px; }
.handphon { width:72%!important; float:left; }

/* 생년월일 */
fieldset.date .date01 { width: 26.5%; }
fieldset.date .date02 { width: 26%; }
fieldset.date .date03 { width: 26%; }

.check label { width:100%; }
h3 .star { 
 color: #00adef; 
 font-size: 14px; 
 vertical-align: top;
 float:right;
}
.compulsory { float:right;  color:#999; font-size:14px; }
.cars01 { width:26.5%; }
.cars02 { width:52.7%!important; }
.model label { width:100%; padding-bottom:15px; }
.model { padding:0px; }

.privacy_chk { 
 font-size:18px; 
 margin-top:10px;
 color:#fff; 
}
.container { font-weight:bold; color:#fff;  }
.container02 { color: #999; font-weight:normal; cursor:pointer;  }
#no6 { color: #999; }
.all { color:white!important; }
.check { width:100%; }
.participation { width:20%; }
.kind { width:80%; }
.kind .container { width:50%; }
.kind02 .container { width:100%; }
.remark { width: 11%; float:left; color:#333;  position:relative; height:70px;}
.remark p { position:absolute; bottom:0px; right:0px; }

.icon { cursor:pointer;  }
.icon img { vertical-align:middle; }
option.test { color:red; }

input[id="full_box"] + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #bcbcbc;
    cursor: pointer;
   }
   input[id="full_box"]:checked + label {
    background-color: #666666;
   }
   input[id="full_box"] {
    display: none;
   }

/* Custom Checkbox */
fieldset .container {
/* display: inline; */
 position: relative;
 padding-left:30px; 
 cursor: pointer;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

/* Hide the browser's default checkbox */
fieldset .container input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
 height: 0;
 width: 0;
}
/* Custom checkbox */
.checkmark {
 position: absolute;
 top: 0;
 left: 0;
 height: 18px;
 width: 18px;
 border: 1px solid #fff;
 background-color: #000;
}
fieldset .container:hover input ~ .checkmark { background-color: #000; }
fieldset .container input:checked ~ .checkmark { background-color: none; }

/* unchecked */
.checkmark:after {
 content: "";
 position: absolute;
 display: none;
}

/* checked */
fieldset .container input:checked ~ .checkmark:after { display: block; }

/* Style the checkmark/indicator */
fieldset .container .checkmark:after {
 left: 5px;
 top: 1px;
 width: 5px;
 height: 10px;
 border: solid white;
 border-width: 0 3px 3px 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
} 

/* 약관 */
 .appendix {
  background-color: #fff;
  color: black;
  padding: 10px 20px;
  margin-bottom: 10px;
 }
 .appendix h4 { font-size: 13px; padding-bottom:15px; }
 .appendix ul { padding-left: 20px; }
 .appendix li { font-size: 13px;  }
 .appendix p { font-size: 13px; }
// .icon img {position: absolute;}
 .appendix .appendixTable {
  font-size: 12px;
 }
 .appendix .appendixTable table {
  min-width: 800px;
  margin-bottom: 20px;
  border-collapse: collapse;
 }
 .appendix .appendixTable table th, td {
  text-align: center;
  border: 1px solid #bdbdbd;
  color: black;
 }
 .appendix .appendixTable table th {
  background-color: #e6e6e6;
  color: black;  
 }
//  form.privacy {
  padding: 40px;
  margin: 30px 0 6px 0;
  border: 1px solid #00adef;;
 }
 form.privacy fieldset {
  float: none;
  width: 100%;
  margin: 0 0 0 0;
  padding: 5px 0;
 }
 form.privacy fieldset label { display: inline;}
 span.blue { color: #00adef; font-weight:bold;}
 form.privacy fieldset img { width: 80px;}
 .acceptAll { margin-top :20px; margin-bottom:-20px; }
 label.all input { width: 20px; }
 
 fieldset.acceptAll {border: none;}

 .boxButton {
  width: 50%; 
  margin: 50px auto 0 auto; 
 }
 .boxButton .buttonBlue { 
  text-align: center; 
  background-color: #00adef;  
  font-size: 24px; 
  line-height: 60px;
  background-image: url(https://image.mercedes-benz.social/lib/fe9c13737564007875/m/1/9629240d-82b5-48ae-96b9-b0fd3575dc89.png); 
  background-repeat: no-repeat; 
  background-position: 94% 50%;
 }
 .boxButton .buttonBlue a {
  display: block; 
  text-decoration: none; 
  color: #fff;
 } 


/* 반응형 tablet */
@media screen and (min-width: 768px) and (max-width:1200px) { 
.imgVisual { 
    height:300px; 
    background-size: 120%; 
    background-position: center center;
    }
.subTit { padding-top:35px; }
.subTxt { margin-top:5px; font-size:24px; }

 form fieldset {
  width:100%; 
  float:left; 
  margin: 0 0; 
  border: none;
//  padding:5px;
 }
 form label {
  display: block;
  margin-bottom: 4px;
 }
 form.privacy label {font-size: 16px;}
 fieldset.gender label { float: left; width: 18%;}
 input[type=text] {
  padding: 8px 20px;
  border: none;
 }
 select {
  width: 21%;
  padding: 8px 10px;
  border: none;
 }
 .number { position:absolute; left:14%; }
 .handphon { width:80%!important; }
// .check { width:18%; }
 .kind { width:80%; }
 .kind .container { width:50%; }
 .remark { width: 15%; float:left; color:#333;  position:inherit; }
 .remark p { float:none; position:inherit;  }

 fieldset.date .date01 { width: 26.4%; }
 fieldset.date .date02 { width: 26.3%; }
 fieldset.date .date03 { width: 26.3%; }
 .model label { width:100%!important; }
 .model { padding:5px; }
 .cars01 { width:26.4%; }
 .cars02 { width:53.2%!important; }

 .program p, .program .lineRed { width: 100%!important; }
 fieldset.model label, fieldset.brand label {  width: 17.4%;  }
 fieldset.model select { width:30%; }
 fieldset.check label { display: inline; }
}

/* 반응형 mobile */
@media screen and (max-width: 767px) { 
.imgVisual { 
    height:150px; 
    background-size:110%; 
    background-position: top center;
    }
.subTit { padding-top:10px; }
.subTit img{ width:28%; height: auto; }
.mainTit img{width:42%; height:auto; }
.subTxt { margin-top:5px; font-size:12px; }

.program { margin: 10px; }
/*form*/     
.formBox { padding:5px; margin-top:15px; }
form { margin: 20px 10px 50px 10px; } 
form fieldset {
   width:100%; -
   float:left; 
   margin: 0 0; 
   border: none;
}
form label {
   display: block;
   margin-bottom: 4px;
   width: 100%;
}
form.privacy label {font-size: 15px;}
fieldset.gender label {float: left; width: 50px;}
input[type=text], select.selection01 {
   width: 100%;
//   padding: 8px 20px;
   border: none;
}
select {
 width: 21%;
// padding: 16px 10px;
 border: none;
}
.model { padding:5px; }
.handphon { width:100%!important; }

fieldset.date .date01 { width: 32%; }
fieldset.date .date02 { width: 32%; }
fieldset.date .date03 { width: 32%; }

.cars01 { width:32%; }
.cars02 { width:66%!important; }
.participation { width:100%; }

fieldset.check label:first-child { width:100%; min-height:10px;}
.check, .kind { width:100%; }
.kind .container { width:100%; }
.remark { width:100%; position:inherit; }
.remark p { position:inherit;  }

.privacy_chk { margin-top:20px; }
.acceptAll { margin : 20px 0px -20px 10px; }

//form.privacy { margin:30px 10px; padding:20px; }
.icon img { float:right; }

.appendix { 
   max-height:200px; 
   overflow-x:auto; 
   overflow-y: auto;
 }
}