@charset "UTF-8";

.community_3_1 {
  margin-top: 115px;
}

.community_3_1 h2 {
  color: var(--blue, #030f54);
  font-family: Peddana;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.community_3_2 {
  padding: 160px 0 170px;
  background: #f2f2f2;
}
.community_3_2 .inner {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}
.community_3_2 h2 {
  color: var(--blue, #030f54);
  font-family: Peddana;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
}
.community_3_2 .tabnav {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  margin-bottom: 50px;
}
.community_3_2 .tabnav a {
  color: #fdfdfd;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  border-radius: 10px;
  padding: 7px 15px;
  box-sizing: border-box;
  background: #acacac;
  transition: 0.3s;
  border: 2px solid transparent;
}
.community_3_2 .tabnav a.active {
  color: #000;
  border: 2px solid #0069ff;
  background: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.community_3_2 .tabcon {
  display: flex;
  color: #fff;
  font-family: Inter;
}
.community_3_2 .txt_wrap .box {
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.community_3_2 .txt_wrap .box1 {
  background: rgba(4, 60, 216, 0.6);
  height: 55%;
}
.community_3_2 .txt_wrap .box2 {
  background: rgba(0, 0, 0, 0.6);
  height: 45%;
}
.community_3_2 .txt_wrap .box3 {
  background: rgba(0, 0, 0, 0.6);
  height: 45%;
}
.community_3_2 .txt_wrap h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 9px;
}
.community_3_2 .txt_wrap strong {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.community_3_2 .txt_wrap p {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .community_3_1.main_6 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .community_3_1.main_6 {
    /* margin-top: 60px; */
    padding-top: 60px;
  }
  .community_3_1 h2 {
    font-size: 60px;
  }
  .community_3_2 {
    padding: 60px 0;
  }
  .community_3_2 h2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .community_3_2 .tabnav {
    margin-bottom: 20px;
  }
  .community_3_2 .tabnav a {
    font-size: 16px;
    padding: 5px 7px;
  }
  .community_3_2 .tabcon {
    flex-direction: column;
  }
  .community_3_2 .map_wrap iframe {
    height: 400px;
    width: 100%;
  }
  .community_3_2 .txt_wrap h3 {
    font-size: 26px;
  }
  .community_3_2 .txt_wrap strong {
    font-size: 18px;
  }
  .community_3_2 .txt_wrap p {
    font-size: 16px;
  }
}
.community_5_1 {
  margin-top: 115px;
  padding: 160px 0;
  background: #f3f3f4;
}
.community_5_1 .book_box .step {
  display: none;
}
.community_5_1 .book_box .step.on {
  display: block;
}
.community_5_1 {
}
.community_5_1 h2 {
  color: #000;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  /* display: none; */
  width: 90%;
  margin: 0 auto 50px;
}
.community_5_1 h2.on {
  display: block;
}
.community_5_1 .book_box {
  position: relative;
  max-width: 1380px;
  width: 90%;
  margin: 0 auto;
  padding: 160px 5.2vw 120px;
  box-sizing: border-box;
  background: #fff;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  border: 1px solid #dedede;
}
/* .community_5_1 .book_box:after {
  position: absolute;
  content: '';
  display: block;
  width: 565px;
  height: 467px;
  background: url('/img/sub/book_box_vector.png') no-repeat center center / 100%
    100%;
  top: -1px;
  right: -1px;
  z-index: -1;
} */
.community_5_1 .con_1 {
  margin-bottom: 100px;
}
.community_5_1 .step_head h3 {
  color: #000;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: left;
}
.community_5_1 .step_head p {
  color: #828282;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 50px;
}
.community_5_1 .step_head p span {
  color: var(--Blue-2, #0069ff);
}
.community_5_1 .con_1 .time_box {
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #d9eaf5;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
}
.community_5_1 .con_1 .time_box ul {
  flex: 1;
}
.community_5_1 .con_1 .time_box ul li {
  display: flex;
  align-items: center;
  gap: 1vw;
}
.community_5_1 .con_1 .time_box ul li:not(:last-child) {
  margin-bottom: 20px;
}
.community_5_1 .con_1 .time_box b {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  min-width: 235px;
}
.community_5_1 .con_1 .time_box ul:last-child b {
  min-width: 147px;
}
.community_5_1 .con_1 .time_box p {
  color: var(--Blue-2, #0069ff);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.community_5_1 .con_2 {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  gap: 10px;
}
.community_5_1 .con_2 .time_wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.community_5_1 .con_2 .time_wrap b {
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 20px;
}
.community_5_1 .con_2 .time_wrap ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 18px;
}
.community_5_1 .con_2 .time_wrap ul li {
  width: 50%;
}
.community_5_1 .con_2 .time_wrap ul li label {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  width: fit-content;
  padding: 5px;
  border-radius: 999px;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: pointer;
}

.community_5_1 .con_2 .time_wrap ul li label.on {
  background: #0069ff;
  color: #fff;
}
.community_5_1 .con_2 .time_wrap ul li span {
  flex: 1;
}
.community_5_1 .con_2 .time_wrap ul li input:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  opacity: 0;
  transition: 0.45s;
  border-radius: 999px;
}
.community_5_1 .con_2 .time_wrap ul li input:checked:after {
  opacity: 1;
}
.community_5_1 .con_2 .time_wrap ul li input {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 999px;
  transition: 0.3s;
  position: relative;
}
.community_5_1 .reserve_nav_btn button:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}
.community_5_1 .reserve_nav_btn button {
  border-radius: 15px;
  padding: 9px 21px;
  box-sizing: border-box;
  color: #fff;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  border: none;
  min-width: 140px;
  transition: 0.3s;
}
.community_5_1 .step_2.main_6 .reserve_nav_btn button {
  border-radius: 15px;
  padding: 9px 21px;
  box-sizing: border-box;
  color: #fff;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  border: none;
  min-width: 140px;
  transition: 0.3s;
}
.community_5_1 .reserve_nav_btn {
  display: flex;
  align-items: center;
  gap: 2vw;
  justify-content: flex-end;
}
.community_5_1 .reserve_nav_btn .next {
  background: var(
    --Blue-2,
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    #0069ff
  );
}
.community_5_1 .reserve_nav_btn .prev {
  background: #a0a8aa;
}
.community_5_1 .book_box .step.main_6 {
  padding: 0;
  background: transparent;
}
.community_5_1 .step_2 .input_box {
  max-width: 600px;
}
.community_5_1 .step_2 .input_box .reserve_nav_btn button {
  margin: 0;
}
.community_5_1 .step_3 .step_head {
  margin-bottom: 80px;
}
.community_5_1 .step_3 .con {
  padding-bottom: 30px;
}
.community_5_1 .step_3 .con:not(:last-child) {
  border-bottom: 1px dotted #b9b9b9;
}
.community_5_1 .step_3 .con:last-child {
  padding-top: 30px;
}
.community_5_1 .step_3 .text {
  padding-left: 60px;
  margin-bottom: 60px;
}
.community_5_1 .step_3 .text b {
  color: #000;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}
.community_5_1 .step_3 .text p {
  color: #767474;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.community_5_1 .step_3 .chk_wrap {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #000;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.585px; /* 131.606% */
}
.community_5_1 .step_3 .chk_wrap span {
  flex: 1;
}
.community_5_1 .step_3 .chk_wrap input {
  background: url(/img/main/main_6_check.png) no-repeat center center / 100%;
  width: 29px;
  height: 29px;
}
.community_5_1 .step_3 .chk_wrap input:checked {
  background: url('/img/main/main_6_check_on.png') no-repeat center center /
    100%;
}
.community_5_1 .step_3 .step_head:nth-child(3) {
  margin-bottom: 40px;
}
.community_5_1 .step_3 textarea {
  width: 100%;
  resize: none;
  border: 1px solid #000;
  padding: 20px;
  box-sizing: border-box;
  min-height: 250px;
  margin-bottom: 55px;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.community_5_1 .step_3 .reserve_nav_btn {
  justify-content: flex-end;
}
.community_5_1 .step_4 h3 {
  color: var(--Blue-2, #0069ff);
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.585px; /* 87.737% */
}
.community_5_1 .step_4 ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--Blue-2, #0069ff);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 0.9;
}
.community_5_1 .step_4 ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .community_5_1 {
    margin-top: 60px;
    padding: 100px 0;
  }
  .community_5_1 h2 {
    font-size: 30px;
  }
  .community_5_1 .con_1 .time_box {
    flex-direction: column;
  }
  .community_5_1 .con_1 .time_box ul:not(:last-child) {
    margin-bottom: 20px;
  }
  .community_5_1 .con_1 .time_box ul:last-child b {
    min-width: 235px;
  }
  .community_5_1 .con_2 {
    flex-direction: column;
    gap: 50px;
  }
  .community_5_1 .con_2 .time_wrap {
    width: 100%;
  }
  .community_5_1 .con_2 .time_wrap ul {
    margin-bottom: 50px;
  }
  .community_5_1 .book_box {
    padding: 60px 20px;
  }
  .community_5_1 .book_box:after {
    width: 250px;
    height: 190px;
  }
  .community_5_1 .step_head h3 {
    font-size: 26px;
    margin-bottom: 6px;
  }
  .community_5_1 .step_head p {
    font-size: 18px;
  }
  .community_5_1 .con_1 {
    margin-bottom: 30px;
  }
  .community_5_1 .con_1 .time_box ul li {
    flex-direction: column;
    align-items: flex-start;
  }
  .community_5_1 .con_1 .time_box b {
    font-size: 16px;
  }
  .community_5_1 .con_1 .time_box p {
    font-size: 14px;
  }
  .community_5_1 .con_2 {
    gap: 30px;
  }
  .community_5_1 .con_2 .time_wrap b {
    font-size: 26px;
  }
  .community_5_1 .con_2 .time_wrap ul li label {
    font-size: 14px;
  }
  .community_5_1 .reserve_nav_btn button {
    font-size: 16px;
    min-width: unset;
  }
  .community_5_1 .step_2.main_6 .reserve_nav_btn button {
    min-width: unset;
    font-size: 16px;
  }
  .community_5_1 .step_3 .step_head {
    margin-bottom: 30px;
  }
  .community_5_1 .step_head p {
    margin-bottom: 30px;
  }
  .community_5_1 .step_3 .step_head p {
    margin-bottom: 0;
  }
  .community_5_1 .step_3 .text {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .community_5_1 .step_3 .text b {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .community_5_1 .step_3 .text p {
    font-size: 14px;
  }
  .community_5_1 .step_3 .chk_wrap {
    font-size: 14px;
    gap: 10px;
  }
  .community_5_1 .step_3 .chk_wrap input {
    width: 15px;
    height: 15px;
  }
  .community_5_1 .step_4 h3 {
    font-size: 24px;
  }
  .community_5_1 .step_4 ul li {
    font-size: 18px;
  }
  .community_5_1 .step_3 textarea {
    font-size: 16px;
  }
  /* .community_5_1 .book_box .step_4 .info{margin: 0 auto;} */
}

/* 커뮤니티5 리뉴얼 */
.w1000 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.community_5_1_1 {
  padding: 120px 0;
  background: #f3f3f4;
  margin-top: 115px;
}
.community_5_1_1 h2 {
  color: #000;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 48px */
  text-align: center;
  margin-bottom: 80px;
}
.community_5_1_1 .book_list {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.08);
}
.community_5_1_1 .book_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  box-sizing: border-box;
  gap: 1.5vw;
}
.community_5_1_1 .book_item button {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
  padding: 7px 11px;
  background: var(--blue2, #0054cd);
}
.community_5_1_1 ul li:not(:last-child) {
  margin-bottom: 55px;
}
.community_5_1_1 ul li strong {
  color: #000;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.9;
  margin-bottom: 17px;
}
.community_5_1_1 .book_info b {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}
.community_5_1_1 .book_info p {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (max-width: 1024px) {
  .community_5_1_1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .community_5_1_1 {
    padding: 80px 0;
  }
  .community_5_1_1 h2 {
    font-size: 30px;
  }
  .community_5_1_1 ul li strong {
    font-size: 20px;
  }
  .community_5_1_1 .book_info b {
    font-size: 18px;
  }
}
.community_5_1_2 {
}
.community_5_1_2 h2 {
  margin: 0 auto 80px;
}
.community_5_1_2 .book_top {
}
.community_5_1_2 .book_top b {
  color: #000;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.9;
  display: block;
  margin-bottom: 17px;
}
.community_5_1_2 .book_top .box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  background: #fff;
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  padding: 30px 20px;
  font-weight: 600;
  line-height: 22px; /* 110% */
  margin-bottom: 10px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.08);
}
.community_5_1_2 .book_box {
  width: 100%;
  padding: 33px 1.1vw;
}
.community_5_1_2 .step_head h3 {
  font-size: 32px;
  line-height: 100%; /* 32px */
  margin-bottom: 20px;
  text-align: center;
}
.community_5_1_2 .con_1 {
  margin-bottom: 40px;
}
.community_5_1_2 .con_2 .time_wrap ul li input:checked:after {
  content: none;
}
.community_5_1_2 .con_2 .time_wrap ul li:has(input:checked) label {
  background: var(
    --Blue-2,
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    #0069ff
  );
  color: #fff;
}
.community_5_1_2 .con_2 .time_wrap ul li input:checked {
  border: 2px solid #fff;
}
.community_5_1_2 .step_2 .input_box {
  box-shadow: none;
  max-width: unset;
  border-radius: 0;
}
.community_5_1_2 .input_box .inner {
  padding: 35px 0 !important;
}
.community_5_1_2 .input_box .inner:first-child {
  padding-top: 0;
}
.community_5_1_2 .info_wrap {
  gap: 16px;
}
.community_5_1_2 .info_wrap p.txt {
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
}
.community_5_1_2 .input_wrap .warn {
  display: none;
  color: #ff0000;
  font-size: 15px;
  margin-top: 10px;
}

.community_5_1_2 .input_wrap .warn.show {
  display: block;
}
.community_5_1_2 .input_wrap .box {
  width: 74%;
}
.community_5_1_2 .input_wrap .w100 {
  width: 100%;
}
.community_5_1_2 .input_wrap {
  flex-wrap: wrap;
}
.community_5_1_2 .input_wrap.input_bottom {
  gap: 10px;
}
.community_5_1_2 .birth_wrap:has(.warn.show) .box {
  border: 1px solid #f00;
}
.community_5_1_2 .input_bottom span {
  width: 100%;
  letter-spacing: -1.367px;
}
.community_5_1_2 .input_bottom .radio_list {
  display: flex;
  align-items: center;
  gap: 15px;
}
.community_5_1_2 .input_bottom .radio_list .radio_wrap {
  display: flex;
  align-items: center;
  gap: 19px;
}
.community_5_1_2 .radio_wrap2 {
  display: flex;
  gap: 25px;
  align-items: center;
  width: 100%;
}
.community_5_1_2 .radio_wrap2 input[type='radio'] {
  background: url('/img/main/main_6_check.png') no-repeat center center / 100%;
  width: 29px;
  height: 29px;
  margin: 0;
  border-radius: 0;
  border: none;
}
.community_5_1_2 .radio_wrap2 input[type='radio']:checked {
  background: url('/img/main/main_6_check_on.png') no-repeat center center /
    100%;
  border: none;
}
.community_5_1_2 .radio_wrap2 input[type='radio']:checked:after {
  content: none;
}
.community_5_1_2 .input_bottom .radio_list2 {
  flex-wrap: wrap;
  gap: 10px;
}
.community_5_1_2 .info_wrap input {
  cursor: pointer;
}
.community_5_1_2 .info_wrap .check_wrap {
  width: 100%;
  justify-content: space-between;
}
.community_5_1_2 .step_4 h3 {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 32px */
  margin-bottom: 20px;
}
.community_5_1_2 .step_4 ul {
  max-width: 280px;
  margin: 0 auto 30px;
}
.community_5_1_2 .step_4 .info .chk_img {
  margin: 0 auto 20px;
}
.community_5_1_2 .step_4 p.txt_1 {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}
.community_5_1_2 .step_4 a.home {
  border-radius: 15px;
  background: var(
    --Blue-2,
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    #0069ff
  );
  color: #fff;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 5px 43px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.community_5_1_2 .radio_wrap2 label {
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.28px;
}
@media screen and (max-width: 768px) {
  .community_5_1_2 {
    padding: 60px 0;
  }
  .community_5_1_2 .book_top b {
    font-size: 20px;
  }
  .community_5_1_2 .book_top .box {
    font-size: 18px;
  }
  .community_5_1_2 .step_head h3 {
    font-size: 24px;
  }
  .community_5_1_2 .book_box {
    padding: 30px 20px;
  }
  .community_5_1_2 .con_2 .time_wrap b {
    font-size: 24px;
  }
  .community_5_1_2 .step_2 .input_box {
    padding: 0;
  }
  .community_5_1_2 .input_wrap .box {
    width: 100%;
  }
  .community_5_1_2 .info_wrap p.txt {
    font-size: 14px;
    letter-spacing: -1px;
  }
  .community_5_1_2 .input_bottom span {
    letter-spacing: -1px;
  }
  .community_5_1_2 .input_bottom .radio_list .radio_wrap {
    gap: 7px;
  }
  .community_5_1_2 .radio_wrap2 {
    gap: 10px;
  }
  .community_5_1_2 .radio_wrap2 label {
    font-size: 14px;
    letter-spacing: -0.9px;
    flex: 1;
  }
  .community_5_1_2 .radio_wrap2 input[type='radio'] {
    width: 20px;
    height: 20px;
  }
  .community_5_1_2 .step_4 h3 {
    font-size: 26px;
  }
  .community_5_1_2 .step_4 .info .chk_img {
    max-width: 60px;
  }
  .community_5_1_2 .step_4 p.txt_1 {
    font-size: 18px;
  }
  .community_5_1_2 .step_4 a.home {
    font-size: 16px;
    padding: 3px 40px;
  }
}
