/* 레이아웃 큰틀 */
#kakaoWrap {
  min-width: 1020px;
}
#kakaoHead {
  display: block;
  border-bottom: 1px solid #e8e8e8;
}
#kakaoContent {
  display: block;
  width: 990px;
  min-height: 484px;
  margin: 0 auto;
}
#cMain {
  overflow: hidden;
  width: 990px;
  height: 100%;
}
#mFeature {
  float: left;
  width: 160px;
  height: 100%;
  padding-right: 20px;
}
#kakaoFoot {
  height: 179px;
  border-top: 1px solid #e8e8e8;
}

/* 헤더 */
.cs_head {
  position: relative;
  width: 990px;
  height: 99px;
  margin: 0 auto;
  padding-top: 51px;
}
.cs_head:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: '';
  clear: both;
}
.cs_head .tit_cs {
  float: left;
  margin: 5px 35px 0 0;
}
.tit_menu {
  margin-top: 50px;
  font-size: 21px;
}

/* 푸터 */
.inner_footer {
  position: relative;
  width: 990px;
  height: 149px;
  margin: 0 auto;
  padding-top: 29px;
}
.footer_info .link_info {
  display: inline-block;
  margin-right: 10px;
  color: #787878;
}
.footer_info .txt_emph {
  font-weight: bold;
}
.footer_info .txt_copyright {
  float: right;
  font-size: 13px;
  color: #787878;
}
.footer_info .txt_copyright .link_kakako {
  color: #787878;
}
.footer_info .link_info {
  font-size: 13px;
}

/* 본문 */
.cont_public {
  float: right;
  position: relative;
  width: 750px;
  min-height: 700px;
  padding-bottom: 60px;
  padding-left: 58px;
  border-left: 1px solid #e8e8e8;
}
.cont_public .tit_public {
  margin: 50px 0 45px;
  font-size: 21px;
}
.cont_public .wrap_btn {
  overflow: hidden;
  clear: both;
}
.cont_public .btn_cs {
  float: right;
  margin-top: 50px;
  font-weight: bold;
}
.txt_required {
  position: absolute;
  top: 95px;
  right: 0;
}
.ico_required {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 8px;
  height: 8px;
  line-height: 1;
  white-space: nowrap;
  vertical-align: top;
  color: transparent;
}
.ico_required::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  color: #1e1e1e;
}

/* 꼭 확인해 주세요 : 미사용 */
.info_confirm {
  overflow: hidden;
  width: 750px;
  border-top: 2px solid #1e1e1e;
  background-color: #ffdc00;
}
.info_confirm .img_question {
  float: left;
}
.info_confirm .tit_confirm {
  float: left;
  width: 110px;
  padding: 25px 15px;
  font-size: 15px;
  text-align: center;
}
.info_confirm .tit_confirm .txt_caution {
  display: block;
  overflow: hidden;
  width: 110px;
  height: 17px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  background: url(https://i1.daumcdn.net/image.hope/etc//cskakaocom/pc/txt_caution.gif) no-repeat 0 0;
  text-indent: -9999px;
}
.info_confirm .txt_confirm {
  float: right;
  width: 528px;
  padding: 25px 40px 23px;
  font-size: 15px;
  line-height: 27px;
  background-color: #fff;
}
.info_confirm .link_more {
  color: #2c91ef;
  text-decoration: underline;
}

@media (max-width: 480px) {
  #kakaoWrap {
    min-width: auto;
  }
  #kakaoContent,
  #cMain,
  .cs_head,
  .cont_public {
    width: auto;
  }
  #mFeature {
    display: none;
  }
  #kakaoFoot {
    height: 78px;
  }

  .cs_head {
    margin-left: 10px;
    padding: 0;
    height: auto;
  }
  .cs_head .tit_cs {
    margin: 5px 0 0;
    word-break: keep-all;
  }

  .inner_footer {
    width: auto;
    height: auto;
  }
  .footer_info {
    text-align: center;
  }
  .footer_info .link_info {
    display: none;
  }
  .footer_info .txt_copyright {
    float: none;
  }

  .cont_public {
    float: none;
    padding-bottom: 40px;
    padding-left: 0;
    border: 0;
  }
  .cont_public .tit_public {
    margin: 10px;
    margin-right: 0;
  }
  .cont_public .wrap_btn {
    text-align: center;
  }
  .cont_public .btn_cs {
    float: none;
    margin-top: 20px;
  }
  .txt_required {
    overflow: hidden;
    z-index: -1;
    top: 0;
    clip: rect(0px, 0px, 0px, 0px);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    color: transparent;
  }
}