@charset "UTF-8";
@import 'slick.css';
#header {
  border-bottom: 1px solid #ddd;
}

#wrap.service #container {
  padding: 80px 0 160px;
}
@media screen and (max-width: 1024px) {
  #wrap.service #container {
    padding: 48px 0 72px;
  }
}
#wrap.service .wrap_title {
  text-align: center;
}
#wrap.service .wrap_title .sup {
  display: block;
  margin-bottom: 16px;
  font-size: 20px;
  color: #D80006;
  font-weight: 600;
}
#wrap.service .wrap_title .title {
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
#wrap.service .wrap_title [class^=link] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 50px;
  margin-top: 24px;
  padding: 0 24px;
  min-width: 220px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
}
#wrap.service .wrap_title .link_line {
  border: 2px solid #D80006;
  background: #fff;
  color: #D80006;
  transition: 0.3s;
}
#wrap.service .wrap_title .link_line:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/arrow02_right.png) no-repeat center center/contain;
  content: "";
}
@media screen and (min-width: 1400px) {
  #wrap.service .wrap_title .link_line:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  #wrap.service .wrap_title .link_line:hover:after {
    animation: arrow 0.6s infinite;
  }
}
@media screen and (max-width: 1024px) {
  #wrap.service .wrap_title {
    margin: 0 -20px;
  }
  #wrap.service .wrap_title .sup {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #wrap.service .wrap_title .title {
    font-size: 24px;
  }
  #wrap.service .wrap_title [class^=link] {
    font-size: 16px;
    height: 44px;
    min-width: 0;
  }
}

