@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: #2864F0;
  font-weight: 500;
}
#wrap.service .wrap_title .title {
  display: block;
  font-size: 32px;
  font-weight: 500;
  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: 500;
}
#wrap.service .wrap_title .link_line {
  border: 2px solid #2864F0;
  background: #fff;
  color: #2864F0;
  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;
  }
}
#wrap.service .wrap_title .btn_area {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
#wrap.service .wrap_title .btn_area [class^=link] {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  #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 .wrap_title .btn_area {
    flex-direction: column;
  }
}

.wrap_service {
  margin-top: 64px;
}
.wrap_service .thead {
  border-bottom: 2px solid #222;
  border-radius: 12px 12px 0 0;
  background: #2864F0;
  color: #fff;
  padding: 4px 0;
}
.wrap_service .thead .left {
  padding-left: 20px;
}
.wrap_service .thead .left, .wrap_service .thead button {
  font-weight: 500;
  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: 500;
}
.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: 500;
}
.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: #F1F7FF;
  border: 1px solid #F1F7FF;
  color: #2864F0;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (min-width: 1400px) {
  .wrap_service .row_price .btn_join:hover {
    border-color: #2864F0;
    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 #2864F0;
    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: 16px;
    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 #2864F0;
    border-radius: 8px 8px 0 0;
    border-bottom-color: transparent;
    color: #2864F0;
  }
  .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;
  align-items: center;
  gap: 8px;
  position: relative;
}
.list_service .hd_item .title {
  font-size: 24px;
  font-weight: 500;
}
.list_service .hd_item .kor {
  font-size: 14px;
  color: #757575;
}
.list_service .hd_item .link_estimate {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 16px;
  text-decoration: underline;
  color: #757575;
  transition: 0.2s;
}
.list_service .hd_item .link_estimate:hover {
  color: #000;
}
.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 dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.list_service .pricing dl dd {
  display: block;
}
.list_service .pricing dt {
  font-size: 16px;
  font-weight: normal;
}
.list_service .pricing dd {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.list_service .pricing .origin {
  color: #2864F0;
  text-decoration: line-through;
}
.list_service .pricing .event {
  font-size: 20px;
}
.list_service .pricing dl + dl {
  margin-top: 8px;
}
.list_service .option {
  background: #fff;
  border-left: 2px solid #F1F7FF;
  border-right: 2px solid #F1F7FF;
}
.list_service .option .row {
  position: relative;
}
.list_service .option .price_opt {
  position: absolute;
  bottom: 12px;
  right: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.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: 500;
  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: 500;
  color: #2864F0;
}

.wrap_pricing {
  margin-top: 64px;
}
.wrap_pricing .box {
  width: 100%;
  border-radius: 20px;
}
.wrap_pricing .list_service {
  gap: 24px;
}
.wrap_pricing .list_service.slick-slider .item {
  display: block;
  width: auto;
}
.wrap_pricing .list_service .small {
  font-size: 0.9em;
}
.wrap_pricing .list_service .hd_item {
  height: auto;
  padding: 36px 24px 0;
  gap: 8px;
}
.wrap_pricing .list_service .hd_item .title_item {
  justify-content: space-between;
}
.wrap_pricing .list_service .hd_item .title {
  font-size: 28px;
}
.wrap_pricing .list_service .hd_item .kor {
  font-size: 16px;
}
.wrap_pricing .list_service .hd_item .desc {
  font-size: 16px;
}
.wrap_pricing .list_service .hd_item .btn_area .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #2864F0;
  border-radius: 8px;
  color: #fff;
  transition: 0.3s;
}
.wrap_pricing .list_service .hd_item .btn_area .btn:hover {
  background-color: #2864F0;
}
.wrap_pricing .list_service .price_plan {
  margin: 0 0 12px;
}
.wrap_pricing .list_service .pricing, .wrap_pricing .list_service .option {
  padding: 16px 24px;
}
.wrap_pricing .list_service .row {
  padding: 12px 0;
}
.wrap_pricing .list_service .pricing {
  margin-top: 14px;
}
.wrap_pricing .list_service .pricing .tit_pricing {
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid #999;
  color: #222;
  font-weight: 500;
}
.wrap_pricing .list_service .pricing dt {
  font-size: 16px;
}
.wrap_pricing .list_service .pricing dd {
  font-size: 18px;
}
.wrap_pricing .list_service .pricing dd span {
  font-size: 14px;
  color: #757575;
}
.wrap_pricing .list_service .option .price_opt {
  bottom: auto;
  top: 14px;
  font-weight: 500;
  font-size: 16px;
}
.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: 16px;
  padding-bottom: 0;
}
.wrap_pricing .list_service .pay {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.wrap_pricing .list_service .pay .lab {
  color: #000;
  font-size: 16px;
}
.wrap_pricing .list_service .pay .lab span {
  display: block;
  font-size: 0.85em;
}
.wrap_pricing .list_service .pay .price {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-end;
  justify-content: center;
  height: 52px;
  text-align: right;
  line-height: 1.2;
}
.wrap_pricing .list_service .pay .link_estimate {
  font-size: 16px;
  color: #757575;
  text-decoration: underline;
}
@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 0;
    padding: 0 20px 0;
  }
  .wrap_pricing .list_service .slick-list {
    overflow: visible;
  }
  .wrap_pricing .list_service .item {
    display: block;
    width: 48vw;
    width: 320px;
    min-width: 50vw;
    padding: 0 8px;
    box-sizing: content-box;
  }
  .wrap_pricing .list_service .pricing {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .wrap_pricing .list_service .item {
    width: 420px;
    max-width: calc(100vw - 60px);
  }
  .wrap_pricing .list_service .hd_item {
    padding: 24px 16px;
  }
  .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 .hd_item .btn_area .btn {
    height: 44px;
  }
  .wrap_pricing .list_service .pricing, .wrap_pricing .list_service .option {
    padding: 8px 16px;
  }
  .wrap_pricing .list_service .row {
    padding: 8px 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;
  }
  .wrap_pricing .list_service .pay .lab {
    font-size: 14px;
  }
  .wrap_pricing .list_service .pay strong {
    font-size: 20px;
  }
}
.wrap_pricing .box.guide_free {
  border: none;
  background: #f7f7f7;
}
@media screen and (max-width: 440px) {
  .wrap_pricing .box.guide_free {
    padding: 20px;
    border: none !important;
  }
}

