/*
  202507 - ¾à°ü(/apti/subpage/?menucd=AEAA, AEAB, AEAK) ½Å±Ô µðÀÚÀÎ
*/

#wrapper {
  overflow: visible;
}

/* ¾à°ü ÆäÀÌÁö »ó´Ü */
.conBox {
  max-width: 1148px;
  padding: 0;
}

.agree_tab {
  display: none;
  padding: 60px 0 10px;
}
.agree_tab .segmented_container {
  width: 761px;
}
.agree_tab .segmented_container .segment .text {
  font-size: 17px;
}

.terms_selectbox {
  position: relative;
  z-index: 10;
}
.terms_selectbox .current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  background: var(--gray50);
  border-bottom: 1px solid var(--gray400);
  cursor: pointer;
}
.terms_selectbox .current span {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
}
.terms_selectbox .current svg {
  flex: 0 0 auto;
  transition: transform 0.3s;
}
.terms_selectbox.on .current svg {
  transform: rotate(180deg);
}
.terms_selectbox ul {
  display: none;
  position: absolute;
  width: 100%;
  padding: 20px 0;
  background: var(--gray100);
  border-bottom: 1px solid var(--gray400);
}
.terms_selectbox ul li {
  display: flex;
  flex-direction: column;
}
.terms_selectbox ul li a {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  color: var(--black700);
  line-height: 1.45;
}

.terms_tabBox {
  margin-top: 52px;
}
.terms_tabBox ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.terms_tabBox ul li {
  flex: 1 1 50%;
}
.terms_tabBox ul li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  color: #666;
  text-align: center;
  background: #f0f0f0;
  border-radius: 10px;
}
.terms_tabBox ul li a.on {
  color: #fff;
  background: #3c70ff;
}

.dateChg {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 24px;
  margin-top: 36px;
}
.dateChg .label_text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}
.dateChg .select_row .input_cell {
  height: 44px;
  cursor: pointer;
}
.dateChg .select_row.on .input_cell:has(button.input_txt) {
  background: var(--gray50);
}
.dateChg .select_row.on .input_cell:has(button.input_txt)::before {
  border-color: var(--black800);
}

.dropdown_wrap {
  max-height: none;
}
.dropdown_wrap .dropdown_select {
  max-height: 396px;
}

.terms_box {
  border: none;
  border-radius: 20px;
}
.page_serviceterms .terms_box {
  width: 100%;
  margin-top: 20px;
}
.page_pAgree .terms_box {
  margin-top: 30px;
}

