/* z-index */
/* Local Styleguide Color */
/* Font Weight */
/* Font Weight */
/* GNB */
/* Page Title */
/* Button & Action */
/* Badge */
/* 48pt display */
/* 40px display */
/* 32px display */
/* 30px display */
/* 28px display */
/* 26px display */
/* 24px display */
/* 22px display */
/* 20px display */
/* 18px display */
/* 17px display */
/* 16px display */
/* 15px display */
/* 14px display */
/* 13px display */
/* 12px display */
/* 11px display */
/* 10px display */
.terms_new .terms_title {
  overflow: hidden;
}

.terms_new .terms_title h2 {
  height: 58px;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
}

.terms_new .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;
}

@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;
  }
}

.terms_new .txt h2 {
  height: 58px;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
}

.terms_new .term-select-wrap {
  height: 44px;
  margin-bottom: 0px;
  border: none;
  background: #F5F5F5;
  border-radius: 8px;
}

.terms_new .term-select-wrap::after {
  background-image: url("https://static.goodchoice.kr/yg-webview/images/terms/ic_accordion.png");
}

.terms_new .term-select-wrap span {
  left: 12px;
  line-height: 44px;
}

.terms_new .term-select-wrap select {
  height: 100%;
  border: none;
  background: #F5F5F5;
  border-radius: 8px;
}

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

.term-section__space strong {
  color: rgba(0, 0, 0, 0.72);
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0 0 0;
}

.terms .txt .term-section {
  padding: 0 0 10px 0;
}

.terms .txt .term-section p {
  margin: 0 0 20px 0;
}

.terms .txt .term-section .label-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.56);
  text-align: center;
  margin: 0 0 10px 0;
  border: 1px solid #ccc;
}

.terms .txt .term-section .label-table th {
  padding: 11px 0;
  background-color: #F5F7FA;
  border: 1px #D6D6D6;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  border-collapse: collapse;
  text-align: center;
  word-break: break-all;
  padding: 11px 0;
  border: 1px #D6D6D6;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}

.terms .txt .term-section .label-table td {
  padding: 15px 12px 16px 12px;
  border: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  background-color: #fff;
  text-align: center;
  vertical-align: top;
}

.terms .txt .term-section .label-table td strong {
  padding: 0 0 7px 0;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
}

.terms .txt .term-section .label-table td p {
  margin: 0;
}

.terms .txt .term-section .label-table td img {
  height: 45px;
  margin: 0 0 12px 0;
  display: inline-block;
}

@media all and (min-width: 768px) {
  .terms .txt .term-section .label-table th {
    padding: 11px 0 9px 0;
    font-size: 17px;
    line-height: 21px;
  }
  .terms .txt .term-section .label-table td {
    font-size: 16px;
    line-height: 24px;
  }
}

.terms .txt .term-accordion-content {
  overflow: hidden;
  height: 0;
  padding: 0;
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.terms .txt .term-accordion-content .term-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.72);
  margin: 0 0 8px 0;
}

.terms .txt .term-accordion-content .term-table th {
  padding: 9px 8px 9px 8px;
  background-color: rgba(0, 0, 0, 0.04);
  border: 1px solid #fafafa;
  font-weight: bold;
  text-align: left;
}

.terms .txt .term-accordion-content .term-table td {
  padding: 9px 8px 8px;
  border: 1px solid #fafafa;
  background-color: #fff;
}

.terms .txt .term-basic-wrap {
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.72);
}

@media all and (min-width: 768px) {
  .terms .txt .term-basic-wrap {
    font-size: 16px;
    line-height: 26px;
  }
}