/*** 회원가입 ***/
.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: 500;
}
.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: #2864F0;
  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 #2864F0;
  color: #2864F0;
  font-size: 14px;
  font-weight: bold;
}
.hd_membership .wrap_step .txt {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  color: #555;
  line-height: 1.3;
}
.hd_membership .wrap_step .on .num {
  background-color: #2864F0;
  color: #fff;
}
.hd_membership .wrap_step .on .txt {
  color: #000;
  font-weight: 500;
}
@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;
  }
}

.guide_box {
  padding: 1.2em;
  background: #f7f7f7;
  border-radius: 12px;
  font-size: 0.875em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .guide_box br {
    display: none;
    font-size: 0;
  }
}

#wrap.signup {
  padding-bottom: 0;
}
#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: 500;
}
#wrap.signup .wrap_btn .btn_back {
  width: 25%;
  flex-shrink: 0;
  background: #ccc;
}
#wrap.signup .wrap_btn .btn_primary {
  flex-grow: 1;
  background: #2864F0;
}
#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: 500;
}
#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;
}
#wrap.signup .wrap_step2 .wrap_tbl textarea.input {
  border: 1px solid #bbb;
  border-radius: 4px;
  padding: 8px;
  background: #fff;
}
@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 .free {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: rgba(216, 0, 6, 0.05);
}
#wrap.signup .wrap_step3 .free dl {
  display: flex;
  align-items: center;
  gap: 12px;
}
#wrap.signup .wrap_step3 .free dt {
  font-size: 0.85em;
  font-weight: 400;
}
#wrap.signup .wrap_step3 .free dd {
  color: #2864F0;
  font-weight: bold;
  font-size: 1.2em;
}
#wrap.signup .wrap_step3 .list_service {
  border: 1px solid #ccc;
  border-radius: 12px;
  gap: 0;
  overflow: hidden;
}
#wrap.signup .wrap_step3 .list_service .box {
  padding: 0;
  border: none;
  border-radius: 0;
}
#wrap.signup .wrap_step3 .list_service .item + .item {
  border-left: 1px solid #ccc;
}
#wrap.signup .wrap_step3 .list_service .option {
  border: none;
}
#wrap.signup .wrap_step3 .list_service .option .conts_opt {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #wrap.signup .wrap_step3 .section {
    width: 100%;
  }
  #wrap.signup .wrap_step3 .free {
    padding: 12px 20px;
  }
  #wrap.signup .wrap_step3 .free dd {
    font-size: 1em;
  }
  #wrap.signup .wrap_step3 .list_service {
    display: block;
    margin: 0 -20px;
    padding: 0 10vw 0 10px;
    border: none;
    border-radius: 0;
  }
  #wrap.signup .wrap_step3 .list_service .slick-list {
    overflow: visible;
  }
  #wrap.signup .wrap_step3 .list_service .item {
    display: block;
    width: 300px;
    padding: 0 10px;
  }
  #wrap.signup .wrap_step3 .list_service .item + .item {
    border-left: none;
  }
  #wrap.signup .wrap_step3 .list_service .box {
    border: 1px solid #ccc;
    border-radius: 12px;
  }
  #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 {
    display: block;
    padding: 12px 20px;
  }
  #wrap.signup .wrap_step3 .list_service .pay strong {
    font-size: 20px;
  }
}
#wrap.signup .wrap_step4 .notice .red {
  color: #2864F0;
  font-weight: 500;
}