/* ¾à°ü ³»¿ë */
.terms_container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 24px 56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}
.terms_container:not(.terms_main) {
  padding: 48px 24px 56px;
}
.terms_container .pc {
  display: none !important;
}
.terms_container .mt20 {
  margin-top: 22px;
}
.terms_container .mt40 {
  margin-top: 28px;
}
.terms_container .intro .sub_text {
  margin: 6px 0 24px;
}
.terms_container a:not(.box) {
  text-decoration: underline;
}
.terms_container .box {
  position: relative;
  display: inline-block;
  transition: 0.2s;
  line-height: 1.45;
  font-size: 15px;
  border-radius: 8px;
}
.terms_container .box:active {
  background: rgba(122, 130, 144, 0.1);
}
.terms_container .box.blue {
  color: var(--blue700);
  display: inline;
}
.terms_container .dot_list .box {
  padding-left: 11px;
}
.terms_container .sub_text {
  color: var(--black500);
  font-size: 16px;
}
.terms_container .index_list_box {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px;
  margin-top: 14px;
  border-radius: 20px;
  background: var(--gray100);
}
.terms_container .index_list_box div {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.terms_container .index_list_box a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}
.terms_container h2 {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  color: #222;
}
.terms_container section > h3,
.terms_container .text_list .text_item h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}
.terms_container section > h3 {
  margin-bottom: 16px;
}
.terms_container.terms_main h2 {
  position: relative;
  z-index: -1;
  padding-top: 144px;
  margin-top: -124px;
}
.terms_container.terms_main h2::before {
  content: '';
  position: absolute;
  top: 124px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gray400);
}
.terms_container .box_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  margin-top: 12px;
  border-radius: 14px;
  border: 1px solid var(--gray400);
}
.terms_container h3 + .box_list {
  margin-top: 0;
}
.terms_container .box_list .box_item {
  position: relative;
}
.terms_container .dot_list > li {
  padding-left: 11px;
  position: relative;
}
.terms_container .dot_list > li:has(.box) {
  padding-left: 0;
  line-height: 1;
}
.terms_container .dot_list > li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--black700);
}
.terms_container .dot_list > li:has(.box.blue)::before {
  background: var(--blue700);
}
.terms_container .list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.terms_container .list .item .item_text {
  position: relative;
  padding-left: 20px;
}
.terms_container .list .item .item_text::before {
  position: absolute;
  left: 0;
}
.terms_container .list .item:nth-child(1) .item_text::before {
  content: '\2460';
}
.terms_container .list .item:nth-child(2) .item_text::before {
  content: '\2461';
}
.terms_container .list .item:nth-child(3) .item_text::before {
  content: '\2462';
}
.terms_container .list .item:nth-child(4) .item_text::before {
  content: '\2463';
}
.terms_container .list .item:nth-child(5) .item_text::before {
  content: '\2464';
}
.terms_container .list .item:nth-child(6) .item_text::before {
  content: '\2465';
}
.terms_container .list .item:nth-child(7) .item_text::before {
  content: '\2466';
}
.terms_container .list .item:nth-child(8) .item_text::before {
  content: '\2467';
}
.terms_container .list .item:nth-child(9) .item_text::before {
  content: '\2468';
}
.terms_container .list .item:nth-child(10) .item_text::before {
  content: '\2469';
}
.terms_container .list .item:nth-child(11) .item_text::before {
  content: '\246A';
}
.terms_container .list .item:nth-child(12) .item_text::before {
  content: '\246B';
}
.terms_container .list .item:nth-child(13) .item_text::before {
  content: '\246C';
}
.terms_container .list .item:nth-child(14) .item_text::before {
  content: '\246D';
}
.terms_container .list .item:nth-child(15) .item_text::before {
  content: '\246E';
}
.terms_container .list .item:nth-child(16) .item_text::before {
  content: '\246F';
}
.terms_container .list .item:nth-child(17) .item_text::before {
  content: '\2470';
}
.terms_container .list .item:nth-child(18) .item_text::before {
  content: '\2471';
}
.terms_container .list .item:nth-child(19) .item_text::before {
  content: '\2472';
}
.terms_container .list .item:nth-child(20) .item_text::before {
  content: '\2473';
}
.terms_container .list .item .sub_text {
  padding-left: 20px;
  margin-top: 8px;
  font-size: 16px;
}
.terms_container .list .item > .box_list {
  margin-bottom: 12px;
}
.terms_container .list .item:not(:last-child):has(.notice) {
  margin-bottom: 12px;
}
.terms_container .sub_list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-left: 10px;
  counter-reset: my-counter;
}
.terms_container .item > .sub_list {
  margin-top: 24px;
}
.terms_container section > .sub_list {
  margin-top: 24px;
}
.terms_container .sub_list .sub_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  counter-increment: my-counter;
}
.terms_container .sub_list .sub_item h3 {
  display: flex;
  gap: 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
}
.terms_container .sub_list .sub_item h3::before {
  content: counter(my-counter) '.';
}
.terms_container .sub_list .sub_item .text_box {
  padding-left: 16px;
}
.terms_container .desc {
  padding-left: 0;
}
.terms_container .notice {
  display: flex;
  gap: 4px;
  margin-top: 6px;
  font-size: 15px;
  color: var(--black600);
}
.terms_container .item > .notice {
  padding-left: 20px;
}
.terms_container .notice.box_item {
  margin-top: -4px;
}
.terms_container .notice svg {
  flex: 0 0 auto;
  margin-top: 1px;
}
.terms_container .table_box {
  width: calc(100% + 48px);
  padding: 0 24px;
  margin-left: -24px;
  overflow-x: auto;
}
.terms_container table {
  table-layout: fixed;
  width: 100%;
  min-width: 900px;
  text-align: center;
}
.terms_container.terms_main table {
  min-width: 600px;
}
.terms_container table th,
.terms_container table td {
  border: 1px solid var(--gray400);
  color: var(--black700);
  line-height: 1.45;
  padding: 10px 12px;
}
.terms_container table a {
  word-break: break-all;
  font-size: 15px;
}
.terms_container table tr:first-child th,
.terms_container table tr:first-child td {
  border-top: none;
}
.terms_container table th:first-child,
.terms_container table td:first-child {
  border-left: none;
}
.terms_container table th:last-child,
.terms_container table td:last-child {
  border-right: none;
}
.terms_container table th {
  background: var(--gray200);
  font-weight: 500;
}
.terms_container .item table {
  margin-top: 16px;
}
.terms_container .text_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.terms_container .text_list .text_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.terms_container #pt7 ~ .list {
  gap: 28px;
}

