/* 약관 및 정책 */
.half_4 li {
  width: 50% !important;
}
.half_4 li:nth-child(even) a {
  border-right: none;
}
.half_4 li:nth-child(odd) a {
  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.add_policy {
  margin: 20px 0 30px 0;
  text-decoration: underline;
}
/* TODO:패딩 */
.terms {
  display: none;
  background: #fff;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.56);
  transition: 0.4s;
}

.terms h3 {
  display: none;
  font-size: 18px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.87);
}
.terms .before_policy {
  display: none;
}
.terms.down {
  margin-top: 0;
}
.terms .txt {
  padding: 20px 0;
}
.terms .txt table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.terms .txt table th {
  border-collapse: collapse;
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px;
  background: rgba(0, 0, 0, 0.08);
  font-size: 12px;
  color: rgba(0, 0, 0, 0.56);
  word-break: break-all;
}
.terms .txt table td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  text-align: left;
  padding: 5px;
  background: rgb(250, 250, 250);
  font-size: 12px;
  color: rgba(0, 0, 0, 0.56);
  word-break: break-all;
}
.terms .txt table .align-center {
  text-align: center;
}
.terms .txt article {
  display: none;
}
.terms .txt article:first-child {
  display: block;
}
.terms .add_policy {
  display: block;
  margin: 20px 0;
  border: none;
  background: none;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}
.terms strong {
  display: block;
  padding: 20px 0;
  margin: 0;
  color: #000;
}
.terms p {
  margin-bottom: 20px;
}
.terms b {
  display: block;
  margin-bottom: 9px;
  color: rgba(0, 0, 0, 0.87);
}
.terms ul {
  margin-bottom: 20px;
}
.terms ul li {
  padding-left: 16px;
}
.terms ul li:nth-child(even) {
  padding-left: 16px;
}
.terms ul li ul {
  margin: 5px 0;
}
.terms ul li ul li {
  padding-left: 15px;
}
.terms a {
  color: rgba(0, 0, 0, 0.72);
}
.terms a.color-type02 {
  color: #428bca;
}
.terms .policy-list {
  display: none;
}
.terms .button-policy {
  padding: 15px 0;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: bold;
}
.terms_02 {
  padding: 28px 16px 30px 16px;
}
.terms_02 h3 {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.87);
}
.terms_02 li,
.terms_02 p {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 24px;
  color: rgba(0, 0, 0, 80);
}
.terms_02 p ~ h3 {
  margin-top: 32px;
}
.terms_02 p + ul {
  margin-top: 8px;
}
.terms_align {
  display: block !important;
  margin-top: 0;
}
.terms .bold-text {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.72);
}
.terms .color-type01 {
  color: cornflowerblue;
}
.terms .bold-text.color-type01 {
  color: cornflowerblue;
}
.terms strong.bold-text {
  display: inline;
  padding: 0;
  color: rgba(0, 0, 0, 0.72);
}
.terms .font-s {
  font-size: 12px;
}
.terms .title {
  cursor: pointer;
}
.terms .content {
  display: none;
  padding: 0 17px;
  margin-bottom: 0;
}
.terms .verify-block {
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.terms .verify-block b {
  position: absolute;
  top: 0;
  left: 0;
}
.terms .verify-block img {
  width: 120px;
  margin-right: 15px;
}
.terms .verify-block .description div:first-child {
  margin-bottom: 10px;
}
.terms .verify-block span {
  display: block;
  margin-bottom: 10px;
}
.terms .verify-block div strong {
  display: inline;
  padding: 0;
}
.business_pop ul {
  margin-bottom: 0;
  height: 392px;
}
.business_pop .paging {
  margin-top: 0;
}

.agree_section {
  display: none;
}
.agree_section.on {
  display: block;
}
.agree_tab {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}
.agree_tab button {
  margin-right: 10px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  padding: 10px 15px;
}
.agree_tab button.on {
  border: 1px solid #e62a4a;
  background: #e62a4a;
  color: #fff;
}
.agree_tab button:first-child {
  float: left;
}

@media all and (min-width: 1024px) {
  .half_4 li {
    width: auto !important;
  }
  .half_4 li:nth-child(odd) a {
    border-right: none !important;
  }
  .terms {
    display: none;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
  }
  .terms .txt {
    padding: 28px 0 23px 0;
  }
  .terms .add_policy {
    font-size: 16px;
  }
  .terms .button-policy {
    font-size: 16px;
  }
}

.terms_new .terms_title {
  overflow: hidden;
}
.terms_new .terms_title h2 {
  height: 58px;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
}
.terms_new .terms_title .term-select-wrap {
  height: 44px;
  margin-bottom: 0px;
  border: none;
  background: #f5f5f5;
  border-radius: 8px;
}
.terms_new .terms_title .term-select-wrap::after {
  background-image: url('https://static.goodchoice.kr/yg-webview/images/terms/ic_accordion.png');
}
.terms_new .terms_title .term-select-wrap span {
  left: 12px;
  line-height: 44px;
}
.terms_new .terms_title .term-select-wrap select {
  height: 100%;
  border: none;
  background: #f5f5f5;
  border-radius: 8px;
}
.terms_new .terms_title .strong {
  line-height: 24px;
  font-size: 15px;
  font-weight: bold;
  color: black;
  text-decoration: underline;
}

.terms .content_industry .list {
  padding: 0;
}
@media all and (min-width: 720px) {
  .terms_new .terms_title {
    overflow: hidden;
  }
  .terms_new .terms_title h2 {
    float: left;
  }
  .terms_new .terms_title .term-select-wrap {
    float: right;
    width: 248px;
    margin-top: 9px;
  }
}

.index-table th {
  padding: 9px 8px 9px 8px !important;
  background-color: rgba(0, 0, 0, 0.04) !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

.index-table td {
  background: #fff !important;
  border: none !important;
}

.index-table a {
  font-size: 16px !important;
  cursor: pointer;
  text-decoration: underline;
  text-shadow: 0.7px 0.7px 0.7px rgba(0, 0, 0, 0.72);
}