.wrap_service {
  margin-top: 64px;
}
.wrap_service .thead {
  border-bottom: 2px solid #222;
  border-radius: 12px 12px 0 0;
  background: #D80006;
  color: #fff;
  padding: 4px 0;
}
.wrap_service .thead .left {
  padding-left: 20px;
}
.wrap_service .thead .left, .wrap_service .thead button {
  font-weight: 600;
  line-height: 50px;
}
.wrap_service .thead button {
  pointer-events: none;
  font-size: 24px;
}
.wrap_service .row {
  display: flex;
}
.wrap_service .row_category {
  border-top: 1px solid #aaa;
}
.wrap_service .row_category .category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 1em;
  font-weight: bold;
  text-align: left;
  background-color: #f8f8f8;
}
.wrap_service .row_category .category:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/arrow04_top.png) no-repeat center center/contain;
  transition: 0.3s;
  content: "";
}
.wrap_service .row_category.fold .category:after {
  transform: rotate(180deg);
}
.wrap_service .left, .wrap_service .right {
  display: flex;
}
.wrap_service .th, .wrap_service .td {
  display: block;
  min-height: 48px;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
}
.wrap_service .left {
  flex-grow: 1;
  align-items: flex-start;
}
.wrap_service .left .th {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.wrap_service .left strong.th {
  width: 30%;
  min-width: 100px;
  padding-right: 2em;
  flex-shrink: 0;
}
.wrap_service .left .group_th {
  flex-grow: 1;
  border-left: 1px solid #e5e5e5;
}
.wrap_service .left .group_th .th {
  padding: 0 1em;
}
.wrap_service .right {
  flex-shrink: 0;
}
.wrap_service .right .item {
  width: 300px;
  text-align: center;
}
.wrap_service .tbody {
  border-bottom: 1px solid #aaa;
}
.wrap_service .tbody .item {
  border-left: 1px solid #aaa;
}
.wrap_service .tbody .td .txt {
  display: none;
}
.wrap_service .tbody .td.on {
  background: url(../img/icon_check.png) no-repeat center center/20px auto;
}
.wrap_service .row_price .left .th {
  padding: 24px 0;
  font-weight: 600;
}
.wrap_service .row_price .item {
  display: flex;
  justify-content: center;
  padding: 32px 12px;
}
.wrap_service .row_price .tit_item {
  display: none;
}
.wrap_service .row_price .conts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.wrap_service .row_price .price {
  line-height: 1.3;
  margin-bottom: 12px;
}
.wrap_service .row_price .price strong {
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
}
.wrap_service .row_price .price .unit {
  display: inline-block;
  font-weight: 300;
  color: #555;
  font-size: 16px;
}
.wrap_service .row_price .desc {
  display: flex;
  flex-grow: 1;
  align-items: center;
  line-height: 1.3;
  font-size: 20px;
}
.wrap_service .row_price .btn_join {
  display: flex;
  width: 120px;
  max-width: 100%;
  height: 50px;
  margin-top: 20px;
  border-radius: 8px;
  background: #FDF2F3;
  border: 1px solid #FDF2F3;
  color: #D80006;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: 0.3s;
}
@media screen and (min-width: 1400px) {
  .wrap_service .row_price .btn_join:hover {
    border-color: #D80006;
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1480px) {
  .wrap_service .thead .right button {
    font-size: 20px;
  }
  .wrap_service .tbody {
    font-size: 16px;
  }
  .wrap_service .tbody .row_price .right .desc {
    font-size: 18px;
  }
  .wrap_service .right .item {
    width: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .wrap_service .tbody .row_price .right .desc {
    font-size: 16px;
  }
  .wrap_service .tbody .td.on {
    background-size: 16px auto;
  }
  .wrap_service .right .item {
    width: 155px;
  }
  .wrap_service .th,
  .wrap_service .td {
    min-height: 42px;
  }
}
@media screen and (max-width: 819px) {
  .wrap_service {
    margin-top: 48px;
  }
  .wrap_service .thead {
    margin: 0 -20px;
    padding: 0 20px;
    border-bottom: 2px solid #D80006;
    background: none;
    border-radius: 0;
  }
  .wrap_service .thead .left {
    display: none;
  }
  .wrap_service .thead .right {
    flex-grow: 1;
  }
  .wrap_service .thead .right .item {
    width: 100%;
  }
  .wrap_service .thead .right button {
    margin-bottom: -2px;
    width: 100%;
    font-size: 18px;
    pointer-events: unset;
    color: #aaa;
    border: 2px solid transparent;
  }
  .wrap_service .thead .right .active {
    width: 120%;
  }
  .wrap_service .thead .right .active button {
    position: relative;
    border: 2px solid #D80006;
    border-radius: 8px 8px 0 0;
    border-bottom-color: transparent;
    color: #D80006;
  }
  .wrap_service .thead .right .active button:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
  }
  .wrap_service .th, .wrap_service .td {
    font-size: 15px;
    min-height: 40px;
  }
  .wrap_service .group_th {
    display: none;
  }
  .wrap_service .left {
    flex-grow: 0;
    width: 30%;
    flex-shrink: 0;
  }
  .wrap_service .left strong.th {
    width: 100%;
  }
  .wrap_service .tbody {
    margin: 12px -20px 0;
  }
  .wrap_service .tbody .row.empty .left .th {
    color: #ccc;
  }
  .wrap_service .tbody .left > .th {
    min-width: 110px;
    padding-left: 20px;
  }
  .wrap_service .tbody .right {
    flex-grow: 1;
  }
  .wrap_service .tbody .right .item {
    flex-grow: 1;
    width: 100%;
  }
  .wrap_service .tbody .right .item:not(.active) {
    display: none;
  }
  .wrap_service .tbody .right .td {
    display: flex;
    align-items: center;
    padding: 0 12px;
  }
  .wrap_service .tbody .right .td .txt {
    display: block;
    text-align: left;
    color: #ccc;
  }
  .wrap_service .tbody .right .td.on {
    background: none;
  }
  .wrap_service .tbody .right .td.on .txt {
    color: #222;
    padding-left: 20px;
    background: url(../img/icon_check.png) no-repeat 0 50%/12px auto;
  }
  .wrap_service .tbody .row_price {
    display: block;
  }
  .wrap_service .tbody .row_price .left {
    display: none;
  }
  .wrap_service .tbody .row_price .right {
    display: block;
  }
  .wrap_service .tbody .row_price .right .item {
    border-left: none;
    padding: 32px 20px;
    flex-direction: column;
  }
  .wrap_service .tbody .row_price .right .tit_item {
    display: block;
  }
  .wrap_service .tbody .row_price .right .desc {
    display: block;
    font-size: 16px;
  }
  .wrap_service .tbody .row_price .right .desc:after {
    content: " 권장";
  }
}

.list_service {
  display: flex;
  gap: 16px;
  line-height: 1.4;
}
.list_service .item {
  display: flex;
  width: 100%;
}
.list_service .box {
  overflow: hidden;
}
.list_service .hd_item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 180px;
  padding: 24px 20px 0;
}
.list_service .hd_item .title_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_service .hd_item .title {
  font-size: 24px;
  font-weight: 600;
}
.list_service .hd_item .kor {
  font-size: 14px;
  color: #757575;
}
.list_service .hd_item .desc {
  font-size: 16px;
  height: 2.8em;
}
.list_service .hd_item .btn_area .btn {
  width: 100%;
  font-weight: bold;
}
.list_service .pricing, .list_service .option {
  padding: 12px 20px;
}
.list_service .row {
  padding: 12px 0;
}
.list_service .row + .row {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list_service .pricing dt {
  font-size: 16px;
  font-weight: normal;
}
.list_service .pricing dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.list_service .pricing .origin {
  color: #D80006;
  text-decoration: line-through;
}
.list_service .pricing .event {
  font-size: 20px;
}
.list_service .pricing dl + dl {
  margin-top: 20px;
}
.list_service .pricing dl:has(.small) {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.list_service .pricing dl:has(.small) dd {
  display: block;
}
.list_service .option {
  background: #f7f7f7;
}
.list_service .option .row {
  position: relative;
}
.list_service .option .price_opt {
  position: absolute;
  bottom: 12px;
  right: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.list_service .option .hd_opt {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  color: #757575;
}
.list_service .option .hd_opt .round {
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  height: 24px;
  border: 1px solid #757575;
  background: #fff;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 600;
  color: #757575;
}
.list_service .option .conts_opt {
  margin-top: 4px;
  font-size: 16px;
  padding-bottom: 24px;
}
.list_service .pay {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.list_service .pay span {
  font-size: 16px;
  color: #555;
}
.list_service .pay strong {
  display: block;
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  color: #D80006;
}

.wrap_pricing {
  margin-top: 64px;
}
.wrap_pricing .list_service {
  gap: 24px;
}
.wrap_pricing .list_service .small {
  font-size: 0.9em;
}
.wrap_pricing .list_service .box {
  border: 1px solid #ccc;
  border-radius: 20px;
}
.wrap_pricing .list_service .hd_item {
  height: auto;
  padding: 36px 32px 0;
}
.wrap_pricing .list_service .hd_item .title {
  font-size: 32px;
}
.wrap_pricing .list_service .hd_item .kor {
  font-size: 18px;
}
.wrap_pricing .list_service .hd_item .desc {
  font-size: 18px;
}
.wrap_pricing .list_service .hd_item .btn_area .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #D80006;
  border-radius: 8px;
  color: #fff;
  transition: 0.3s;
}
.wrap_pricing .list_service .hd_item .btn_area .btn:hover {
  background-color: #B81E22;
}
.wrap_pricing .list_service .pricing, .wrap_pricing .list_service .option {
  padding: 16px 32px;
}
.wrap_pricing .list_service .row {
  padding: 20px 0;
}
.wrap_pricing .list_service .pricing dt {
  font-size: 18px;
}
.wrap_pricing .list_service .pricing dd {
  font-size: 20px;
}
.wrap_pricing .list_service .pricing dd span {
  font-size: 14px;
  color: #757575;
}
.wrap_pricing .list_service .option .price_opt {
  bottom: auto;
  top: 20px;
  font-weight: 500;
  font-size: 18px;
}
.wrap_pricing .list_service .option .price_opt span {
  font-size: 14px;
}
.wrap_pricing .list_service .option .hd_opt {
  font-size: 16px;
  color: #222;
}
.wrap_pricing .list_service .option .conts_opt {
  font-size: 18px;
  padding-bottom: 0;
}
.wrap_pricing .list_service .pay {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.wrap_pricing .list_service .pay span {
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .wrap_pricing .list_service {
    gap: 16px;
  }
  .wrap_pricing .list_service .hd_item {
    padding: 32px 24px;
  }
  .wrap_pricing .list_service .hd_item .title {
    font-size: 28px;
  }
  .wrap_pricing .list_service .hd_item .kor, .wrap_pricing .list_service .hd_item .dsec {
    font-size: 16px;
  }
  .wrap_pricing .list_service .pricing, .wrap_pricing .list_service .option {
    padding: 12px 24px;
  }
  .wrap_pricing .list_service .row {
    padding: 16px 0;
  }
  .wrap_pricing .list_service .pricing dt {
    font-size: 16px;
  }
  .wrap_pricing .list_service .pricing dd {
    font-size: 18px;
  }
  .wrap_pricing .list_service .option .price_opt {
    top: 16px;
    font-size: 16px;
  }
  .wrap_pricing .list_service .option .conts_opt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .wrap_pricing .list_service {
    display: block;
    margin: 0 -20px;
    padding: 0 8px 0;
  }
  .wrap_pricing .list_service .slick-list {
    overflow: visible;
  }
  .wrap_pricing .list_service .item {
    display: block;
    width: 48vw;
    min-width: 320px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .wrap_pricing .list_service .item {
    width: 90vw;
    max-width: 420px;
  }
  .wrap_pricing .list_service .hd_item {
    padding: 32px 20px;
  }
  .wrap_pricing .list_service .hd_item .title {
    font-size: 24px;
  }
  .wrap_pricing .list_service .hd_item .kor, .wrap_pricing .list_service .hd_item .dsec {
    font-size: 16px;
  }
  .wrap_pricing .list_service .pricing, .wrap_pricing .list_service .option {
    padding: 12px 20px;
  }
  .wrap_pricing .list_service .row {
    padding: 12px 0;
  }
  .wrap_pricing .list_service .pricing dt {
    font-size: 15px;
  }
  .wrap_pricing .list_service .pricing dd {
    font-size: 16px;
  }
  .wrap_pricing .list_service .option .price_opt {
    top: 12px;
  }
}

/*** 회원가입 ***/
.hd_membership {
  margin-bottom: 50px;
  text-align: center;
}
.hd_membership .title {
  display: inline-flex;
  align-items: center;
}
.hd_membership .title img {
  width: 210px;
}
.hd_membership .title strong {
  display: inline-block;
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #ccc;
  line-height: 1;
  font-size: 40px;
  font-weight: 600;
}
.hd_membership .wrap_step {
  margin-top: 50px;
}
.hd_membership .wrap_step .list_step {
  position: relative;
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
}
.hd_membership .wrap_step .list_step:before {
  position: absolute;
  top: 20px;
  left: 60px;
  right: 60px;
  height: 1px;
  background: #D80006;
  content: "";
}
.hd_membership .wrap_step li {
  position: relative;
  width: 125px;
  max-width: 25%;
  padding: 0 12px;
  text-align: center;
}
.hd_membership .wrap_step .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #D80006;
  color: #D80006;
  font-size: 14px;
  font-weight: bold;
}
.hd_membership .wrap_step .txt {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  color: #555;
}
.hd_membership .wrap_step .on .num {
  background-color: #D80006;
  color: #fff;
}
.hd_membership .wrap_step .on .txt {
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .hd_membership .title img {
    width: 160px;
  }
  .hd_membership .title strong {
    font-size: 32px;
  }
  .hd_membership .wrap_step {
    margin-top: 32px;
  }
  .hd_membership .wrap_step .list_step:before {
    top: 16px;
  }
  .hd_membership .wrap_step .txt {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 640px) {
  .hd_membership {
    margin-bottom: 32px;
  }
  .hd_membership .title img {
    width: 100px;
  }
  .hd_membership .title strong {
    font-size: 24px;
  }
  .hd_membership .wrap_step {
    margin-top: 24px;
  }
  .hd_membership .wrap_step .list_step:before {
    top: 12px;
    left: 12%;
    right: 12%;
    opacity: 0.5;
  }
  .hd_membership .wrap_step .num {
    font-size: 12px;
    width: 24px;
    height: 24px;
    vertical-align: top;
  }
  .hd_membership .wrap_step .txt {
    display: none;
  }
}

#wrap.signup .section {
  padding-top: 0;
}
#wrap.signup #container {
  padding-bottom: 100px;
  max-width: 768px;
  min-height: calc(100vh - 240px);
  margin: 0 auto;
}
#wrap.signup .wrap_btn {
  display: flex;
  gap: 12px;
  margin-top: 50px;
}
#wrap.signup .wrap_btn [class^=btn] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
#wrap.signup .wrap_btn .btn_back {
  width: 25%;
  flex-shrink: 0;
  background: #ccc;
}
#wrap.signup .wrap_btn .btn_primary {
  flex-grow: 1;
  background: #D80006;
}
#wrap.signup .notice {
  padding: 40px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #wrap.signup .wfix {
    padding: 0 20px;
  }
  #wrap.signup .section {
    padding-top: 0;
  }
  #wrap.signup .notice {
    padding: 24px 0;
    font-size: 15px;
  }
  #wrap.signup .wrap_tbl {
    margin-left: 0;
    margin-right: 0;
  }
  #wrap.signup .wrap_btn [class^=btn] {
    font-size: 18px;
  }
  #wrap.signup .wrap_btn [class^=btn].btn_back {
    width: 30%;
  }
  #wrap.signup #footer {
    height: auto;
    padding: 40px 0;
  }
}
#wrap.signup .tbl_member {
  border: none;
}
#wrap.signup .tbl_member th {
  background: none;
  border-right: none;
}
#wrap.signup .tbl_member .wrap_inp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border: 1px solid #bbb;
  border-radius: 4px;
  padding-right: 4px;
  background-color: #fff;
}
#wrap.signup .tbl_member .wrap_inp input {
  border: none;
  padding: 0 8px;
}
#wrap.signup .tbl_member .wrap_inp .group_btn {
  flex-shrink: 0;
}
#wrap.signup .tbl_member .wrap_inp .btn_view {
  position: relative;
  width: 24px;
  height: 24px;
  font-size: 0;
  background: url(../img/icon_view.svg) no-repeat center center/16px;
  vertical-align: top;
}
#wrap.signup .tbl_member .wrap_inp .btn_view.off:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #999;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
@media screen and (max-width: 768px) {
  #wrap.signup .tbl_member tr {
    flex-direction: column;
    padding: 12px 0;
  }
  #wrap.signup .tbl_member th, #wrap.signup .tbl_member td {
    width: auto;
    max-width: none;
    border: none;
    padding: 0;
  }
  #wrap.signup .tbl_member #managerEmail::-webkit-input-placeholder {
    color: transparent;
  }
  #wrap.signup .tbl_member #managerEmail:-moz-placeholder {
    color: transparent;
  }
  #wrap.signup .tbl_member #managerEmail::-moz-placeholder {
    color: transparent;
  }
  #wrap.signup .tbl_member #managerEmail:-ms-input-placeholder {
    color: transparent !important;
  }
  #wrap.signup .tbl_member #managerEmail::-ms-input-placeholder {
    color: transparent !important;
  }
  #wrap.signup .tbl_member #managerEmail::placeholder {
    color: transparent;
  }
}
#wrap.signup .wrap_step1 .item_terms {
  margin-top: 50px;
}
#wrap.signup .wrap_step1 .item_terms .tit {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
#wrap.signup .wrap_step1 .item_terms .wrap_conts {
  margin-top: 12px;
  background: #F8F6F6;
  border-radius: 12px;
  overflow: hidden;
}
#wrap.signup .wrap_step1 .item_terms .wrap_conts .conts {
  max-height: 200px;
  overflow-y: auto;
  padding: 24px;
  font-size: 16px;
  color: #555;
}
#wrap.signup .wrap_step1 .item_terms .wrap_check {
  margin-top: 12px;
  text-align: right;
}
#wrap.signup .wrap_step1 .item_terms .wrap_check .lab {
  font-size: 16px;
  font-weight: 500;
}
#wrap.signup .wrap_step2 .wrap_tbl {
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 24px;
}
#wrap.signup .wrap_step2 .wrap_tbl th, #wrap.signup .wrap_step2 .wrap_tbl td {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
#wrap.signup .wrap_step2 .wrap_tbl tr:last-child th, #wrap.signup .wrap_step2 .wrap_tbl tr:last-child td {
  border-bottom: none;
}
#wrap.signup .wrap_step2 .wrap_tbl .alert {
  margin-top: 12px;
}
#wrap.signup .wrap_step2 .wrap_tbl .wrap_noti {
  margin-top: 4px;
}
#wrap.signup .wrap_step2 .wrap_tbl .wrap_inp:has(.input:disabled),
#wrap.signup .wrap_step2 .wrap_tbl .wrap_inp:has(.input:read-only) {
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  #wrap.signup .wrap_step2 .wrap_tbl {
    padding: 14px;
    border: none;
    border-radius: 8px;
    background: #f9f9f9;
  }
  #wrap.signup .wrap_step2 .wrap_tbl th, #wrap.signup .wrap_step2 .wrap_tbl td {
    border: none;
  }
  #wrap.signup .wrap_step2 .wrap_tbl td + th {
    margin-top: 24px;
  }
  #wrap.signup .wrap_step2 .wrap_tbl .alert {
    background: none;
    margin: 0;
    padding: 12px 0;
  }
}
#wrap.signup .wrap_step3 {
  max-width: 1024px !important;
}
#wrap.signup .wrap_step3 .box {
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 24px;
}
#wrap.signup .wrap_step3 .list_service .box {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  #wrap.signup .wrap_step3 .list_chk .lab {
    font-size: 16px;
  }
  #wrap.signup .wrap_step3 .section {
    width: 100%;
  }
  #wrap.signup .wrap_step3 .list_service {
    display: block;
    margin: 0 -20px;
    padding: 0 10vw 0 10px;
  }
  #wrap.signup .wrap_step3 .list_service .slick-list {
    overflow: visible;
  }
  #wrap.signup .wrap_step3 .list_service .item {
    display: block;
    padding: 0 10px;
  }
  #wrap.signup .wrap_step3 .list_service .pricing dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #wrap.signup .wrap_step3 .list_service .pricing dl + dl {
    margin-top: 12px;
  }
  #wrap.signup .wrap_step3 .list_service .pricing dt {
    font-size: 15px;
  }
  #wrap.signup .wrap_step3 .list_service .pricing dd {
    gap: 8px;
  }
  #wrap.signup .wrap_step3 .list_service .option .price_opt {
    top: 12px;
    bottom: auto;
    right: 0;
  }
  #wrap.signup .wrap_step3 .list_service .option .conts_opt {
    padding-bottom: 0;
  }
  #wrap.signup .wrap_step3 .list_service .pay {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