/* min-width°ª: 900 - conBoxÀÇ ¾ç¿· padding°ª */
@media screen and (min-width: 900px) {
  .agree_tab {
    display: flex;
  }

  .terms_selectbox {
    display: none;
  }

  .terms_tabBox ul li {
    flex: 0 1 150px;
  }

  .dateChg {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
  }
  .dateChg .label_text {
    font-size: 15px;
    line-height: 1.45;
  }
  .dateChg .input_row {
    width: 160px;
  }

  .terms_container {
    padding: 0 0 100px;
    gap: 72px;
    font-size: 17px;
  }
  .terms_container:not(.terms_main) {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 30px 100px;
  }
  .terms_container .pc {
    display: inline-block !important;
  }
  .terms_container .mo {
    display: none !important;
  }
  .terms_container .mt20 {
    margin-top: 20px;
  }
  .terms_container .mt40 {
    margin-top: 40px;
  }
  .terms_container .intro .sub_text {
    margin: 10px 0 48px;
  }
  .terms_container a:not(.box) {
    text-decoration: none;
  }
  .terms_container a:not(.box):hover {
	text-decoration: underline;
  }
  .terms_container .box {
    font-size: 17px;
  }
  .terms_container .box:hover {
    background: rgba(122, 130, 144, 0.1);
  }
  .terms_container .box:active {
    background: rgba(122, 130, 144, 0.1);
  }
  .terms_container .box.blue {
    display: inline-block;
  }
  .terms_container .index_list_box {
    flex-direction: row;
    gap: 0;
    justify-content: space-evenly;
    padding: 28px 0;
  }
  .terms_container .index_list_box div:nth-child(2) {
    padding-right: 34px;
  }
  .terms_container .index_list_box a {
    align-items: center;
  }
  .terms_container h2 {
    margin-bottom: 36px;
    font-size: 32px;
  }
  .terms_container.terms_main h2 {
    padding-top: 144px;
    margin-top: -100px;
  }
  .terms_container.terms_main h2::before {
    top: 100px;
  }
  .terms_container .box_list {
    gap: 6px;
    padding: 24px 30px;
    margin-top: 14px;
    border-radius: 20px;
  }
  .terms_container .list {
    gap: 24px;
  }
  .terms_container .list .item:not(:last-child):has(.notice) {
    margin-bottom: 0;
  }
  .terms_container .list .item .item_text {
    padding-left: 23px;
  }
  .terms_container .list .item .sub_text {
    padding-left: 23px;
    margin-top: 12px;
    font-size: 17px;
  }
  .terms_container .sub_list {
    gap: 48px;
    padding-left: 12px;
  }
  .terms_container .item > .sub_list {
    margin-top: 40px;
  }
  .terms_container section > .sub_list {
    margin-top: 40px;
  }
  .terms_container .sub_list .sub_item {
    gap: 16px;
  }
  .terms_container .sub_list .sub_item h3 {
    font-size: 18px;
  }
  .terms_container .sub_list .sub_item .text_box {
    padding-left: 0;
  }
  .terms_container .desc {
    padding-left: 24px;
  }
  .terms_container .notice {
    gap: 6px;
    margin-top: 12px;
    font-size: 17px;
  }
  .terms_container .item > .notice {
    padding-left: 23px;
  }
  .terms_container .notice.box_item {
    margin-top: 6px;
  }
  .terms_container .notice svg {
    margin-top: 3px;
  }
  .terms_container table th,
  .terms_container table td {
    padding: 20px 24px;
  }
  .terms_container table th,
  .terms_container table td,
  .terms_container table a {
    font-size: 16px;
    word-break: keep-all;
  }
  .terms_container table th {
    padding: 12px 0;
  }
  .terms_container .item table {
    margin-top: 20px;
  }
  .terms_container #pt7 ~ .list {
    gap: 24px;
  }
}