.terms .txt .term-accordion {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.terms .txt .term-business {
  margin: 28px 0;
}

.terms .txt .term-business a {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  color: #1273E4;
}

.terms .txt .term-accordion__open {
  border-bottom: 1px solid #fff;
}

.terms .txt .term-accordion__open i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.terms .txt .term-accordion__open .term-accordion-content {
  height: auto;
  padding: 20px;
}

.terms .txt .term-title {
  overflow: hidden;
  position: relative;
  padding: 0 38px 0 40px;
  height: 56px;
  font-size: 15px;
  font-weight: bold;
  line-height: 56px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.terms .txt .term-title span {
  position: absolute;
  width: 32px;
  height: 36px;
  left: 0px;
  top: 10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.terms .txt .term-title span.ico04 {
  background-image: url("https://static.goodchoice.kr/yg-webview/images/terms/ico_terms_04.png");
}

.terms .txt .term-title span.ico05 {
  background-image: url("https://static.goodchoice.kr/yg-webview/images/terms/ico_terms_05.png");
}

.terms .txt .term-title span.ico06 {
  background-image: url("https://static.goodchoice.kr/yg-webview/images/terms/ico_terms_06.png");
}

.terms .txt .term-title span.ico07 {
  background-image: url("https://static.goodchoice.kr/yg-webview/images/terms/ico_terms_07.png");
}

.terms .txt .term-title span.ico08 {
  background-image: url("https://static.goodchoice.kr/yg-webview/images/terms/ico_terms_08.png");
}

.terms .txt .term-title span.ico09 {
  top: 56px;
  background-image: url("https://static.goodchoice.kr/yg-webview/images/terms/ico_terms_09.png");
}

.terms .txt .term-title span.ico10 {
  top: 104px;
  background-image: url("https://static.goodchoice.kr/yg-webview/images/terms/ico_terms_10.png");
}

.terms .txt .term-title span.ico11 {
  background-image: url("https://static.goodchoice.kr/yg-webview/images/terms/ico_terms_11.png");
}

.terms .txt .term-title span.ico12 {
  background-image: url("https://static.goodchoice.kr/yg-webview/images/terms/ico_terms_12.png");
}

.terms .txt .term-title span.ico13 {
  background-image: url("https://static.goodchoice.kr/yg-webview/images/terms/ico_terms_13.png");
}

.terms .txt .term-title span.ico14 {
  background-image: url("https://static.goodchoice.kr/yg-webview/images/terms/ico_terms_14.png");
}

.terms .txt .term-title span.ico15 {
  background-image: url("https://static.goodchoice.kr/yg-webview/images/terms/ico_terms_15.png");
}

.terms .txt .term-title span.ico16 {
  background-image: url("https://static.goodchoice.kr/yg-webview/images/terms/ico_terms_16.png");
}

.terms .txt .term-title i {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url("https://static.goodchoice.kr/yg-webview/images/terms/ic_accordion.png") 0 0 no-repeat;
  background-size: 20px 20px;
  opacity: 0.56;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media all and (min-width: 768px) {
  .terms .txt .term-title {
    height: 88px;
    font-size: 17px;
    line-height: 88px;
    color: rgba(0, 0, 0, 0.8);
  }
  .terms .txt .term-title span {
    top: 27px;
  }
  .terms .txt .term-title span.ico09 {
    top: 73px;
  }
  .terms .txt .term-title span.ico10 {
    top: 119px;
  }
}

.terms .txt .term-title.term-title-three {
  height: 150px;
  line-height: 60px;
}

.terms .txt .term-title.term-title-three p {
  margin: 0 0 10px 0;
  height: 36px;
}

.terms .txt .term-title.term-title-three i {
  top: 25%;
}

@media all and (min-width: 768px) {
  .terms .txt .term-title.term-title-three {
    height: 180px;
    line-height: 90px;
  }
}

.terms .txt .term-select-wrap {
  position: relative;
  height: 44px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.07);
}

.terms .txt .term-select-wrap:after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: url("https://static.goodchoice.kr/yg-webview/images/terms/ic_select.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  opacity: 0.56;
}

.terms .txt .term-select-wrap select {
  width: 100%;
  height: inherit;
  padding: 0 0 0 55px;
  border: 0;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 400;
}

.terms .txt .term-select-wrap span {
  position: absolute;
  top: 0;
  left: 16px;
  height: inherit;
  line-height: 44px;
  color: #61788F;
  font-size: 12px;
  font-weight: 900;
}
/*# sourceMappingURL=terms-basic-new.css.map */