/* 개인정보 수집·이용에 대한 안내 */
.info_question .wrap_check {
  display: table;
  overflow: hidden;
  width: 100%;
  font-size: 15px;
}
.info_agree {
  float: left;
  margin-top: -1px;
  border-top: 1px solid #1e1e1e
}
.info_agree .tit_agree {
  display: block;
  margin-top: 40px;
  font-weight: normal;
  font-size: 15px;
}
.info_agree .desc_agree_diff {
  margin-top: 15px;
  color: #1e1e1e;
  font-size: 13px;
}
.info_agree .desc_agree {
  margin-top: 15px;
  color: #878787;
}
.info_agree .desc_more {
  margin-top: 40px;
}
.info_agree .desc_more .link_more {
  color: #2c91ef;
}
.info_agree .wrap_check {
  margin-top: 20px;
  line-height: 22px;
}
.info_agree .item_check {
  display: inline-block;
  position: relative;
}
.info_agree .item_check .lab_check {
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
}
.info_agree .item_check .inp_check {
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  opacity: 0.01;
  filter: alpha(opacity=1);
}
.info_agree .item_check .ico_cs {
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  background-position: -28px 0;
}
.info_agree .checked .ico_cs {
  background-position: -28px -20px;
}
.info_agree .focus {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.info_agree .wrap_check .emph_txt {
  line-height: 20px;
  color: #ff3a30;
}
.info_agree .tbl_privacy {
  margin-top: 25px;
  border-top: 2px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
}
.info_agree .tbl_privacy th {
  padding: 13px 17px;
  font-weight: normal;
  color: #878787;
}
.info_agree .tbl_privacy td {
  padding: 13px 17px;
  border-top: 1px solid #e8e8e8;
  color: #878787;
}
.info_agree .tbl_privacy .privacy_strong {
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  color: #1e1e1e;
}
.info_agree .desc_caution {
  margin-top: 7px;
  font-size: 15px;
  color: #f63e2d;
}
.print_txt {
  white-space: pre-wrap;
}
.print_txt:empty {
  margin: 0;
}
@media (max-width: 480px) {
  .info_agree {
    padding: 10px;
  }
  .info_agree .wrap_check {
    margin-top: 15px;
  }
}