#s11 {
  background: #f9f9f9 !important;
}
#s11 .content {
  background: #f9f9f9 !important;
  padding: 100px 15px !important;
}

#s11 .title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  padding-bottom: 34px;
  border-bottom: 1px solid black;
  max-width: 430px;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
}
#s11 .title .lb {
  display: inline;
  vertical-align: middle;
  white-space: nowrap;
}
#s11 .title .lb-sub {
  display: inline;
  font-size: 16px;
  font-weight: 400;
  margin-top: 1px;
  color: #7B7B7B;
  margin-left: 22px;
  vertical-align: middle;
  white-space: nowrap;
}
#s11 .warn {
  width: 100%;
  padding: 25px 50px;
  padding-top: 26.5px;
  text-align: center;
  color: gray;
  font-size: 14px;
}
#s11 .warn strong {
  display: inline;
  color: #C99B61;
  margin: 0 4px;
}
#s11 .calendar {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
#s11 .k-calendar .k-body-row .k-col::before {
  margin-top: 81%;
}
#s11 .open-popup {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#s11 .submit-button {
  width: 427px;
  height: 66px;
  background-color: #23545F;
  color: #fff;
  font-size: 21px;
  letter-spacing: -1.05px;
  text-align: center;
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
}


#s11 .submit-button >img {
  margin-left: 16px;
}

#s11popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
}
#s11popup .back-drop {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
#s11popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: white;
  width: 450px;
  min-height: 200px;
  z-index: 1;

  padding: 30px 30px 100px 30px;
}
#s11popup .popup-content .exit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  opacity: 0.3;
  padding: 10px;
  cursor: pointer;
}

#s11popup .popup-content .tit {
  font-size: 24px;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid black;
  font-weight: 700;
}
#s11popup .popup-content .row {
  margin: 0;
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
}
/* textarea는 높이 예외 */
#s11popup .popup-content .row.memo {
  height: inherit;
}
#s11popup .popup-content .row .lb {
  width: 80px;
  color: #b0b0b0;
  font-size: 14px;
}
#s11popup .popup-content .row .val {
  flex: 1;
  height: 100%;
}
#s11popup .popup-content .row .val input,
#s11popup .popup-content .row .val textarea {
  border: 1px solid #e4e4e4;
  background: white;
  width: 100%;
  height: 100%;
  padding: 0 7px;
}
#s11popup .popup-content .row .val textarea {
  padding: 7px;
}
#s11popup .popup-content .privacy {
  text-align: center;
  margin-top: 25px;
  font-size: 11px;
}
#s11popup .popup-content .privacy input {
  margin: 0 5px;
}
#s11popup .popup-content .privacy .view {
  display: inline-block;
  background: black;
  color: white;
  padding: 1px 5px;
  margin-left: 10px;
  font-size: 10px;
}
#s11popup .popup-content .privacy .view a {
  color: white;
}
#s11popup .popup-content .subs {
  margin-top: 25px;
  text-align: center;
  font-size: 10px;
  opacity: 0.3;
}
#s11popup .popup-content .submit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #a58165;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;

  cursor: pointer;
}

/*******************************/
/* 반응형 */
/*******************************/

/* 모바일 */
@media screen and (max-width: 450px) {
  #s11 .content {
    padding: 40px 15px !important;
    padding-top: 77.25px !important;
  }

  #s11 .title .lb {
    font-size: 24px;
  }

  #s11 .title .lb-sub {
    font-size: 13px;
    width: 50%;
    color: #a8a8a8;
    text-align: left;
    line-height: 18px;
    white-space: pre-line;
    font-weight: 500;
  }
  #s11 .title {
    max-width: 225px;
    padding-bottom: 28.33px;
  }
  #s11 .k-calendar .k-col .cell .day-cover h5 {
    display: none;
  }
  #s11 .k-calendar .k-col .cell {
    padding: 3px;
  }

  #s11 .submit-button {
    width: 365px;
    height: 51.5px;
    margin: 46px auto 19px;
  }

  #s11popup .submit {
    display: block;
  }

  #s11popup .popup-content {
    width: 350px;
    padding-bottom: 60px;
  }
  #s11popup .popup-content .row {
    height: 30px;
  }
  #s11popup .popup-content .submit {
    height: 50px;
  }
  #s11popup .popup-content .subs,
  #s11popup .popup-content .privacy {
    margin-top: 10px;
  }
  #s11 .open-popup {
    display: block;
  }
  #s11 .warn{
    width: 292px;
    margin:0 auto;
    font-size: 11px;
    padding-top: 10px;
    line-height: 15.39px;
  }
}
/* 테블릿 */
@media screen and (min-width: 451px) and (max-width: 1023px) {
  #s11 .content {
    padding: 40px 15px !important;
  }
}
/* PC */
@media screen and (min-width: 1024px) {
}