/* 이용약관 */
#wrap.terms #container {
  padding: 80px 0 160px;
}
#wrap.terms .wrap_title .title {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
}
#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: 500;
  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;
  }
}

/* 데모 체험 신청 */
#wrap.demo #container {
  padding: 80px 0 160px;
}
#wrap.demo #footer {
  height: auto;
}
#wrap.demo .wrap_title {
  text-align: center;
}
#wrap.demo .wrap_title .sup {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  color: #2864F0;
  font-weight: 500;
}
#wrap.demo .wrap_title .title {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}
#wrap.demo .wrap_title .desc {
  margin-top: 16px;
  font-size: 20px;
}
#wrap.demo .wrap_demo {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  max-width: 1100px;
  margin: 100px auto 0;
}
#wrap.demo .wrap_demo .conts_demo .title {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
#wrap.demo .wrap_demo .conts_demo .list_function {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
#wrap.demo .wrap_demo .conts_demo .list_function li {
  width: calc(50% - 6px);
}
#wrap.demo .wrap_demo .conts_demo .list_function .box {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 20px;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 4px 4px 8px rgba(216, 0, 6, 0.05);
  line-height: 1.3;
}
#wrap.demo .wrap_demo .conts_demo .list_function .box:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
#wrap.demo .wrap_demo .conts_demo .list_function .item1 .box:before {
  background-image: url(../img/icon_func01.png);
}
#wrap.demo .wrap_demo .conts_demo .list_function .item2 .box:before {
  background-image: url(../img/icon_func02.png);
}
#wrap.demo .wrap_demo .conts_demo .list_function .item3 .box:before {
  background-image: url(../img/icon_func03.png);
}
#wrap.demo .wrap_demo .conts_demo .list_function .item4 .box:before {
  background-image: url(../img/icon_func04.png);
}
#wrap.demo .wrap_demo .conts_demo .list_function .item5 .box:before {
  background-image: url(../img/icon_func05.png);
}
#wrap.demo .wrap_demo .conts_demo .list_function .item6 .box:before {
  background-image: url(../img/icon_func06.png);
}
#wrap.demo .wrap_demo .conts_demo .guide_demo {
  margin-top: 40px;
  padding: 24px;
  border-radius: 12px;
  background: #f7f7f7;
}
#wrap.demo .wrap_demo .conts_demo .guide_demo .tit {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
#wrap.demo .wrap_demo .conts_demo .guide_demo .conts {
  margin-top: 14px;
}
#wrap.demo .wrap_demo .conts_demo .guide_demo .conts p {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  color: #333;
}
#wrap.demo .wrap_demo .conts_demo .guide_demo .conts p:before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #333;
  content: "";
}
#wrap.demo .wrap_demo .conts_demo .guide_demo .conts p b {
  font-weight: 500;
  color: #000;
}
#wrap.demo .wrap_demo .conts_demo .guide_demo .conts p + p {
  margin-top: 8px;
}
#wrap.demo .wrap_demo .box_frm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 420px;
  flex-shrink: 0;
  padding: 32px 40px;
  border: 2px solid #2864F0;
  border-radius: 16px;
}
#wrap.demo .wrap_demo .box_frm .tit_frm .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
#wrap.demo .wrap_demo .box_frm .tit_frm .title img {
  height: 28px;
}
#wrap.demo .wrap_demo .box_frm .tit_frm .title span {
  font-size: 24px;
  font-weight: bold;
}
#wrap.demo .wrap_demo .box_frm .tit_frm .desc {
  margin-top: 24px;
  padding-bottom: 28px;
  text-align: center;
  font-size: 18px;
  color: #555;
  line-height: 1.5;
}
#wrap.demo .wrap_demo .box_frm .list_frm {
  margin-top: 32px;
}
#wrap.demo .wrap_demo .box_frm .list_frm .text-danger {
  font-size: 0.8em;
}
#wrap.demo .wrap_demo .box_frm .list_frm .wrap_inp {
  position: relative;
}
#wrap.demo .wrap_demo .box_frm .list_frm .wrap_inp:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #2864F0;
  transition: 0.3s;
  content: "";
}
#wrap.demo .wrap_demo .box_frm .list_frm .wrap_inp:has(.inp:focus):after {
  width: 100%;
}
#wrap.demo .wrap_demo .box_frm .list_frm .wrap_inp:has(.text-danger) {
  margin-bottom: 32px;
}
#wrap.demo .wrap_demo .box_frm .list_frm .wrap_inp:has(.text-danger:empty) {
  margin-bottom: 0;
}
#wrap.demo .wrap_demo .box_frm .list_frm .wrap_inp .group_btn {
  position: absolute;
  bottom: 11px;
  right: 0;
}
#wrap.demo .wrap_demo .box_frm .list_frm .wrap_inp .group_btn .btn {
  height: 28px;
  font-size: 14px;
  padding: 0 8px;
}
#wrap.demo .wrap_demo .box_frm .list_frm .wrap_inp .text-danger {
  position: absolute;
  top: 100%;
  left: 0;
}
#wrap.demo .wrap_demo .box_frm .list_frm .alert {
  margin-top: 8px;
}
#wrap.demo .wrap_demo .box_frm .list_frm .lab {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #555;
}
#wrap.demo .wrap_demo .box_frm .list_frm .lab:not(.fix) {
  margin-top: 12px;
  height: 0;
  overflow: hidden;
  transform: translateY(100%);
  opacity: 0;
  transition: 0.3s;
}
#wrap.demo .wrap_demo .box_frm .list_frm .on {
  margin-top: 12px;
}
#wrap.demo .wrap_demo .box_frm .list_frm .on .lab {
  height: 26px;
  transform: translateY(0);
  opacity: 1;
}
#wrap.demo .wrap_demo .box_frm .list_frm li:has(.text-danger) + li.on {
  margin-top: 36px;
}
#wrap.demo .wrap_demo .box_frm .list_frm .must {
  font-size: 0;
}
#wrap.demo .wrap_demo .box_frm .list_frm .must:after {
  content: "*";
  font-size: 16px;
  color: #F95914;
}
#wrap.demo .wrap_demo .box_frm .list_frm .inp, #wrap.demo .wrap_demo .box_frm .list_frm .slt {
  width: 100%;
  height: 48px;
  font-size: 18px;
  border-bottom: 1px solid #bbb !important;
}
#wrap.demo .wrap_demo .box_frm .list_frm .slt {
  background: url(../img/arrow07_down.png) no-repeat right center/16px auto;
  padding-left: 0;
  border-radius: 0;
  border: none;
}
#wrap.demo .wrap_demo .box_frm .wrap_btn {
  margin-top: 32px;
  text-align: center;
}
#wrap.demo .wrap_demo .box_frm .wrap_btn [class^=btn] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  transition: 0.3s;
}
#wrap.demo .wrap_demo .box_frm .wrap_btn .btn_demo {
  background: #2864F0;
  color: #fff;
}
#wrap.demo .wrap_demo .box_frm .wrap_btn .btn_demo:hover {
  background: #2864F0;
}
#wrap.demo .wrap_demo .box_frm .wrap_btn .btn_new {
  margin-top: 12px;
  border: 1px solid #bbb;
  background: #fff;
  color: #555;
}
#wrap.demo .wrap_demo .box_frm .wrap_btn .btn_new:hover {
  border-color: #999;
  color: #000;
}
#wrap.demo .wrap_demo .box_frm .type2 .tit_frm .title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
#wrap.demo .wrap_demo .box_frm .type2 .list_frm {
  min-height: 314px;
}
#wrap.demo .wrap_demo .box_frm .wrap_agree {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
#wrap.demo .wrap_demo .box_frm .wrap_agree a {
  font-size: 14px;
  color: #757575;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  #wrap.demo #container {
    padding: 48px 0 72px;
  }
  #wrap.demo .wrap_title .sup {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #wrap.demo .wrap_title .title {
    font-size: 32px;
  }
  #wrap.demo .wrap_title .desc {
    margin-top: 8px;
    font-size: 16px;
  }
  #wrap.demo .wrap_demo {
    flex-direction: column-reverse;
    margin-top: 60px;
    gap: 40px;
  }
  #wrap.demo .wrap_demo .box_frm {
    width: auto;
    padding: 32px 20px;
  }
  #wrap.demo .wrap_demo .box_frm .tit_frm .title img {
    height: 24px;
  }
  #wrap.demo .wrap_demo .box_frm .tit_frm .title span {
    font-size: 20px;
  }
  #wrap.demo .wrap_demo .box_frm .tit_frm .desc {
    max-width: 720px;
    margin: 12px auto 0;
    font-size: 16px;
    padding-bottom: 20px;
  }
  #wrap.demo .wrap_demo .box_frm .tit_frm .desc .block {
    display: inline-block;
  }
  #wrap.demo .wrap_demo .box_frm .list_frm {
    margin-top: 24px;
  }
  #wrap.demo .wrap_demo .box_frm .wrap_agree {
    flex-wrap: wrap;
    gap: 8px;
  }
  #wrap.demo .wrap_demo .box_frm .wrap_agree .lab {
    font-size: 16px;
  }
  #wrap.demo .wrap_demo .conts_demo .list_function .box {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  #wrap.demo .wrap_title .title {
    font-size: 24px;
  }
  #wrap.demo .wrap_demo {
    margin-top: 32px;
  }
  #wrap.demo .wrap_demo .conts_demo .list_function li {
    width: 100%;
  }
  #wrap.demo .wrap_demo .conts_demo .list_function li .block {
    display: inline-block;
  }
  #wrap.demo .wrap_demo .box_frm .wrap_btn [class^=btn] {
    height: 48px;
    font-size: 16px;
  }
}