#wrap.signup .wrap_step4 .notice .red {
  color: #D80006;
  font-weight: 600;
}

/* 이용약관 */
#wrap.terms #container {
  padding: 80px 0 160px;
}
#wrap.terms .wrap_title .title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}
#wrap.terms .conts_terms {
  margin-top: 50px;
  color: #555;
  font-weight: 300;
  line-height: 1.8;
}
#wrap.terms .conts_terms strong {
  display: block;
  font-weight: 600;
  color: #000;
}
#wrap.terms .desc {
  border-radius: 8px;
  background: #f7f7f7;
  padding: 24px;
  font-weight: 400;
}
#wrap.terms .list_terms {
  margin-top: 1.5em;
}
#wrap.terms .list_terms li {
  position: relative;
}
#wrap.terms .list_terms > li + li {
  margin-top: 1.5em;
}
#wrap.terms .list_terms .tit_item {
  font-size: 1.1em;
}
#wrap.terms .list_terms ul {
  margin: 8px 0;
}
#wrap.terms .list_terms ul.in {
  padding-left: 1em;
}
#wrap.terms .list_terms ul.dot > li {
  padding-left: 1em;
}
#wrap.terms .list_terms ul.dot > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}
#wrap.terms .list_terms ul strong {
  font-weight: 500;
}
#wrap.terms .list_terms ol {
  padding-left: 1em;
}
#wrap.terms .list_terms ol li + li {
  margin-top: 0.4em;
}
#wrap.terms .list_terms table th, #wrap.terms .list_terms table td {
  border: 1px solid #ddd;
  padding: 0.2em 0.5em;
}
#wrap.terms .list_terms table th {
  background-color: #f7f7f7;
}
#wrap.terms .box_terms {
  display: flex;
  margin-top: 8px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 24px 4px;
}
#wrap.terms .box_terms .item {
  width: 100%;
  padding: 0 20px;
}
#wrap.terms .box_terms .item + .item {
  border-left: 1px solid #e5e5e5;
}
@media screen and (max-width: 1024px) {
  #wrap.terms #container {
    padding-bottom: 72px;
  }
  #wrap.terms .wrap_title .title {
    font-size: 24px;
  }
  #wrap.terms .conts_terms {
    margin-top: 24px;
    font-size: 15px;
    word-break: normal;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  #wrap.terms #container {
    padding-top: 64px;
  }
  #wrap.terms .box_terms {
    display: block;
  }
  #wrap.terms .box_terms .item + .item {
    border: none;
    margin-top: 1em;
  }
}