@charset "utf-8";

/*COMMON*/
.promotion {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  /* 디바이스 화면크기에 따라 텍스트 크기조정X */
  -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust : none;  /* IE */
  -moz-text-size-adjust : none;  /* 파이어폭스 */
  -o-text-size-adjust : none;  /* 오페라 구버전 */
}
.promotion div {
  box-sizing: border-box;
  font-size: 0;
}
.promotion a {
  text-decoration: none;
}
.promotion img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}


/* 프로모션 */
.promotion .inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.promotion .visual {
  background: #141414;
  background-image: url(http://sabangnet1.daouimg.com/mini/banner/2504/img_draph_bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.promotion .summary{
  background: #1AE68F;
}

.promotion .contents_bg {
  background: #F9FAFB;
}


/* 이용신청 */
/* INPUT */
.promotion .input--text {
  width: 100%;
  height: 90px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  outline: none;
  box-sizing: border-box;
  font-size: 24px;
  text-align: center;
}
.promotion textarea {
  width: 100%;
  min-height: 176px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  outline: none;
  box-sizing: border-box;
  font-size: 24px;
  padding: 22px;
  resize: none;
  letter-spacing: -1px;
  font-family: 'Nanum Gothic', sans-serif;
  text-align: left;
}
input::placeholder {color:#ccc;}
input::-webkit-input-placeholder {color:#ccc;}
input:-ms-input-placeholder {color:#ccc;}
textarea::placeholder {color:#ccc; text-align: center;}
textarea::-webkit-input-placeholder {color:#ccc;}
textarea:-ms-input-placeholder {color:#ccc;}
select {
  -webkit-appearance: none;  /* 크롬 화살표 없애기 */
  -moz-appearance: none; /* 파이어폭스 화살표 없애기 */
  appearance: none;  /* 화살표 없애기 */
}

/* 담당자 정보 */
.promotion .form {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 88px 0 0;
  z-index: 2;
}
.promotion .form ul {
  padding-bottom: 40px;
}
.promotion .form ul li {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 0 14px;
}
.promotion .form ul li h3 {
  width: 500px;
  padding-left: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #373C59;
  letter-spacing: -1px;
}
.promotion .form span {
  color: #4875FF;
}
.promotion .form ul .txtcount {
  justify-content: end;
  padding-right: 10px;
}
.promotion .form ul .txtcount div {
  font-size: 17px;
  color: #373C59;
}
.promotion .form ul .txtcount div span {
  color: #373C59;
}
.promotion .form ul p {
  text-align: right;
  font-size: 17px;
  color: #373C59;
  letter-spacing: -1px;
}


/* 개인정보 수집 */
.promotion .form .agree {
  background: #F6F6F6;
  padding: 13px 20px;
  border: 1px solid #eeeeee;
  border-radius: 20px;
  position: relative;
}
.promotion .form .agree p {
  font-size: 17px;
  color: #373C59;
  letter-spacing: -1px;
}
.promotion .form .agree input[type="checkbox"] {
  position: absolute;
  left: -3000px;
}
.promotion .form .agree input[type="checkbox"] + label {
  padding-left: 36px;
  font-size: 28px;
  font-weight: bold;
  line-height: 26px;
  color: #373C59;
}
.promotion .form .agree input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 20px;
  width: 28px;
  height: 28px;
  border: 2px solid #373C59;
  background: #fff;
  box-sizing: border-box;
}
.promotion .form .agree input[type="checkbox"]:checked + label:before {
  background:  url("../../image/mini_open_promotion/ck_on.png") no-repeat center #373C59;
}
.form .agree > div {
  margin: 40px 0;
}
.promotion .form .agree > div:first-child, .promotion .form .agree > div:last-child {
  margin: 6px 0;
}
.promotion .form .agree .agree__table {
  width: 100%;
  margin: 10px 0;
}
.promotion .form .agree .agree__table col {
  width: 33.333%;
}
.promotion .form .agree .agree__table th,
.promotion .form .agree .agree__table td {
  border: 1px solid #d4d4d4;
}
.promotion .form .agree .agree__table th {
  background: #f9f9f9; 
  font-size: 16px; 
  color: #2b2b2b; 
  line-height: 28px; 
  text-align: center;
}
.promotion .form .agree .agree__table td {
  padding: 15px 16px; 
  background: #fff; 
  font-size: 16px; 
  color: #676767; 
  letter-spacing: -1.5px;             
  vertical-align: top; 
  text-align: center;
}
.promotion .form .agree .agree__table td.bigLetter {
  font-size: 19px; 
  font-weight: bold;
}
.promotion .form > p {
  text-align: center;
  padding-top: 10px;
}
.promotion .join {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 100px;
  text-align:center
}

.promotion .request-bg {
  position: absolute;
  top: 4916px;
}

.promotion .join a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 64px;
  background: #4875FF;
  border-radius: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.promotion .join a span {
  display: inline-flex;
  align-items: center;
  font-size: 40px;
  color: #fff;
}


/* footer */
.promotion .footer {
  padding: 70px 30px;
  background: #141414;
}
.promotion .footer h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom:10px
}
.promotion .footer ul {
  margin: 24px 10px 0;
}
.promotion .footer ul li {
  padding-bottom: 8px;
  position: relative;
  font-size: 16px;
  color: rgba(255, 255, 255, .6);
}
.promotion .footer ul li::before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: rgba(255, 255, 255, .4);
  position: absolute;
  left: -10px;
  top: 10px;
}