/* 교육 신청 */
.wrap_education {
  margin-top: 72px;
  border-top: 1px solid #ddd;
}
.wrap_education .item_edu {
  padding: 32px 0;
  border-bottom: 1px solid #ddd;
}
.wrap_education .inner {
  display: flex;
  gap: 40px;
}
.wrap_education .left {
  width: 280px;
  flex-shrink: 0;
}
.wrap_education .right {
  flex-grow: 1;
}
.wrap_education .img {
  border-radius: 12px;
  overflow: hidden;
}
.wrap_education .func_area {
  margin-top: 12px;
  text-align: center;
}
.wrap_education .func_area .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: 50px;
  border: 2px solid #2864F0;
  border-radius: 8px;
  font-size: 16px;
  color: #2864F0;
  font-weight: 500;
}
.wrap_education .func_area .btn:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/arrow02_right.png) no-repeat center center/contain;
  content: "";
}
.wrap_education .func_area .btn:disabled {
  border: 1px solid #ccc;
  background: #f5f5f5;
  color: #757575;
  opacity: 1;
  cursor: unset;
}
.wrap_education .func_area .btn:disabled:after {
  display: none;
}
.wrap_education .func_area .link_receive {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 24px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #222;
  opacity: 0.7;
  transition: 0.1s;
}
.wrap_education .func_area .link_receive:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_mail.svg) no-repeat center center/contain;
  content: "";
}
.wrap_education .func_area .link_receive:hover {
  opacity: 1;
}
.wrap_education .hd_edu .tit_edu {
  display: flex;
  gap: 12px;
}
.wrap_education .hd_edu .tit_edu .lab {
  display: inline-flex;
  align-items: center;
  height: 24px;
  margin-top: 4px;
  padding: 0 8px;
  border: 1px solid #2864F0;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #2864F0;
}
.wrap_education .hd_edu .tit_edu .title {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
}
.wrap_education .hd_edu .date_edu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.wrap_education .hd_edu .date_edu .item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.wrap_education .hd_edu .date_edu .status {
  font-size: 14px;
}
.wrap_education .hd_edu .date_edu .item.on .status {
  color: #3070E6;
}
.wrap_education .hd_edu .date_edu .item.off {
  color: #757575;
}
.wrap_education .hd_edu .date_edu .item.complete .status {
  color: #2864F0;
}
.wrap_education .more {
  display: none;
}
.wrap_education .conts_edu {
  margin-top: 20px;
}
.wrap_education .conts_edu .info_edu {
  padding: 24px 0;
  border-top: 1px dashed #ddd;
}
.wrap_education .conts_edu .info_item {
  display: flex;
  gap: 12px;
  line-height: 1.4;
}
.wrap_education .conts_edu .info_item dt {
  min-width: 56px;
  font-size: 15px;
  color: #757575;
}
.wrap_education .conts_edu .info_item dd {
  flex-grow: 1;
}
.wrap_education .conts_edu .info_item .name {
  display: block;
  font-weight: bold;
}
.wrap_education .conts_edu .info_item .desc_instructor {
  font-size: 0.9em;
  margin-top: 0.2em;
}
.wrap_education .conts_edu .details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 32px;
}
@media screen and (max-width: 1024px) {
  .wrap_education {
    margin-top: 50px;
    font-size: 16px;
  }
  .wrap_education .item_edu {
    padding: 24px 0;
  }
  .wrap_education .inner {
    gap: 32px;
  }
  .wrap_education .left {
    width: 30%;
    min-width: 160px;
  }
  .wrap_education .func_area .btn {
    height: 44px;
  }
  .wrap_education .hd_edu .tit_edu {
    gap: 8px;
  }
  .wrap_education .hd_edu .tit_edu .lab {
    margin-top: 2px;
  }
  .wrap_education .hd_edu .tit_edu .title {
    font-size: 22px;
    line-height: 28px;
  }
  .wrap_education .hd_edu .date_edu {
    margin-top: 16px;
  }
  .wrap_education .hd_edu .date_edu .item {
    padding: 2px 8px;
  }
  .wrap_education .conts_edu {
    margin-top: 16px;
  }
  .wrap_education .conts_edu .info_edu {
    padding: 16px 0;
  }
  .wrap_education .conts_edu .info_item dt {
    min-width: 50px;
    font-size: 14px;
  }
  .wrap_education .conts_edu .details {
    gap: 10px 24px;
  }
}
@media screen and (max-width: 768px) {
  .wrap_education .inner {
    gap: 4vw;
  }
  .wrap_education .conts_edu .details {
    display: block;
  }
  .wrap_education .conts_edu .details .info_item + .info_item {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 540px) {
  .wrap_education {
    margin-left: -20px;
    margin-right: -20px;
    border-top: none;
  }
  .wrap_education .inner {
    display: block;
    overflow: hidden;
  }
  .wrap_education .item_edu {
    position: relative;
    padding: 24px 20px 68px;
    border-top: 10px solid #f5f5f5;
  }
  .wrap_education .item_edu:has(.link_receive) {
    padding-bottom: 108px;
  }
  .wrap_education .left {
    width: 100px;
    min-width: 0;
    float: left;
    margin: 0 16px 10px 0;
  }
  .wrap_education .left .img {
    border-radius: 2vw;
  }
  .wrap_education .left .func_area {
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
  }
  .wrap_education .hd_edu {
    min-height: 110px;
  }
  .wrap_education .hd_edu .tit_edu {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .wrap_education .hd_edu .tit_edu .lab {
    font-size: 13px;
    height: 22px;
  }
  .wrap_education .hd_edu .tit_edu .title {
    font-size: 18px;
  }
  .wrap_education .hd_edu .date_edu {
    margin-top: 8px;
  }
  .wrap_education .hd_edu .date_edu .item {
    font-size: 15px;
  }
}