/* ----------------------------------------- */

/* 헤더 */

/* ----------------------------------------- */

.cs_header {
  letter-spacing: -0.3px;
}

.cs_header .ani_header .header_gnb {
  position: relative;
  height: 57px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
  background: #fede2a;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.cs_header .ani_header .header_gnb .tit_area {
  text-align: center;
  vertical-align: middle;
  height: 57px;
}

.cs_header .ani_header .header_gnb .tit_area .img_logo {
  margin-top: 4px;
}

.cs_header .ani_header .header_gnb .tit_area .txt_game {
  overflow: hidden;
  text-align: center;
  font-size: 19px;
  line-height: 57px;
  color: #333;
  font-weight: 800;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: '나눔고딕', NanumGothic, HelveticaNeue, AppleSDGothicNeo-Regular, sans-serif;
}

.cs_header .ani_header .header_gnb .tit_area .tit {
  overflow: hidden;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 왼쪽 뒤로가기 버튼 */

.cs_header .ani_header .header_gnb .back_area {
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 17px;
}

.cs_header .ani_header .header_gnb .back_area .btn {
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 0 20px;
  border: 0;
  background: none;
  line-height: 44px;
  vertical-align: top;
  color: #333;
}

/* 서브 페이지 오른쪽 닫기 버튼 */

.cs_header .ani_header .header_gnb .close_area {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 20px;
}

.cs_header .ani_header .header_gnb .close_area .btn {
  display: inline-block;
  height: 57px;
  margin: 0;
  padding: 0 20px;
  border: 0;
  background: none;
  line-height: 57px;
  vertical-align: top;
  color: #333;
}

/* ----------------------------------------- */

/* 이용약관 내용 */

/* ----------------------------------------- */

.term_group {
  position: relative;
  /* width: 100%; */
  min-height: 100%;
  background-color: #fff;
}

.term_group .content_area {
  max-width: 460px;
  margin: 0 auto;
  background-color: #fff;
  padding: 26px 10px 124px;
}

.term_group .agree_content {
  overflow: hidden;
  padding: 0 0 20px 15px;
  border-bottom: 1px solid #e5e5e5;
}

.term_group .agree_text {
  height: 258px;
  padding: 0 14px 5px 0;
  line-height: 22px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 12px;
  color: #666;
}

.term_group .agree_text pre {
  word-wrap: break-word;
  /* white-space: pre-wrap; */
  white-space: pre-line;
  word-break: break-all;
  line-height: 1.6em;
  font-family: HelveticaNeue-Light,AppleSDGothicNeo-Light,sans-serif;
}

.term_group .btn_wrap {
  position: absolute;
  bottom: 64px;
  left: 10px;
  right: 10px;
}

.term_group .btn_wrap a {
  display: block;
  width: 100%;
  max-width: 460px;
  height: 51px;
  margin: 0 auto;
  line-height: 51px;
  border: none;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  background: #6b4c4c;
  color: #fff;
  text-align: center;
}

.term_group .footer_area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52px;
  line-height: 50px;
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  clear: both;
  background: #f1f1f1;
}

.term_group .footer_area .company {
  font-size: 0.800em;
  color: #888;
  clear: both;
  text-align: center;
}