/* Reaset css */
*, *::before, *::after {
  font-family: "Gothic A1", "Noto Sans KR", "Malgun Gothic", sans-serif!important;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-style: normal;
}
html, body {
  font-family: "Gothic A1", "Noto Sans KR", "Malgun Gothic", sans-serif!important;
  font-size: 20px;
  color: #292929;
  font-weight: 400;
  border: 0;
}
a {
  text-decoration: none;
  color: inherit;
}

/***** Start ***********/
.s_com_wrap {
  background-color: #F7F7F7;
  padding: 2.55rem 2.9rem 2.9rem;
  max-width: 52.3rem;
  margin: 0 auto;
  padding-inline: 2.9rem;
  border-radius: 1rem;
  margin-top: 3.1rem;
  margin-bottom: 5.5rem;
}
@media screen and (max-width:720px) {
  .s_com_wrap {
    background-color: #fff;
    padding: 0 0.85rem;
    margin-top: 1.65rem;
    margin-bottom: 1.85rem;
  }
}
.body-cont {
  background-color: #fff;
  padding: 1.9rem 2.65rem 4.05rem 1.8rem;
  max-width: 46.5rem;
  margin: 0 auto;
  border-radius: 0.6rem;
  box-sizing: border-box;
}
@media screen and (max-width:720px) {
  .body-cont {
    background-color: #F7F7F7;
    padding: 1.55rem 0.85rem 1.15rem 1.3rem;
  }
}
.table_pc_v {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.table_pc_v .head_tr td,
.table_pc_v .body_tr td {
  border: 1px solid #DCDCDC!important;
}
.table_pc_v .head_tr td:first-child,
.table_pc_v .body_tr td:first-child,
.table_pc_v .body_tr td:last-child {
  border-left: 1px solid transparent!important;
  border-right: 1px solid transparent!important;
}
.table_pc_v .head_tr td:first-child {
  border-left: 1px solid #DCDCDC!important;
  border-right: 1px solid #DCDCDC!important;
}
.table_pc_v .head_tr td:last-child {
  border-right: 1px solid #DCDCDC!important;
}
.table_pc_v .body_tr td:nth-child(1) {
  border-right: 1px solid #DCDCDC!important;
}

.table_pc_v .head_tr td,
.table_pc_v .body_tr td p,
.table_pc_v .body_tr td span {
  font-weight: 500;
  font-size: 0.75rem;
  /* line-height: 16px; */
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
.table_pc_v .body_tr td p,
.table_pc_v .body_tr td p span {
  text-align: left;
}
.table_pc_v .body_tr td .td_num > span {
  display: inline-block;
}
.table_pc_v .head_tr td {
  color: #777780;
  background: #F9F9F9;
}
.table_pc_v .body_tr td {
  padding: 23px 10px!important;
  color: #3D3D49;
  background: #fff;
}
@media screen and (max-width:720px) {
  .table_pc_v {
    display: none;
  } 
}
.table_mobile_v {
  display: none;
}
@media screen and (max-width:720px) {
  .table_mobile_v {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  } 
  .table_mobile_v th {
    background-color: #F9F9F9;
    font-weight: 500;
    font-size: 0.7rem;
    line-height: 0.8rem;
    text-align: center;
    vertical-align: middle;
    padding: 1rem 1rem !important;
    word-break: keep-all;
  }
   .table_mobile_v tr th:first-child,
   .table_mobile_v tr td:last-child{
    border-top: 1px solid transparent!important;
   }
   .table_mobile_v tr:last-child th,
    .table_mobile_v tr:last-child td {
    border-bottom: 1px solid transparent!important;
   }
   .table_mobile_v td {
    background-color: white;
   }

  .table_mobile_v th {
    border: 1px solid #DCDCDC!important;
  } 
  .table_mobile_v td,
  .table_mobile_v td {
    border: 1px solid #DCDCDC!important;
  }

  .table_mobile_v td:nth-child(1) {
    border-right: 1px solid #DCDCDC!important;
  }
}
.Card_body p,
.Card_body div p, 
.Card_body div p span,
.Card_body div p strong,
.Card_body div strong, 
.Card_body div span {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.9rem;
  color: #595962;
}
.Card_body h4 {
  /* font-weight: 600; */
  font-size: 0.75rem;
  line-height: 0.9rem;
  color: #595962;
}
.Card_body .num_icon {
  padding-left: 0.5rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.1rem;
  color: #595962;
}
.Card_body .num_text {
  display: block;
  padding-left: 1rem;
}
.btn {
  width: 100%;
  margin-top: 2.4rem;
  padding-bottom: 2.9rem;
}
@media screen and (max-width:720px) {
  .btn {
    margin-top: 1.2rem;
  }
}
.welcom-btn {
  width: 11.7rem;;
  height: 3.25rem; 
  margin: 0 auto;
  background-image: linear-gradient(57deg, #dc062b -95%, #ee7b11 100%, #ee7b11 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcom-btn .reg-btn {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.page-header {
  display: flex; 
  justify-content: flex-start; 
  align-items: center;
  margin-bottom: 1.1rem;
}
.header-top {
  display: flex; 
  align-items: center;
  padding-right: 0.95rem;
}
.header-top .title{
  display: flex;
  align-items: center;
  gap: 0.85rem;
  height: 1.2rem;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 100%;
  letter-spacing: 1%;
}
@media screen and (max-width:720px) {
  .header-top .title {
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 1%;
  }
}
.header-top .title .icon {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #AAAAAA;
  border-radius: 100%;
}
@media screen and (max-width:720px) {
  .header-top .title .icon {
    display: none;
  }
}
.header-bottom {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.header-bottom h3 {
  width: 4.8345rem;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.header-bottom h3 span {
  display: inline-block;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #dcdcdc;
}

@media screen and (max-width:720px) {
  .header-bottom h3 {
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 100%;
    vertical-align: middle;
  }
}
.header-option {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 6.5rem;
  height: 1.6rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
}
.s_com_input-form {
  position: relative;
  display: inline-block;
  width: 6.5rem;
  height: 1.6rem;
  background-color: transparent;
}
.header-option select {
  max-width: 6.5rem;
  width: 100%;
  height: 1.6rem;
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding-left: 0.25rem;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 100%;
  vertical-align: middle;
  text-align: center;
  background-color: transparent;
  appearance: none;
  cursor: pointer;
  border: none;
  text-align: left;
}
.header-option select:focus {
  outline: none;
  box-shadow: none;
}
@media screen and (max-width:720px) {
  .header-option select {
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 100%;
    vertical-align: middle;
    width: 100%;
    text-align: left;
  }
}
.header-option .s_com_arrow-down2 {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 0.6rem;
  height: 0.35rem;
  transform: translateY(-50%);
  background: url(../imaeg/select_icon.svg) no-repeat;
  background-size: contain;
}
.header-option select option {
  width: 6.5rem;
  height: 1.6rem;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 100%;
  vertical-align: middle;;
}
@media screen and (max-width:720px) {
  .page-header {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
  }
  .header-top {
    width: 100%;
    padding-right: 2rem;
  }
  .header-bottom {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header-option {
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
}