@charset "utf-8";

/* Common */
html {
  height: 100%
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
  margin: 0;
  padding: 0;
  font-family: HelveticaNeue, Helvetica, sans-serif, sans-serif;
}

body, input, textarea, select, button, table {
  font-family: HelveticaNeue, Helvetica, sans-serif, sans-serif;
  color: rgb(32, 33, 35)
}

body {
  position: relative;
  height: 100%;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
}

img, fieldset {
  border: 0
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none
}

em, address {
  font-style: normal
}

a {
  text-decoration: none
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

table {
  border-collapse: collapse
}

hr {
  display: none !important
}

.u_skip, .blind {
  overflow: hidden !important;
  position: absolute !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
}

body {
  background-color: #f7f8f8;
}

input, select, textarea, button, a, label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:focus {
  outline: none;
}

select, select:focus {
  outline: none;
}

.scroll_none {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  z-index: -1;
}

.scroll_none .question_input {
  overflow: hidden !important;
  min-height: 100% !important;
}

.question_input {
  overflow: auto;
  height: 100%;
}

.question .container {
  position: relative;
  min-width: 320px;
  word-break: break-all;
}

.question .content {
  position: relative;
  height: 100vh;
  background-color: #f7f8f8;
  overflow: hidden;
}

/*header*/
.question .header {
  padding: 10px 0 0 20px;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.question .header_sticky {
  padding: 0 0 0 20px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.07);

}

.question .non_scroll {
  padding: 0 0 0 20px;
  border-bottom: 1px solid #f1f2f3;
}

.question .header .title {
  font-size: 23px;
  color: #222222;
  background-color: #fff;
  padding: 12.5px 0;
}


.question .top_cont {
  padding: 70px 20px 20px;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  color: #9da6ac;
  background-color: #fff;
  margin-bottom: 21px;
  border-bottom: 1px solid #f1f2f3;
}


.question .main_category {
  position: relative;
  width: 100%;
  background-color: #fff;
  font-size: 17px;
  border-bottom: 1px solid #f1f2f3;
  border-top: 1px solid #f1f2f3;
  color: #222222;
}

.question .middle_category {
  background-color: #fff;
  font-size: 17px;
  color: #b1b9be;
  border-bottom: 1px solid #f1f2f3;
}

.question .middle_category select {
  -webkit-appearance: none;
  appearance: none;
  color: #b1b9be;
}


.question textarea {
  display: block;
  border-bottom: 1px solid #f1f2f3;
  width: 100%;
  height: 100px;
  padding: 15px 20px;
  background-color: #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  resize: none;
  color: #222;
  box-sizing: border-box;
  font-size: 17px;
}

.question textarea::placeholder {
  color: #b1b9be;
}

.question select {
  width: 100%;
  height: auto;
  line-height: normal;
  font-family: inherit;
  padding: 14px 0 14px 20px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url('../img/img_arrow_bottom.png') no-repeat 100% 0;
  background-size: 50px 50px;
  font-size: 17px;
}

.question .write_area {
  background-color: #fff;
  margin-bottom: 21px;
}

.question .write_area .file_upload {
  display: block;
  border-bottom: 1px solid #f1f2f3;
  padding: 15px 0 15px 20px;
  width: auto;
  font-size: 17px;
  background: #fff url('../img/img_clip.png') no-repeat 100% 0;
  background-size: 50px 50px;
  cursor: pointer;
}

.question .write_area .file_upload::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff url('../img/img_plus.png') no-repeat 0 0;
  background-size: 12px 12px;
  padding-right: 7px;
}

.question .write_area .write_box {
  padding: 18px 20px;
  color: #222;
  font-size: 13px;
  line-height: 19px;
  border-bottom: 1px solid #f1f2f3;
  word-break: break-all;
}


.question .write_area .write_box .file_upload_area {
  display: block;
  color: #ff588d;
  vertical-align: middle;
  padding-top: 3px;
  word-break: break-all;
}

.question .write_area .write_box .file_upload_area:nth-of-type(1) {
  padding-top: 10px;
}

.question .btn_delete {
  content: '';
  display: inline-block;
  background: url('../img/img_upload_close.png') no-repeat 0 0;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: none;
  margin-left: 5px;
}

.country_category {
  border-bottom: 1px solid #f1f2f3;
  border-top: 1px solid #f1f2f3;
}

.question .input_email {
  height: 50px;
}

.question .email_info {
  padding: 20px;
  font-size: 13px;
  line-height: 19px;
  color: #222;
  background-color: #fff;
  border-bottom: 1px solid #f1f2f3;
  word-break: break-all;
}

.question .footer {
  padding: 0 20px 62px;
}

.question .check_area {
  width: 100%;
  position: relative;
  padding: 29px 0 9px;
}

.question .btn_check {
  font-size: 13px;
  color: #222;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.question .btn_check::before {
  vertical-align: middle;
  margin: 0 12px 1px 0;
  content: '';
  display: inline-block;
  background: url('../img/img_check_before.png') no-repeat 0 0;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}

.question .check_input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.question .check_input:checked + .btn_check::before {
  content: '';
  display: inline-block;
  background: url('../img/img_check.png') no-repeat 0 0;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}


.question .check_info {
  position: absolute;
  right: 0;
  top: 20px;
  padding: 10px 6px 10px 30px;
  font-size: 13px;
  color: #b1b9be;
  text-decoration: underline;
}

.question .submit_btn {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #29cdfe;
  padding: 15px 20px;
  border-radius: 20px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  margin-top: 19px;
  font-size: 16px;
}

/*팝업*/
.question .layer_popup {
  position: fixed;
  background-color: rgba(0, 0, 0, .7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  white-space: nowrap;
  text-align: center;
}

.question .layer_popup:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.question .layer_popup .popup_wrap {
  display: inline-block;
  width: 300px;
  padding: 30px 20px 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}

.question .layer_popup .alert_text {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  letter-spacing: 0;
  word-break: break-all;
  white-space: normal;
}


.question .layer_popup .alert_btn_wrap .btn_default {
  display: block;
  padding: 20px 0;
  width: 100%;
  font-size: 16px;
  color: #29cdfe;
  letter-spacing: -0.34px;
  border: none;
  background-color: #fff;
  font-weight: 500;
}

/*접수 결과*/
.question .receipt_info {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.question .receipt_info .title {
  font-weight: bold;
  font-size: 17px;
  color: #222;
}

.question .receipt_info .info {
  padding: 20px 30px 0;
  font-size: 16px;
  line-height: 27px;
  color: #222;
  word-break: break-all;
}

/*1:1문의하기*/
.ticket_id_area {
  position: relative;
  padding: 14px 20px;
  background-color: #fff;
  border-bottom: 1px solid #f1f2f3;
  border-top: 1px solid #f1f2f3;
  font-size: 17px;
  font-weight: bold;
  color: #222;
}

.ticket_id_area .title {
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
}

.ticket_id_area .id_name {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  word-break: break-all;
  line-height: 26px;
}

.question .input_ticket {
  height: 200px;
}

/*1:1문의하기_결과*/
.faq_area {
  background-color: #fff;
  font-size: 17px;
  line-height: 28px;
  color: #222;
}

.faq_area .question_box::before {
  content: '';
  display: block;
  background: url('../img/img_question.png') no-repeat 0 0;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
}

.faq_area .question_box {
  padding: 20px 20px 40px;
  border-bottom: 1px solid #f1f2f3;
}

.faq_area .answer_box {
  padding: 20px 20px 40px;
  border-bottom: 1px solid #f1f2f3;
}

.faq_area .answer_box::before {
  content: '';
  display: block;
  background: url('../img/img_answer.png') no-repeat 0 0;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
}

.faq_area .date {
  display: block;
  padding-top: 10px;
  font-size: 13px;
  line-height: 19px;
  color: #b1b9be;
}

/*개인정보 처리방침 팝업*/
.layer_popup_privacy {
  position: fixed;
  top: 160px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  border-radius: 15px 15px 0 0;
  animation: slidein .3s
}

@keyframes slidein {
  from {
    margin-top: 100%;
  }
  to {
    margin-top: 0;
  }
}

.layer_popup_privacy .popup_top_area::after {
  content: '';
  display: block;
  clear: both;
}

.layer_popup_privacy .popup_top_area {
  background: #fff;
  border-radius: 15px 15px 0 0;
}

.layer_popup_privacy .popup_top_area.sticky {
  position: relative;
  box-shadow: 0 6px 10px 0 rgb(0 0 0 / 5%);
}

.layer_popup_privacy .top_inner {
  padding: 25px 20px;
  position: relative;
}

.layer_popup_privacy .pop_title {
  font-size: 16px;
  letter-spacing: 0;
  color: #000;
  padding-right: 92px;
}

.layer_popup_privacy .pop_title.font_small {
  font-size: 14px;
}

.layer_popup_privacy .pop_close {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  letter-spacing: 0;
  color: #29cdfe;
  font-weight: bold;
  padding: 25px 20px 25px 10px;
}

.layer_popup_privacy .popup_info_area {
  background: #fff;
  padding: 0 20px 3px;
  font-size: 14px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.layer_popup_privacy .info_tit {
  display: block;
  margin: 30px 0 15px;
  font-size: 16px;
  letter-spacing: 0;
  color: #000;
}

.layer_popup_privacy .pop_info + .pop_info {
  margin-top: 30px;
}

.layer_popup_privacy .info_list {
  margin-top: 20px;
}

.layer_popup_privacy .info_list .list strong {
  display: block;
  margin-bottom: 15px;
}

.layer_popup_privacy .info_list .list + .list {
  margin-top: 20px;
}

.dimmed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.dimmed.on {
  display: block;
}

@media (max-width: 320px) {
  .layer_popup_privacy {
    top: 100px;
  }

  .layer_popup_privacy .popup_info_area {
    height: calc(100vh - 169px);
  }
}