@charset "UTF-8";

.w1240 {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}
.w1280 {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.sub_tit_wrap {
  text-align: center;
  margin-bottom: 50px;
}
.sub_tit_wrap .small_txt {
  color: var(--Desaturate-Primary-500, #b19490);
  text-align: center;
  font-family: 'Proza Libre';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  margin-bottom: 16px;
  display: block;
}
.sub_tit_wrap h3 {
  color: var(--Primary-950, #0d0302);
  text-align: center;
  font-family: 'PT Bandoche';
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 43.2px */
  letter-spacing: -0.96px;
  margin-bottom: 26px;
}
.sub_tit_wrap h3 span.point {
  color: var(--primary-500, #eb5945);
  font-weight: 700;
}
.sub_tit_wrap p {
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
}

@media screen and (max-width: 768px) {
  .sub_tit_wrap {
    margin-bottom: 30px;
  }
  .sub_tit_wrap .small_txt {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    letter-spacing: 0.24px;
    margin-bottom: 12px;
  }
  .sub_tit_wrap h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.48px;
    margin-bottom: 10px;
  }
  .sub_tit_wrap p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
  }
}
/* 성조숙증에 대하여 - 공통 레이아웃 */
.layout_about {
  padding: 110px 0;
}
.layout_about .sub_tit_wrap h3 {
  font-size: 36px;
  letter-spacing: -0.72px;
}
.layout_about .sub_tit_wrap h3 span.point {
  font-size: 48px;
  letter-spacing: -0.96px;
}
.layout_about .con_wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.layout_about .img_wrap {
}
.layout_about .txt_wrap {
  display: flex;
  align-items: center;
  max-width: 50%;
  border-radius: 60px;
  border: 3px solid #eb5945;
  padding: 70px 4.1vw;
  background: #fff;
}
.layout_about .txt_wrap dl dt {
  color: var(--Primary-950, #0d0302);
  font-family: 'PT Bandoche';
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.72px;
  margin-bottom: 20px;
}
.layout_about .txt_wrap dl dd {
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 33px */
  letter-spacing: -0.44px;
}
@media screen and (max-width: 1024px) {
  .layout_about .sub_tit_wrap p {
    max-width: 770px;
    margin: 0 auto;
  }
  .layout_about .sub_tit_wrap p .br_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .layout_about {
    padding: 60px 0;
  }
  .layout_about .con_wrap {
    flex-direction: column;
  }
  .layout_about .sub_tit_wrap h3 {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: -0.4px;
  }
  .layout_about .sub_tit_wrap h3 span.point {
    color: var(--primary-500, #eb5945);
    font-family: 'PT Bandoche';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
  }
  .layout_about .txt_wrap {
    max-width: 100%;
    flex-direction: column;
    gap: 14px;
    text-align: center;
    padding: 30px 25px;
    border-radius: 30px;
  }
  .layout_about .txt_wrap dl dt {
    margin-bottom: 14px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: -0.4px;
  }
  .layout_about .txt_wrap dl dd {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
  }
  .layout_about .txt_wrap img {
    max-width: 64px;
  }
}
.layout_cause {
  padding: 110px 0;
}
.layout_cause .con_wrap {
  display: flex;
  gap: 2vw;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.layout_cause .con_wrap .img_wrap {
  flex: 1;
}
.layout_cause .con_wrap .img_wrap img {
  transform: scale(1.5);
}
.layout_cause .con_wrap ul {
  max-width: 700px;
  width: 60%;
}
.layout_cause .con_wrap ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid var(--grayscale-40001, #a3a3a3);
  background: var(--grayscale-5002, #fafafa);
  padding: 20px 1.5vw;
}
.layout_cause .con_wrap ul li:not(:last-child) {
  margin-bottom: 10px;
}
.layout_cause .con_wrap ul li span {
  color: var(--primary-500, #eb5945);
  font-family: 'PT Bandoche';
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.56px;
}
.layout_cause .con_wrap ul li p {
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.44px;
}
.layout_cause p.bottom_txt {
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
  margin-bottom: 60px;
}
.layout_cause p.bottom_txt b {
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.48px;
}
.layout_cause p.bottom_txt b span.box {
  color: var(--grayscale-00-white, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.48px;
  background: var(--primary-500, #eb5945);
  padding: 2px;
}
@media screen and (max-width: 768px) {
  .layout_cause {
    padding: 60px 0;
  }
  .layout_cause .con_wrap {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .layout_cause .con_wrap ul {
    width: 100%;
  }
  .layout_cause .con_wrap ul li {
    padding: 12px 14px;
    align-items: flex-start;
  }
  .layout_cause .con_wrap ul li span {
    padding-top: 1px;
    font-size: 17px;
    letter-spacing: -0.34px;
  }
  .layout_cause .con_wrap ul li p {
    font-size: 15px;

    letter-spacing: -0.3px;
  }
  .layout_cause p.bottom_txt {
    font-size: 16px;
    letter-spacing: -0.32px;
    margin-bottom: 30px;
  }
  .layout_cause p.bottom_txt b {
    font-size: 17px;
    letter-spacing: -0.34px;
  }
  .layout_cause p.bottom_txt b span.box {
    font-size: 17px;

    letter-spacing: -0.34px;
  }
}
.puberty_1_3 {
  padding: 110px 0;
}
.puberty_1_3 .img_wrap {
  margin-bottom: 50px;
}
.puberty_1_3 .txt_wrap {
  display: flex;
  gap: 3.1vw;
  justify-content: center;
}
.puberty_1_3 .txt_wrap > div {
  max-width: 520px;
  flex: 1;
}
.puberty_1_3 .txt_wrap span {
  color: var(--grayscale-00-white, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.48px;
  border-radius: 999px;
  background: #458deb;
  padding: 0 16px;
  display: block;
  width: fit-content;
  margin: 0 auto 20px;
}
.puberty_1_3 .txt_wrap > div:last-child span {
  background: var(--primary-500, #eb5945);
}
.puberty_1_3 .txt_wrap ul li {
  display: flex;
  border-radius: 999px;
  border: 1px solid var(--grayscale-30002, #d4d4d4);
  background: #fff;
  padding: 12px 30px;
  color: var(--grayscale-700, #404040);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.puberty_1_3 .txt_wrap ul li p {
  display: flex;
  align-items: center;
}
.puberty_1_3 .txt_wrap ul li:not(:last-child) {
  margin-bottom: 12px;
}
.puberty_1_3 .txt_wrap ul li p:before {
  content: '|';
  color: #e1e1e1;
  margin: 0 12px;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .puberty_1_3 {
    padding: 60px 0;
  }
  .puberty_1_3 .img_wrap {
    margin-bottom: 30px;
  }
  .puberty_1_3 .txt_wrap {
    flex-direction: column;
    gap: 30px;
  }
  .puberty_1_3 .txt_wrap ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  .puberty_1_3 .txt_wrap > div {
    max-width: unset;
  }
  .puberty_1_3 .txt_wrap span {
    font-size: 17px;
    letter-spacing: -0.34px;
    padding: 0 10px;
    margin: 0 auto 12px;
  }
  .puberty_1_3 .txt_wrap ul li {
    padding: 10px;
    font-size: 14px;
  }
  .puberty_1_3 .txt_wrap ul li img {
    width: 14px;
  }
  .puberty_1_3 .txt_wrap ul li p:before {
    font-size: 15px;
    margin: 0 6px;
  }
}

/* 검사 섹션 */
.layout_test {
  padding: 120px 0;
  background: url('/img/sub/puberty_1_4_bg.png') no-repeat center center / cover;
}
.layout_test .sub_tit_wrap b {
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.48px;
}
.layout_test .sub_tit_wrap b span.box {
  color: var(--grayscale-00-white, #fff);
  background: var(--primary-500, #eb5945);
  padding: 2px;
}
.layout_test ul {
  display: flex;
  gap: 20px;
}
.layout_test ul li {
  flex: 1;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
  padding: 50px 10px;
  box-sizing: border-box;
}
.layout_test ul li img {
  margin: 0 auto 30px;
}
.layout_test ul li strong {
  margin-bottom: 30px;
  color: var(--primary-500, #eb5945);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.48px;
}
.layout_test ul li p {
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
}
@media screen and (max-width: 1024px) {
  .layout_test ul {
    flex-wrap: wrap;
  }
  .layout_test ul li {
    flex: unset;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .layout_test {
    padding: 60px 0;
  }
  .layout_test ul {
    gap: 12px;
  }
  .layout_test ul li {
    width: 100%;
    display: flex;
    gap: 20px;
    padding: 20px;
    align-items: center;
  }
  .layout_test ul li img {
    max-width: 60px;
    margin: 0;
  }
  .layout_test .sub_tit_wrap b {
    font-size: 17px;
  }

  .layout_test ul li strong {
    text-align: left;
    font-size: 17px;
    letter-spacing: -0.34px;
    margin-bottom: 4px;
  }
  .layout_test ul li p {
    font-size: 15px;
    text-align: left;
    letter-spacing: -0.3px;
  }
}
.layout_cure {
  padding: 110px 0;
}
.layout_cure .con_wrap {
  display: flex;
  gap: 4.1vw;
  align-items: center;
}
.layout_cure .txt_wrap {
  max-width: 500px;
}
.layout_cure .img_wrap {
  width: 50%;
}
.layout_cure .txt_wrap strong {
  color: var(--primary-500, #eb5945);
  font-family: 'PT Bandoche';
  font-size: 28px;
  border-radius: 10px;
  background: var(--grayscale-5002, #fafafa);
  font-style: normal;
  font-weight: 700;
  padding: 20px 30px;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.56px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.layout_cure .txt_wrap p {
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 33px */
  letter-spacing: -0.44px;
}
.layout_cure .txt_wrap p b {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .layout_cure .br_none {
    display: none;
  }
  .layout_cure .txt_wrap {
    max-width: 400px;
  }
  .layout_cure .txt_wrap strong {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .layout_cure .txt_wrap p {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
@media screen and (max-width: 768px) {
  .layout_cure {
    padding: 60px 0;
  }
  .layout_cure .img_wrap {
    width: 100%;
  }
  .layout_cure .con_wrap {
    flex-direction: column;
    gap: 30px;
  }
  .layout_cure .txt_wrap strong {
    padding: 14px 20px;
    box-sizing: border-box;
    margin: 0 auto 20px;
    width: fit-content;
  }
  .layout_cure .txt_wrap p {
    text-align: center;
  }
}
.puberty_1_6 {
  padding: 110px 0;
  background: #fafafa;
}
.puberty_1_6 ul {
  display: flex;
  gap: 10px;
}
.puberty_1_6 ul li {
  flex: 1;
  max-width: 300px;
  border-radius: 30px;
  background: #fff;

  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.puberty_1_6 ul li dl {
  padding: 16px 20px 50px 20px;
}
.puberty_1_6 ul li dt {
  color: var(--primary-500, #eb5945);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.48px;
  margin-bottom: 8px;
}
.puberty_1_6 ul li dd {
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
}
.puberty_1_6 .simplebar-content-wrapper,
.puberty_1_6 .simplebar-mask {
  overflow: visible !important;
}
@media screen and (max-width: 1024px) {
  .puberty_1_6 ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .puberty_1_6 ul li {
    flex: unset;
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 768px) {
  .puberty_1_6 {
    padding: 60px 0;
  }
  .puberty_1_6 .w1240 {
    width: 100%;
  }

  .puberty_1_6 .con_wrap {
    overflow-x: auto;
  }
  .puberty_1_6 .simplebar-content-wrapper,
  .puberty_1_6 .simplebar-mask {
    overflow-x: auto !important;
  }
  .puberty_1_6 .con_wrap .simplebar-track.simplebar-horizontal {
    background: #d4d4d4;
    height: 3px;
    margin: 0 20px;
  }
  .puberty_1_6 .con_wrap .simplebar-scrollbar:before {
    opacity: 1 !important;
    background: #eb5945;
    height: 100%;
    top: 0;
  }
  .puberty_1_6 .con_wrap::-webkit-scrollbar {
    background: #d4d4d4;
    height: 3px;
    margin: 0 20px;
    width: 90vw;
  }
  .puberty_1_6 .con_wrap::-webkit-scrollbar-thumb {
    background-color: #eb5945;
    border-radius: 10px;
  }
  .puberty_1_6 ul {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    width: fit-content;
    padding: 0 20px 20px;
  }
  .puberty_1_6 ul li {
    width: 260px;
  }
  .puberty_1_6 ul li dt {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .puberty_1_6 ul li dd {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
}
.puberty_2_3 {
  padding: 120px 0;
}
.puberty_2_3 .sub_tit_wrap b {
  font-size: 24px;
  letter-spacing: -0.48px;
  line-height: 1.6;
}
.puberty_2_3 .sub_tit_wrap b span.box {
  color: var(--grayscale-00-white, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  background: var(--primary-500, #eb5945);
  letter-spacing: -0.48px;
  padding: 2px;
}
.puberty_2_3 .con_wrap {
  display: flex;
  gap: 3.1vw;
  justify-content: center;
  align-items: center;
}
.puberty_2_3 .con_wrap ul {
  width: 50%;
}
.puberty_2_3 .con_wrap ul li {
  display: flex;
  align-items: center;
  padding: 12px 30px;
  border-radius: 999px;
  border: 1px solid var(--grayscale-30002, #d4d4d4);
  background: #fff;
}
.puberty_2_3 .con_wrap ul li:not(:last-child) {
  margin-bottom: 12px;
}
.puberty_2_3 .con_wrap ul li p:before {
  content: '|';
  color: #e1e1e1;
  margin: 0 12px;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.puberty_2_3 .con_wrap ul li p {
  display: flex;
  align-items: center;
  color: var(--grayscale-700, #404040);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .puberty_2_3 {
    padding: 60px 0;
  }
  .puberty_2_3 .sub_tit_wrap b {
    font-size: 17px;
    letter-spacing: -0.34px;
  }
  .puberty_2_3 .sub_tit_wrap b span.box {
    font-size: 17px;
    letter-spacing: -0.34px;
  }
  .puberty_2_3 .con_wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .puberty_2_3 .con_wrap ul {
    width: 100%;
  }
  .puberty_2_3 .con_wrap ul li {
    padding: 10px 20px;
  }
  .puberty_2_3 .con_wrap ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  .puberty_2_3 .con_wrap ul li img {
    max-width: 14px;
  }
  .puberty_2_3 .con_wrap ul li p {
    font-size: 15px;
  }
  .puberty_2_3 .con_wrap ul li p:before {
    margin: 0 6px;
    font-size: 15px;
  }
}
.puberty_2_4 ul li strong {
  margin-bottom: 0;
}
.puberty_2_5 .sub_tit_wrap b {
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.48px;
}
.puberty_2_5 .sub_tit_wrap b span.box {
  color: var(--grayscale-00-white, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  background: var(--primary-500, #eb5945);
  padding: 2px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.48px;
}
@media screen and (max-width: 768px) {
  .puberty_2_5 .sub_tit_wrap b {
    font-size: 17px;
    letter-spacing: -0.34px;
  }
  .puberty_2_5 .sub_tit_wrap b span.box {
    font-size: 17px;
    letter-spacing: -0.34px;
  }
}
.child_1_1 {
  padding: 170px 0;
}
.child_1_1 .w1240 {
  display: flex;
  align-items: center;
}
.child_1_1 .sub_tit_wrap .small_txt {
  text-align: left;
  color: #a3ab9c;
}
.child_1_1 .sub_tit_wrap h3 {
  text-align: left;
}
.child_1_1 .sub_tit_wrap h3 .point_txt {
  color: #709051;
}
.child_1_1 .txt_wrap {
  max-width: 760px;
  width: 55%;
}
.child_1_1 .txt_wrap p {
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 33px */
  letter-spacing: -0.44px;
  margin-bottom: 50px;
}
.child_1_1 .txt_wrap p b {
  font-weight: 500;
}
.child_1_1 .txt_wrap .name_wrap span {
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: 'PT Noeul';
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  margin-right: 30px;
  line-height: 140%; /* 30.8px */
}
.child_1_1 .txt_wrap .name_wrap b {
  color: var(--grayscale-800, #262626);
  font-family: 'Nanum DdarEGeEomMaGa';
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 60px */
  letter-spacing: 18px;
}
.child_1_1 .img_wrap {
  flex: 1;
}
.child_1_1 .img_wrap img {
  transform: scale(1.3);
}
@media screen and (max-width: 768px) {
  .child_1_1 {
    padding: 60px 0;
  }
  .child_1_1 .sub_tit_wrap .small_txt {
    text-align: center;
  }
  .child_1_1 .sub_tit_wrap h3 {
    text-align: center;
  }

  .child_1_1 .w1240 {
    flex-direction: column;
  }
  .child_1_1 .txt_wrap {
    width: 100%;
    text-align: center;
  }
  .child_1_1 .txt_wrap p {
    font-size: 16px;
    letter-spacing: -0.32px;
    margin-bottom: 40px;
  }
  .child_1_1 .txt_wrap .name_wrap span {
    font-size: 14px;
  }
  .child_1_1 .txt_wrap .name_wrap b {
    font-size: 40px;
    letter-spacing: 12px;
  }
}
.child_1_2 {
  background: url('/img/sub/child_1_2_bg.png') no-repeat center center / cover;
  padding: 120px 0;
}
.child_1_2 .sub_tit_wrap p {
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: 'PT Noeul';
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 36.4px */
}
.child_1_2 .con_wrap {
  display: flex;
  max-width: 1160px;
  gap: 10px;
  justify-content: space-between;
  margin: 0 auto;
}
.child_1_2 .con_wrap .con {
  flex: 1;
  max-width: 320px;
}
.child_1_2 ._cover {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 30px;
}
.child_1_2 ._cover img {
  border-radius: 50px;
  border: 3px solid var(--secondary-500, #a3bd8a);
  box-sizing: border-box;
}
.child_1_2 ._cover p {
  position: absolute;
  bottom: 0;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
  color: var(--grayscale-00-white, #fff);
  font-family: 'PT Bandoche';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  letter-spacing: -0.4px;
  background: var(--secondary-500, #a3bd8a);
  box-sizing: border-box;
}
.child_1_2 ._cover p b {
  font-size: 28px;
}
.child_1_2 ul li {
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 33px */
  letter-spacing: -0.44px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.child_1_2 ul li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: #262626;
  margin-right: 10px;
}
.child_1_2 .con:nth-child(2) ._cover img {
  border: 3px solid #709051;
}
.child_1_2 .con:nth-child(3) ._cover img {
  border: 3px solid #576f3f;
}
.child_1_2 .con:nth-child(2) ._cover p {
  background: #709051;
}
.child_1_2 .con:nth-child(3) ._cover p {
  background: #576f3f;
}
@media screen and (max-width: 768px) {
  .child_1_2 {
    padding: 60px 0;
  }
  .child_1_2 .sub_tit_wrap p {
    font-size: 16px;
  }
  .child_1_2 .con_wrap {
    flex-direction: column;
    gap: 30px;
  }
  .child_1_2 ._cover {
    margin-bottom: 18px;
  }
  .child_1_2 ._cover p {
    font-size: 15px;
  }
  .child_1_2 ._cover p b {
    font-size: 20px;
  }
  .child_1_2 ul li {
    font-size: 16px;
  }
}
.child_1_2_new .center_doc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
.child_1_2_new .center_doc .txt_wrap {
  width: 60%;
  max-width: 780px;
}
.child_1_2_new .doc .txt_wrap .box {
  border: 1px solid #e1e1e1;
  padding: 10px 24px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 35.2px */
  letter-spacing: -0.88px;
  margin-bottom: 10px;
}
.child_1_2_new .doc .title span {
  color: var(--grayscale-800, #262626);
  font-family: 'PT Bandoche';
  font-size: 22.388px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 31.343px */
  display: inline-block;
  margin-right: 12px;
  padding-left: 26px;
}
.child_1_2_new .doc .title b {
  color: var(--grayscale-800, #262626);
  font-family: 'PT Bandoche';
  font-size: 35.821px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 50.149px */
  letter-spacing: 7.164px;
}
.child_1_2_new ul:not(:last-child) {
  margin-bottom: 10px;
}
.child_1_2_new ul li {
  align-items: flex-start;
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
}
.child_1_2_new ul li:before {
  margin-top: 15px;
}
.child_1_2_new ul li p {
  flex: 1;
}
.child_1_2_new .doc_wrap .tabnav {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.child_1_2_new .doc_wrap .tabnav a {
  color: var(--grayscale-50002, #737373);
  text-align: center;
  /* Body 2 */
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 14px 30px;
  box-sizing: border-box;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  border-radius: 999px;
  border: 1px solid var(--grayscale-30002, #d4d4d4);
  background: #fff;
}
.child_1_2_new .doc_wrap .tabnav a.active {
  border: 1px solid var(--Secondary-700, #709051);
  color: var(--Secondary-700, #709051);
}
.child_1_2_new .doc1Swiper {
  margin-bottom: 50px;
}
.child_1_2_new .tabcon .swiper-wrapper {
  column-gap: 4.4vw;
  flex-wrap: wrap;
  row-gap: 30px;
}
.child_1_2_new .tabcon .swiper-slide {
  width: calc((100% - 8.8vw) / 3);
}
.child_1_2_new .tabcon .doc .img_wrap img {
  margin: 0 auto 30px;
}
.child_1_2_new .tabcon .doc .title {
  text-align: center;
  margin-bottom: 12px;
}
.child_1_2_new .tabcon .doc .title span {
  padding-left: 0;
}
.child_1_2_new .swiper_pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .child_1_2_new .center_doc {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 70px;
  }
  .child_1_2_new .center_doc .txt_wrap {
    width: 100%;
  }
  .child_1_2_new .center_doc .title {
    text-align: center;
    margin-bottom: 10px;
  }
  .child_1_2_new .doc .title span {
    padding-left: 0;
    font-size: 16px;
  }
  .child_1_2_new .doc .title b {
    font-size: 24px;
    letter-spacing: 4.8px;
  }
  .child_1_2_new .doc .txt_wrap .box {
    font-size: 18px;
    letter-spacing: -0.72px;
  }
  .child_1_2_new ul li {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
  .child_1_2_new ul li:before {
    margin-top: 9px;
  }
  .child_1_2_new .doc_wrap .tabnav {
    margin-bottom: 40px;
  }
  .child_1_2_new .doc_wrap .tabnav a {
    font-size: 14px;
    letter-spacing: -0.262px;
    padding: 10px 20px;
  }

  .child_1_2_new .tabcon > b {
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    padding: 14px 30px;
    box-sizing: border-box;
    line-height: 150%;
    letter-spacing: -0.36px;
    border-radius: 999px;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid var(--Secondary-700, #709051);
    color: var(--Secondary-700, #709051);
  }
  .child_1_2_new .tabcon .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
  .child_1_2_new .swiper_pagination {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  .child_1_2_new .swiper_pagination .swiper-pagination-bullet {
    background: var(--Desaturate-Secondary-100, #a3b493);
    opacity: 1;
  }
  .child_1_2_new .swiper_pagination .swiper-pagination-bullet-active {
    background: var(--Secondary-800, #576f3f);
  }
}
.child_1_3 {
  padding: 120px 0;
}
.child_1_3 .sub_tit_wrap {
  margin-bottom: 40px;
}
.child_1_3 .tabnav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 100px;
}
.child_1_3 .tabnav a {
  padding: 14px 30px;
  border-radius: 999px;
  color: var(--grayscale-50002, #737373);
  text-align: center;
  /* Body 2 */
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  border: 1px solid var(--grayscale-30002, #d4d4d4);
}
.child_1_3 .tabnav a.active {
  border: 1px solid var(--Secondary-700, #709051);
  color: var(--Secondary-700, #709051);
}

.child_1_3 .con_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  gap: 10px;
}
.child_1_3 .con_1 .txt_wrap {
  max-width: 580px;
}
.child_1_3 .con_1 .txt_wrap h4 {
  padding: 20px 30px;
  color: var(--grayscale-00-white, #fff);
  font-family: 'PT Bandoche';
  font-size: 28px;
  border-radius: 10px;
  background: var(--secondary-500, #a3bd8a);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.56px;
  width: fit-content;
  margin-bottom: 20px;
}

.child_1_3 .con_1 .txt_wrap p {
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 33px */
  letter-spacing: -0.44px;
}
.child_1_3 .con_1 .txt_wrap p b {
  font-weight: 500;
}
.child_1_3 .con_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.child_1_3 .con_2 .txt_wrap {
  max-width: 580px;
  width: 50%;
}
.child_1_3 .con_2 .txt_wrap h4 {
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: 'PT Bandoche';
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.56px;
  text-align: center;
  margin-bottom: 30px;
}
.child_1_3 .con_2 .txt_wrap h4 b {
  color: var(--Secondary-700, #709051);
}
.child_1_3 .con_2 .txt_wrap ul li {
  padding: 12px 30px;
  display: flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid var(--grayscale-30002, #d4d4d4);
}
.child_1_3 .con_2 .txt_wrap ul li:not(:last-child) {
  margin-bottom: 12px;
}
.child_1_3 .con_2 .txt_wrap ul li p:before {
  content: '|';
  color: #e1e1e1;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 12px;
}
.child_1_3 .con_2 .txt_wrap ul li p {
  color: var(--grayscale-700, #404040);
  /* text-align: center; */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  align-items: center;
}
.child_1_3 .con_4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.child_1_3 .con_4 .img_wrap h4 {
  padding: 20px 30px;
  color: var(--grayscale-00-white, #fff);
  font-family: 'PT Bandoche';
  font-size: 28px;
  border-radius: 10px;
  background: var(--secondary-500, #a3bd8a);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.56px;
  width: fit-content;
  margin-bottom: 20px;
}

.child_1_3 .con_4 .txt_wrap {
  max-width: 620px;
  width: 50%;
}
.child_1_3 .con_4 .txt_wrap ul li:not(:last-child) {
  margin-bottom: 28px;
}
.child_1_3 .con_4 .txt_wrap ul li > div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.child_1_3 .con_4 .txt_wrap ul li span {
  color: var(--grayscale-00-white, #fff);
  text-align: center;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 20px;
  font-style: normal;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--secondary-500, #a3bd8a);
  font-weight: 500;
  line-height: 140%; /* 28px */
}
.child_1_3 .con_4 .txt_wrap ul li b {
  color: var(--grayscale-800, #262626);
  font-family: 'PT Bandoche';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
}
.child_1_3 .con_4 .txt_wrap ul li p {
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
}
@media screen and (max-width: 1024px) {
  .child_1_3 .con_2 .txt_wrap {
    width: 80%;
  }
  .child_1_3 .con_4 .txt_wrap {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .child_1_3 {
    padding: 60px 0;
  }
  .child_1_3 .sub_tit_wrap {
    margin-bottom: 30px;
  }
  .child_1_3 .tabnav {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 6px;
    margin-bottom: 30px;
    width: 100vw;
    padding-left: 5vw;
    box-sizing: border-box;
    position: relative;
    left: -5vw;
  }
  .child_1_3 .tabnav a {
    font-size: 13px;
    letter-spacing: -0.262px;
    padding: 10px 20px;
  }

  .child_1_3 .con_wrap .tabcontent {
    width: 90vw;
  }
  .child_1_3 .con_1 {
    flex-direction: column-reverse;
    gap: 24px;
    margin-bottom: 80px;
  }
  .child_1_3 .con_1 .img_wrap {
    width: 100%;
  }
  .child_1_3 .con_1 .txt_wrap {
  }
  .child_1_3 .con_1 .txt_wrap h4 {
    font-size: 17px;
    letter-spacing: -0.34px;
    padding: 14px 20px;
    margin: 0 auto 16px;
  }
  .child_1_3 .con_1 .txt_wrap p {
    font-size: 16px;
    letter-spacing: -0.32px;
    text-align: center;
  }
  .child_1_3 .con_2 {
    flex-direction: column;
    gap: 30px;
  }
  .child_1_3 .con_2 .txt_wrap {
    width: 100%;
  }
  .child_1_3 .con_2 .txt_wrap h4 {
    font-size: 17px;
    letter-spacing: -0.34px;
  }
  .child_1_3 .con_2 .txt_wrap ul li {
    padding: 10px 20px;
  }
  .child_1_3 .con_2 .txt_wrap ul li p {
    font-size: 15px;
    text-align: left;
  }
  .child_1_3 .con_2 .txt_wrap ul li p:before {
    font-size: 15px;
  }
  .child_1_3 .con_2 .txt_wrap ul li img {
    max-width: 14px;
  }
  .child_1_3 .con_4 {
    flex-direction: column;
    gap: 30px;
  }
  .child_1_3 .con_4 .img_wrap h4 {
    font-size: 17px;
    letter-spacing: -0.34px;
    padding: 14px 20px;
    margin: 0 auto 16px;
  }
  .child_1_3 .con_4 .txt_wrap {
    width: 100%;
  }
  .child_1_3 .con_4 .txt_wrap ul li span {
    font-size: 15px;
    width: 35px;
    height: 35px;
  }
  .child_1_3 .con_4 .txt_wrap ul li b {
    font-size: 18px;
  }
  .child_1_3 .con_4 .txt_wrap ul li p {
    font-size: 15px;
  }
  .child_1_3 .con_4 .txt_wrap ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.child_1_4 {
  padding: 120px 0;
  background: var(--Secondary-300, #d6e2cb);
}
.child_1_4 .sub_tit_wrap span {
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 33px */
  letter-spacing: -0.44px;
  margin-bottom: 12px;
}
.child_1_4 ul {
  display: flex;
  justify-content: center;
  gap: 2.6vw;
  position: relative;
}
.child_1_4 ul:before {
  content: '';
  width: 100vw;
  height: 1px;
  background: #709051;
  position: absolute;
  top: 266px;
}
.child_1_4 ul li p {
  color: var(--grayscale-900, #171717);
  text-align: center;
  font-family: 'PT Bandoche';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 39.2px */
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.child_1_4 ul li img {
  margin-bottom: 40px;
}
.child_1_4 ul li p:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #709051;
  border-radius: 99px;
}
@media screen and (max-width: 1024px) {
  .child_1_4 ul:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .child_1_4 {
    padding: 60px 0;
  }
  .child_1_4 .sub_tit_wrap span {
    font-size: 17px;

    letter-spacing: -0.34px;
  }
  .child_1_4 ul {
    flex-direction: column;
  }
  .child_1_4 ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .child_1_4 ul li p {
    flex-direction: row;
    font-size: 17px;
    text-align: left;
    min-width: 130px;
  }
  .child_1_4 ul li p:before {
    width: 8px;
    height: 8px;
  }
  .child_1_4 ul li img {
    margin-bottom: 0;
    margin-right: 16px;
    max-width: 100px;
  }
  .child_1_4 ul:before {
    display: block;
    width: 1px;
    height: 100%;
    background: #709051;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-4px);
  }
}
.child_1_5 .sub_tit_wrap p b {
  font-weight: 500;
}
.child_1_5 .txt_wrap {
  border: 3px solid var(--secondary-500, #a3bd8a);
  display: block;
}
.child_1_5 .txt_wrap > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.child_1_5 .txt_wrap strong {
  color: var(--Primary-950, #0d0302);
  font-family: 'PT Bandoche';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.48px;
  margin-bottom: 40px;
}
.child_1_5 .txt_wrap ul li {
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 33px */
  letter-spacing: -0.44px;
  display: flex;
  align-items: center;
}
.child_1_5 .txt_wrap ul li:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background: #262626;
  border-radius: 9px;
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  .child_1_5 .txt_wrap img {
    max-width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .child_1_5 .txt_wrap strong {
    font-size: 18px;
    letter-spacing: -0.36px;
    margin-bottom: 24px;
    text-align: left;
  }
  .child_1_5 .txt_wrap ul li {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .child_1_5 .txt_wrap > div {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .child_1_5 .txt_wrap img {
    margin: 0 auto;
  }
}
.child_n1 .con_wrap ul li {
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}
.child_n1 .con_wrap ul li b {
  color: var(--grayscale-900, #171717);
  font-family: 'PT Bandoche';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.44px;
}
.child_n1 .con_wrap ul li p {
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
}
.child_n1 p.bottom_txt b span.box {
  background: #709051;
}
@media screen and (max-width: 768px) {
  .child_n1 .con_wrap ul li b {
    font-size: 17px;
    letter-spacing: -0.34px;
  }
  .child_n1 .con_wrap ul li p {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
}
.child_1_6 {
  padding: 120px 0;
  background: #fafafa;
}
.child_1_6 .con {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.child_1_6 .con:not(:last-child) {
  margin-bottom: 50px;
}
.child_1_6 .img_wrap {
  width: 50%;
}
.child_1_6 .txt_wrap {
  max-width: 550px;
}
.child_1_6 .txt_wrap span {
  color: var(--Secondary-700, #709051);
  font-family: 'Spoqa Han Sans Neo';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  display: block;
  margin-bottom: 8px;
}
.child_1_6 .txt_wrap strong {
  color: var(--grayscale-900, #171717);
  font-family: 'PT Bandoche';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 39.2px */
  margin-bottom: 12px;
}
.child_1_6 .txt_wrap p {
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
}
@media screen and (max-width: 768px) {
  .child_1_6 {
    padding: 60px 0;
  }
  .child_1_6 .con {
    flex-direction: column;
    gap: 16px;
  }
  .child_1_6 .con:nth-child(2) {
    flex-direction: column-reverse;
  }
  .child_1_6 .img_wrap {
    width: 100%;
  }
  .child_1_6 .txt_wrap {
    text-align: center;
  }
  .child_1_6 .txt_wrap span {
    font-size: 17px;
  }
  .child_1_6 .txt_wrap strong {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .child_1_6 .txt_wrap p {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .child_1_6 .con:not(:last-child) {
    margin-bottom: 40px;
  }
}

.child_1_7 {
  padding: 120px 0;
}
.child_1_7 .sub_tit_wrap p {
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: 'PT Noeul';
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 36.4px */
  margin-bottom: 12px;
}
.child_1_7 .sub_tit_wrap img {
  margin: 50px auto;
  max-width: 86px;
}

.child_1_7 .con_area {
  display: flex;
  gap: 30px;
  align-items: center;
}

.s1_2_2_thumb_swiper {
  width: 100px;
  height: 544px;
  overflow: hidden;
}

.s1_2_2_thumb_swiper .swiper-slide {
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  height: calc((100% - 56px) / 5);
}

.s1_2_2_thumb_swiper .swiper-slide {
  position: relative;
}

.s1_2_2_thumb_swiper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.s1_2_2_thumb_swiper .swiper-slide-active:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  /* border: 3px solid #eb5945; */
}

.s1_2_2_main_swiper {
  width: calc(100% - 130px);
  height: 600px;
}

.s1_2_2_main_swiper .swiper-slide {
  border-radius: 45px;
  overflow: hidden;
}

.s1_2_2_main_swiper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.s1_2_2_main_swiper {
  position: relative;
}

.s1_2_2_main_swiper .swiper-navigation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 897.539px;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 17px;
  box-sizing: border-box;
}

.s1_2_2_main_swiper .swiper-navigation-prev {
  width: 20px;
  height: 20px;
  background: url('/img/sub/ico_arrow_prev.svg') center center/100% 100%
    no-repeat;
  cursor: pointer;
}

.s1_2_2_main_swiper .swiper-navigation-next {
  width: 20px;
  height: 20px;
  background: url('/img/sub/ico_arrow_next.svg') center center/100% 100%
    no-repeat;
  cursor: pointer;
}
.s1_2_2_main_swiper .swiper-pagination {
  position: static;
  width: fit-content;
  color: var(--grayscale-00-white, #fff);
  font-family: Raleway;
  font-size: 17.969px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 17.969px */
  letter-spacing: -0.359px;
}
.child_1_7 .thumb_wrap .swiper-navigation-prev {
  width: 37px;
  height: 14px;
  background: url(/img/sub/nav_prev.svg) center center / 100% 100% no-repeat;
  cursor: pointer;
  display: block;
  margin: 0 auto 14px;
}
.child_1_7 .thumb_wrap .swiper-navigation-next {
  width: 37px;
  height: 14px;
  background: url(/img/sub/nav_next.svg) center center / 100% 100% no-repeat;
  cursor: pointer;
  display: block;
  margin: 14px auto 0;
}
@media screen and (max-width: 768px) {
  .child_1_7 {
    padding: 60px 0;
  }
  .child_1_7 .sub_tit_wrap p {
    font-size: 16px;
  }
  .child_1_7 .sub_tit_wrap img {
    margin: 28px auto;
    max-width: 54px;
  }
  .child_1_7 .con_area {
    gap: 20px;
    flex-direction: column;
  }
  .s1_2_2_main_swiper {
    width: 100%;
    height: 360px;
  }
  .child_1_7 .thumb_wrap {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .s1_2_2_thumb_swiper {
    height: unset;
    width: 100%;
  }
  .s1_2_2_main_swiper .swiper-slide {
    border-radius: 28px;
  }
  .s1_2_2_thumb_swiper .swiper-slide {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 22%;
    border-radius: 6px;
  }
  .s1_2_2_thumb_swiper .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .s1_2_2_main_swiper .swiper-navigation {
    padding: 8px 15px;
  }

  .s1_2_2_main_swiper .swiper-pagination {
    /* display: none; */
    font-size: 15px;
    letter-spacing: -0.308px;
    width: max-content;
  }

  .s1_2_2_main_swiper .util_box {
    /* display: none; */
  }

  .s1_2_2_main_swiper .tit_box {
    display: none;
  }

  .s1_2_2_main_swiper .swiper-navigation-prev {
    width: 20px;
    height: 20px;
  }

  .s1_2_2_main_swiper .swiper-navigation-next {
    width: 20px;
    height: 20px;
  }
  .child_1_7 .thumb_wrap .swiper-navigation-prev {
    transform: rotate(270deg);
    margin: 0;
  }
  .child_1_7 .thumb_wrap .swiper-navigation-next {
    transform: rotate(270deg);
    margin: 0;
  }
}
/* 커뮤니티 */
.board {
  padding: 120px 0;
}
.board .tit_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.board .btn_board {
  color: var(--800, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  padding: 20px 30px;
  border-radius: 999px;
  border: 1px solid var(--grayscale-30002, #d4d4d4);
  box-sizing: border-box;
  display: block;
  margin: 70px auto;
  width: fit-content;
  min-width: 220px;
}

.board_list .tit_wrap h3 {
  color: var(--Primary-950, #0d0302);
  font-family: 'PT Bandoche';
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.72px;
}
.board_list .tit_wrap {
  margin-bottom: 40px;
}
.board_list .tit_wrap form {
  display: flex;
  align-items: center;
  border-radius: 27px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid var(--grayscale-20003, #e5e5e5);
  background: var(--grayscale-00-white, #fff);
}
.board_list .tit_wrap form input {
  border: none;
  outline: none;
  width: 100%;
  padding: 0 15px;
}
.community_list .list_wrap {
  border-top: 1.4px solid #000;
}
.community_list .list_wrap li {
  border-bottom: 1px solid #e5e5e5;
}
.community_list .list_wrap li a {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  transition: 0.45s;
}
.community_list .list_wrap li a:hover {
  background: #fafafa;
}
.community_list .list_1 span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--grayscale-40001, #a3a3a3);
  word-break: break-all;
  width: 90%;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.04px;
  max-width: 50px;
  text-align: center;
}
.community_list .list_1 .notice {
  color: var(--grayscale-00-white, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.045px;
  border-radius: 6px;
  background: var(--Desaturate-Primary-100, #df7262);
  padding: 4px 10px;
  width: fit-content;
}

.community_list .list_2 p,
.community_list .list_3 p,
.community_list .list_4 p {
  color: var(--grayscale-800, #262626);

  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.36px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.community_list .list_4 p {
  font-family: 'Spoqa Han Sans Neo';
  font-size: 16px;
  letter-spacing: -0.04px;
}
.community_list .list_3 p {
  text-align: right;
}
.community_list .list_4 p {
  color: var(--grayscale-40001, #a3a3a3);
  text-align: center;
}
.community_list .list_1 {
  width: 10%;
}
.community_list .list_2 {
  width: 70%;
}
.community_list .list_3 {
  width: 10%;
}
.community_list .list_4 {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .board {
    padding: 60px 0;
  }
  .board_list .tit_wrap {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 28px;
  }
  .board_list .tit_wrap h3 {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
  .board_list .tit_wrap form {
    width: 100%;
    max-width: 500px;
    padding: 12px 24px;
  }
  .board_list .tit_wrap form button {
    width: 20px;
    height: 20px;
  }
  .community_list .list_1 .notice {
    font-size: 10px;
    font-weight: 600;
    padding: 3px 6px;
    line-height: 150%;
    letter-spacing: -0.025px;
  }
  .community_list .list_1 span {
    font-size: 12px;
    letter-spacing: -0.03px;
    max-width: 30px;
  }
  .community_list .list_3 {
    display: none;
  }
  .community_list .list_4 {
    width: 22%;
  }
  .community_list .list_2 p {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .community_list .list_4 p {
    font-size: 12px;
    letter-spacing: -0.03px;
  }
  .board .btn_board {
    margin: 28px auto 40px;
    font-size: 15px;
    letter-spacing: -0.3px;
    padding: 15px 30px;
    min-width: unset;
    width: 100%;
    max-width: 500px;
  }
  .community_view .btn_board {
    max-width: 140px;
  }
}

/* 공지사항/이벤트 상세보기 */

.community_view .tit_wrap {
  margin-bottom: 30px;
}
.community_view .tit_wrap h3 {
  color: var(--grayscale-900, #171717);
  font-family: 'PT Bandoche';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 39.2px */
  display: -webkit-box;
  width: 50%;
  flex: 1;
  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.notice_view .tit_wrap h3 {
  width: 90%;
}
.community_view .side {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
.community_view .writer_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.community_view .writer_wrap p {
  color: var(--grayscale-800, #262626);
  text-align: right;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.36px;
}
.community_view .writer_wrap span {
  color: var(--grayscale-40001, #a3a3a3);
  text-align: center;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: -0.04px;
}
.community_view .btn_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.community_view .btn_wrap button {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 4px;
  border: 1px solid var(--grayscale-50002, #737373);
  background: #fff;
  padding: 10px 14px;
  box-sizing: border-box;
  max-width: 80px;
  max-height: 40px;
  color: var(--800, #262626);
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: -0.28px;
}
.community_view .content {
  padding: 40px 0;
  border-top: 2px solid #333;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.community_view .content * {
  text-align: center;
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: Pretendard;
  word-break: break-word;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
}
.community_view .content img,
.community_view .content strong {
  display: inline-block;
}
.community_view .reply_box {
  padding: 25px 30px;
  border: 1px solid var(--grayscale-30002, #d4d4d4);
  margin-bottom: 30px;
}
.community_view .reply_box h4 {
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
}
.community_view .reply_box ul {
  margin-bottom: 18px;
}
.community_view .reply_box ul li {
  display: flex;
  align-items: center;
  row-gap: 5px;
  column-gap: 20px;
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
  flex-wrap: wrap;
}
.community_view .reply_box ul li p {
  word-break: auto-phrase;
  line-height: 1;
}
.community_view .reply_box ul li:not(:last-child) {
  margin-bottom: 8px;
}
.community_view .reply_box ul li span {
  font-weight: 300;
}
.community_view .reply_box ul li span:last-child:before {
  content: '|';
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
  margin: 0 8px;
}
.community_view .reply_box form {
  background: #f5f5f5;
  padding: 10px 10px 10px 20px;
  display: flex;
  justify-content: space-between;
}
.community_view .reply_box input::placeholder,
.community_view .reply_box input {
  color: var(--grayscale-50002, #737373);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
  border: none;
  outline: none;
  width: 80%;
}
.community_view .reply_box form button {
  color: var(--800, #262626);
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: -0.28px;
  border-radius: 4px;
  border: 1px solid var(--grayscale-30002, #d4d4d4);
  background: #fff;
  max-height: 40px;
  padding: 9px 30px;
  box-sizing: border-box;
}
.board .board_bottom {
  display: flex;
  justify-content: space-between;
}
.board .board_bottom .bottom_link {
  display: flex;
  gap: 20px;
  align-items: center;
  color: var(--800, #262626);

  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
}
.board .board_bottom .btn_board {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .community_view .tit_wrap h3 {
    font-size: 18px;
    width: 100%;
  }
  .community_view .tit_wrap {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  .community_view .side {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .community_view .writer_wrap p {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .community_view .writer_wrap span {
    font-size: 12px;
    letter-spacing: -0.03px;
  }
  .community_view .btn_wrap button {
    padding: 6px 10px;
    font-size: 13px;
    letter-spacing: -0.26px;
  }
  .community_view .btn_wrap button img {
    width: 16px;
  }
  .community_view .content {
    padding: 20px 0;
    border-top: 1px solid #333;
    margin-bottom: 20px;
  }
  .community_view .content * {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
  .community_view .reply_box {
    padding: 20px;
  }
  .community_view .reply_box h4 {
    font-size: 14px;
    letter-spacing: -0.28px;
    margin-bottom: 10px;
  }
  .community_view .reply_box h4 img {
    width: 20px;
  }
  .community_view .reply_box ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .community_view .reply_box form {
    padding: 10px 15px;
    flex-direction: column;
  }
  .community_view .reply_box form input {
    width: 100%;
    margin-bottom: 6px;
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .community_view .reply_box form input:placeholder {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .community_view .reply_box form button {
    max-width: 80px;
    padding: 6px 10px;
    margin-left: auto;
    font-size: 13px;
    letter-spacing: -0.26px;
  }
  .community_view .board_bottom {
    align-items: flex-start;
  }
  .board .board_bottom .bottom_link {
    flex-direction: column;
    gap: 7px;
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .board .board_bottom .bottom_link img {
    width: 48px;
  }
  .board .board_bottom .bottom_link:last-child {
    flex-direction: column-reverse;
  }
}

/* 커뮤니티 글쓰기 */
.community_write .tit_wrap h3 {
  color: var(--grayscale-900, #171717);
  font-family: 'PT Bandoche';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 39.2px */
}
.community_write .tit_wrap p {
  color: var(--grayscale-50002, #737373);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}
.community_write .tit_wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.community_write .write_wrap {
  border-top: 2px solid #333;
  margin-bottom: 70px;
}
.community_write .write_wrap .inner {
  padding: 16px 40px;
  border-bottom: 1px solid #d4d4d4;
}
.community_write .input_wrap {
  display: flex;
}
.community_write .file_box {
  display: flex;
  gap: 10px;
}
.community_write .input_wrap label,
.community_write .input_wrap .label {
  width: 25%;
  color: var(--neutral-gray-800, #262626);
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
  padding: 10px 0;
  box-sizing: border-box;
}

.community_write .input_wrap label em {
  color: var(--primary-500, #eb5945);
  margin: 0 3px;
}
.community_write .input_wrap textarea,
.community_write .input_wrap input {
  width: 75%;
  border-radius: 8px;
  border: 1px solid var(--40001, #a3a3a3);
  padding: 15px 20px;
  box-sizing: border-box;
  color: #262626;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
}
.community_write .input_wrap .note-editor {
  width: 75%;
}
.community_write .input_wrap textarea {
  resize: none;
  height: 170px;
}
.community_write .input_wrap input:placeholder,
.community_write .input_wrap textarea:placeholder {
  color: var(--40001, #a3a3a3);
}
.community_write .inner:nth-child(2) .input_wrap:first-child {
  margin-bottom: 16px;
}
.community_write .free_view {
  position: relative;
  width: 54px;
  height: 54px;
  overflow: hidden;
  cursor: pointer;
  /* margin-right: 10px; */
}
.community_write .free_view img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community_write .file_box input {
  padding: 0;
  border: none;
  display: none;
}
.community_write .file_box label {
  cursor: pointer;
  width: 54px;
  padding: 0;
}
.community_write .chk_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.community_write .chk_wrap input {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url('/img/sub/community_chk.png') no-repeat center center / 100%;
  cursor: pointer;
}
.community_write .chk_wrap label {
  cursor: pointer;
  color: var(--grayscale-40001, #a3a3a3);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 22.5px */
  letter-spacing: -0.3px;
}

.community_write .chk {
  padding: 5px 12px;
  display: flex;
  gap: 4px;
  border-radius: 999px;
  border: 1px solid var(--grayscale-40001, #a3a3a3);
  align-items: center;
}
.community_write .chk.on {
  border: 1px solid #171717;
}
.community_write .chk.on span {
  color: var(--grayscale-900, #171717);
}
.community_write .chk.on input {
  background: url('/img/main/main_6_checked.png') no-repeat center center / 100%;
}
.community_write .chk_wrap a {
  color: var(--grayscale-40001, #a3a3a3);
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
  text-decoration-line: underline;
  text-underline-offset: 21.5%;
}
.community_write .write_bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.community_write .write_bottom .btn_board {
  margin: 0;
}
.community_write .write_bottom .btn_board:nth-child(2) {
  background: var(--primary-500, #eb5945);
  color: var(--grayscale-00-white, #fff);
  border: 1px solid #eb5945;
}
@media screen and (max-width: 768px) {
  .community_write .tit_wrap h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .community_write .tit_wrap p {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .community_write .write_wrap .inner {
    padding: 16px 0;
  }
  .community_write .input_wrap {
    flex-direction: column;
    width: 100%;
  }
  .community_write .input_wrap textarea,
  .community_write .input_wrap input {
    width: 100%;
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .community_write .input_wrap textarea {
    height: 120px;
  }
  .community_write .write_wrap {
    border-top: 1px solid #333;
    margin-bottom: 46px;
  }
  .community_write .input_wrap label,
  .community_write .input_wrap .label {
    font-size: 14px;
    padding: 0 0 8px;
  }
  .community_write .file_box label {
    display: block;
    width: 44px;
  }
  .community_write .file_view {
    width: 44px;
    height: 44px;
  }
  .community_write .chk_wrap label {
    font-size: 12px;
    letter-spacing: -0.24px;
    padding: 3px 9px;
  }
  .community_write .chk_wrap a {
    font-size: 12px;
  }
  .community_write .free_view {
    width: 44px;
    height: 44px;
  }
}

/* 공지사항/이벤트 리스트 페이지 */
.notice_list .nav_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.notice_list .nav_wrap .cate {
  display: flex;
  gap: 10px;
  align-items: center;
}
.notice_list .nav_wrap .cate a {
  color: var(--grayscale-50002, #737373);
  text-align: center;
  padding: 14px 30px;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  border: 1px solid var(--grayscale-30002, #d4d4d4);
  letter-spacing: -0.36px;
  display: block;
  border-radius: 999px;
}
.notice_list .nav_wrap .cate a.active {
  border: 1px solid var(--Desaturate-Primary-100, #df7262);
  color: var(--Desaturate-Primary-100, #df7262);
}
.notice_list .nav_wrap .total {
  color: var(--grayscale-40001, #a3a3a3);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.64px;
}
.notice_list .nav_wrap .total b {
  color: #262626;
  font-weight: 700;
}
.notice_list .no_content {
  margin-bottom: 100px;
}
.notice_list .list_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
  gap: 27px;
}
.notice_list .list_wrap li {
  width: calc((100% - 81px) / 4);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
}
.notice_list .list_wrap ._cover {
  border-radius: 40px;
  border: 4px solid #fff;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
.notice_list .list_wrap ._cover img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.notice_list .list_wrap .txt_wrap {
  padding: 16px 20px 50px;
  box-sizing: border-box;
}
.notice_list .list_wrap .txt_wrap .sort {
  overflow: hidden;
  color: #f9f9f9;
  text-overflow: ellipsis;
  font-family: Pretendard;
  border-radius: 6px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  padding: 5px 10px;
  box-sizing: border-box;
  width: fit-content;
  line-height: 130%; /* 19.5px */
  letter-spacing: -0.3px;
}
.notice_list .list_wrap .txt_wrap .sort.notice {
  background: var(--Desaturate-Primary-100, #df7262);
}
.notice_list .list_wrap .txt_wrap .sort.event {
  background: var(--Desaturate-Secondary-100, #a3b493);
}
.notice_list .list_wrap .txt_wrap p {
  color: #303030;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.36px;
  margin-bottom: 20px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice_list .list_wrap .txt_wrap .date {
  color: #6d6d6d;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 19.5px */
  letter-spacing: -0.3px;
}
@media screen and (max-width: 768px) {
  .notice_list .no_content {
    margin-bottom: 40px;
  }
  .notice_list .list_wrap {
    column-gap: 12px;
    row-gap: 24px;
    margin-bottom: 40px;
  }
  .notice_list .list_wrap li {
    width: calc((100% - 12px) / 2);
    border-radius: 17px;
  }
  .notice_list .nav_wrap {
    justify-content: center;
    margin-bottom: 30px;
  }
  .notice_list .nav_wrap .cate a {
    font-size: 13px;
    letter-spacing: -0.262px;
    padding: 10px 20px;
  }
  .notice_list .nav_wrap .total {
    display: none;
  }
  .notice_list .list_wrap ._cover {
    border: 2px solid #fff;
    border-radius: 17px;
  }
  .notice_list .list_wrap .txt_wrap .sort {
    font-size: 12px;
    letter-spacing: -0.24px;
    padding: 4px 8px;
  }
  .notice_list .list_wrap .txt_wrap {
    padding: 12px 8px 30px;
  }
  .notice_list .list_wrap .txt_wrap p {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
  .notice_list .list_wrap .txt_wrap .date {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}

/* 공지사항 상세보기 */
.notice_view .tit_wrap .title {
  display: flex;
  gap: 12px;
  align-items: center;
}
.notice_view .tit_wrap .sort {
  /* overflow: hidden; */
  color: #f9f9f9;
  /* text-overflow: ellipsis; */
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.36px;
  padding: 5px 10px;
  border-radius: 6px;
}
.notice_view .tit_wrap .sort.notice {
  background: #df7262;
}
.notice_view .tit_wrap .sort.event {
  background: #a3b493;
}
.notice_view .content {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .notice_view .tit_wrap .sort {
    font-size: 12px;
    letter-spacing: -0.24px;
    padding: 4px 8px;
  }
  .notice_view .content {
    margin-bottom: 30px;
  }
}
/* 온라인 예약 */
.sub_reserve .tit_wrap {
  justify-content: center;
  margin-bottom: 80px;
}
.sub_reserve .tit_wrap h3 {
  color: var(--Primary-950, #0d0302);
  text-align: center;
  font-family: 'PT Bandoche';
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.72px;
}
.sub_reserve .sub_con form {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  padding-bottom: 120px;
}
.sub_reserve .sub_con .head {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  gap: 6px;
  color: var(--grayscale-800, #262626);
  font-family: 'PT Bandoche';
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.4px;
}
.sub_reserve .calendar_notice {
  display: flex;
  font-family: Pretendard;
  line-height: 150%;
  position: absolute;
  gap: 10px;
  /* bottom: 0; */
}
.sub_reserve .calendar_notice.mobile_block {
  display: none;
}
/* .sub_reserve .calendar_notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: Pretendard;
  line-height: 150%;
  bottom: 0;
} */
.sub_reserve .calendar_notice > div {
  flex: 1;
}
.sub_reserve .calendar_notice::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: url(/img/sub/notice_icon.png) center center / 100% no-repeat;
}
.sub_reserve .calendar_notice strong {
  display: block;
  margin-bottom: 10px;
  color: var(--grayscale-900, #171717);
  font-family: 'PT Bandoche';
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}
.sub_reserve .calendar_notice b {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
}
.sub_reserve .calendar_notice b span {
  font-weight: 600;
  color: var(--primary-500, #eb5945);
}
.sub_reserve .calendar_notice p {
  font-size: 15px;
  color: #737373;
  font-weight: 300;
}
.sub_reserve .calendar_notice p b {
  font-weight: 600;
}
.sub_reserve .calendar_notice p a {
  font-weight: 600;
}
.sub_reserve .calendar_wrap {
  flex: 1;
}
.sub_reserve .form_wrap {
  width: 45%;
  font-family: Pretendard;
}
.sub_reserve .form_wrap .con_wrap {
  padding: 30px 40px;
  background: #f5f5f5;
}
.sub_reserve .form_wrap .input_group {
  display: flex;
  align-items: center;
}
.sub_reserve .form_wrap .input_group:not(:last-child) {
  margin-bottom: 10px;
}
.sub_reserve .form_wrap .input_bottom {
  align-items: flex-start;
}
.sub_reserve .form_wrap .input_group .title {
  width: 15%;
  min-width: 110px;
  color: var(--neutral-gray-800, #262626);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
.sub_reserve .form_wrap .input_group .title em {
  color: #eb5945;
}
.sub_reserve .form_wrap .input_group input[type='text'],
.sub_reserve .form_wrap .input_group input[type='number'],
.sub_reserve .form_wrap .input_group select,
.sub_reserve .form_wrap .input_group textarea {
  background: #fff;
  flex: 1;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #a3a3a3;
  color: var(--700, #404040);
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}
.sub_reserve .form_wrap .input_group input[type='text']:placeholder,
.sub_reserve .form_wrap .input_group input[type='number']:placeholder,
.sub_reserve .form_wrap .input_group select:placeholder,
.sub_reserve .form_wrap .input_group textarea:placeholder {
  color: var(--40001, #a3a3a3);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
}
.sub_reserve .form_wrap .input_group .memo {
  flex: 1;
}
.sub_reserve .form_wrap .input_group textarea {
  width: 100%;
  margin-bottom: 10px;
}
.sub_reserve .form_wrap .input_group input[type='checkbox'] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(/img/sub/community_chk.png) no-repeat center center / 100%;
  cursor: pointer;
}
.sub_reserve .form_wrap .input_group input[type='checkbox']:checked {
  background: url(/img/main/main_6_checked.png) no-repeat center center / 100%;
}

.sub_reserve .form_wrap .input_group input[type='checkbox']:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -57%);
  background: url(/img/n_main/check.svg) center center no-repeat;
  width: 14px;
  height: 14px;
}
.sub_reserve .form_wrap .radi_wrap {
  display: flex;
  gap: 4px;
}
.sub_reserve .form_wrap .radi_wrap label {
  display: block;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 99px;
  border: 1px solid #a3a3a3;
  box-sizing: border-box;
  background: #fff;
  color: #404040;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: -0.28px;
}
.sub_reserve .form_wrap .radi_wrap input[type='radio'] {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
}
.sub_reserve .form_wrap .radi_wrap input[type='radio']:checked + label {
  background: #eb5945;
  color: #fff;
  border: none;
}
.sub_reserve .form_wrap .agree {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #262626;
}
.sub_reserve .form_wrap .agree label {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid var(--grayscale-40001, #a3a3a3);
  color: var(--grayscale-40001, #a3a3a3);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 22.5px */
  letter-spacing: -0.3px;
  cursor: pointer;
}
.sub_reserve .form_wrap .agree label.on {
  border: 1px solid #171717;
  color: #171717;
}
.sub_reserve .form_wrap .agree a {
  margin-left: 8px;
  text-decoration: underline;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: var(--grayscale-40001, #a3a3a3);
  text-underline-offset: 3px;
  letter-spacing: -0.28px;
}
.sub_reserve .form_wrap .btn_submit {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.36px;
  padding: 22px 30px;
  box-sizing: border-box;
  background: #eb5945;
  display: block;
  margin-left: auto;
  margin-top: 30px;
  width: calc(100% - 110px);
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .sub_reserve .sub_con form {
    flex-direction: column;
    gap: 50px;
  }
  .sub_reserve .calendar_notice {
    position: static;
  }
  .sub_reserve .form_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sub_reserve .sub_con .head {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 500;
  }
  .sub_reserve .tit_wrap {
    margin-bottom: 40px;
  }
  .sub_reserve .tit_wrap h3 {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
  .sub_reserve .sub_con .head img {
    width: 20px;
  }
  .sub_reserve .sub_con form {
    padding-bottom: 0;
  }
  .sub_reserve .form_wrap {
    font-size: 14px;
  }
  .sub_reserve .form_wrap .con_wrap {
    padding: 20px;
  }
  .sub_reserve .form_wrap .input_group {
    flex-direction: column;
    gap: 8px;
  }
  .sub_reserve .form_wrap .input_group .title {
    font-size: 14px;
    width: 100%;
  }
  .sub_reserve .form_wrap .radi_wrap {
    width: 100%;
  }
  .sub_reserve .form_wrap .input_group input[type='checkbox'] {
    width: 15px;
    height: 15px;
  }
  .sub_reserve .form_wrap .agree {
    font-size: 13px;
  }
  .sub_reserve .form_wrap .btn_submit {
    font-size: 14px;
    padding: 15px 20px;
    margin-right: auto;
    width: 100%;
  }
  .sub_reserve .calendar_notice {
    text-align: left;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    justify-content: center;
  }
  .sub_reserve .calendar_notice strong {
    font-size: 20px;
  }
  .sub_reserve .calendar_notice b {
    font-size: 15px;
  }
  .sub_reserve .form_wrap .input_group input[type='text'],
  .sub_reserve .form_wrap .input_group input[type='number'],
  .sub_reserve .form_wrap .input_group select,
  .sub_reserve .form_wrap .input_group textarea {
    width: 100%;
  }
  .sub_reserve .form_wrap .input_group .memo {
    width: 100%;
  }
  .sub_reserve .calendar_notice.pc_block {
    display: none;
  }
  .sub_reserve .calendar_notice.mobile_block {
    display: flex;
  }
}
/* 소개 페이지 */
.intro_1_1 {
  padding: 110px 0 297px;
  position: relative;
  background: url(/img/sub/intro/intro_1_1_bg.png) center center / 100%
    no-repeat;
}

.intro_1_1_1 {
  margin-bottom: 180px;
}
.intro_1_1_swiper {
  width: 70%;
  max-width: 1280px;
  margin: 0 auto;
}
.intro_1_1_swiper .swiper {
  overflow: visible;
}
.intro_1_1 .swiper-slide {
  /* width: fit-content; */
  border-radius: 60px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .intro_1_1 {
    background: url(/img/sub/intro/intro_1_1_bg_m.png) center 75% / 100%
      no-repeat;
  }
  .intro_1_1_1 {
    margin-bottom: 100px;
  }
  .intro_1_1_1 img.mobile_block,
  .intro_1_1_2 img.mobile_block {
    width: 100%;
  }
  .intro_1_1 .swiper-slide {
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .intro_1_1 {
    padding: 60px 0 200px;
  }
  .intro_1_1_2 img {
    margin: 0;
  }
  .intro_1_1_2 {
    margin-top: 100px;
  }
}
.intro_1_1_2 img {
  margin: 50px auto 0;
}

.intro_1_2 {
  position: relative;
}
.intro_1_2_link1 {
  position: absolute;
  width: 10%;
  height: 3%;
  display: block;
  top: 50%;
  left: 16%;
}
.intro_1_2_link2 {
  position: absolute;
  width: 11%;
  height: 3%;
  display: block;
  top: 88%;
  left: 16%;
}
.intro_vid_sec a {
  position: relative;
}
.intro_vid_sec video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.intro_2_1 {
  padding: 140px 0;
}
.intro_2_1_1 {
  margin: 0 auto 80px;
}
.intro_2_1 .roll_wrap {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .intro_2_1 {
    padding: 60px 0;
  }
  .intro_2_1_1 {
    margin: 0 auto -40px;
  }
  .intro_2_1 .roll_wrap {
    padding: 40px 0;
    margin-top: 0;
  }
  .intro_1_2_link1 {
    width: 45%;
    height: 3%;
    top: 52%;
    left: 26%;
  }
  .intro_1_2_link2 {
    width: 49%;
    height: 3%;
    top: 93.5%;
    left: 25%;
  }
}
.intro_4_1 .w1280 {
  max-width: 1020px;
}
.intro_4_1 .sub_tit_wrap p {
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: 'PT Noeul';
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 36.4px */
  margin-bottom: 20px;
}
.intro_5 {
  padding: 120px 0;
  font-family: Pretendard;
  color: #262626;
}
/* .intro_5 .w1280 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
} */
.intro_5 .sub_head {
  max-width: 240px;
  width: 20%;
}
/* .intro_5 .con_wrap {
  max-width: 920px;
  width: 72%;
} */
.intro_5 .con_wrap p.top_text {
  font-size: 20px;
  margin-bottom: 50px;
  font-weight: 300;
  line-height: 160%;
}
.intro_5 .con_wrap b {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .intro_5 .w1280 {
    flex-direction: column;
  }
  .intro_5 .con_wrap {
    max-width: unset;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .intro_5 .sub_head {
    width: 100%;
    max-width: unset;
    justify-content: center;
  }
  .intro_4_1 .sub_tit_wrap p {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .intro_5 .sub_head h3 {
    justify-content: center;
  }
  .intro_5 {
    padding: 60px 0;
    text-align: center;
  }
  .intro_5 .con_wrap p.top_text {
    margin-bottom: 30px;
    font-size: 15px;
  }
  .intro_5 .con_wrap b {
    font-weight: 500;
  }
}

/* 진료시간  */
.intro_5_1 .time_wrap {
  display: flex;
  gap: 14px;
  text-align: center;
  line-height: 1.3;
}
.intro_5_1 .time_wrap li {
  padding: 55px 10px;
  font-family: Pretendard;
  color: var(--800, #262626);
  box-sizing: border-box;
  flex: 1;
  background: #f5f5f5;
}
.intro_5_1 .time_wrap li img {
  margin: 0 auto 4px;
}
.intro_5_1 .time_wrap li b {
  font-size: 16px;
  font-weight: 600;

  color: #eb5945;
  display: block;
  margin-bottom: 30px;
  line-height: 1.7;
}
.intro_5_1 .time_wrap li p {
  font-family: 'PT Bandoche';
  font-size: 24px;
  letter-spacing: -0.56px;
  font-weight: 400;
}
.intro_5_1 .time_wrap li span {
  color: var(--60001, #525252);
  font-size: 16px;
  font-weight: 400;
}
.intro_5_1 .time_wrap .br_none {
  display: none;
}
@media screen and (max-width: 1350px) {
  .intro_5_1 .time_wrap .br_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .intro_5_1 .time_wrap .br_none {
    display: none;
  }
  .intro_5_1 .time_wrap {
    gap: 10px;
    /* flex-wrap: wrap; */
  }
  .intro_5_1 .time_wrap li {
    width: calc(50% - 5px);
    padding: 20px 0px;
    box-sizing: border-box;
    flex: unset;
  }
  .intro_5_1 .time_wrap li img {
    width: 40px;
    margin-bottom: 6px;
  }
  .intro_5_1 .time_wrap li b {
    font-size: 12px;
    margin-bottom: 12px;
    height: 40px;
  }
  .intro_5_1 .time_wrap li p {
    font-size: 15px;
  }
  .intro_5_1 .time_wrap li span {
    font-size: 12px;
  }
}

/* 오시는길 */
.intro_5_2 .map_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 20px;
}
.intro_5_2 .map_head b {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.36px;
  display: flex;
  align-items: center;
}
.intro_5_2 .map_head b span {
  flex: 1;
}
.intro_5_2 .map_head b::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url('/img/sub/pin_drop.png') center center / 100% no-repeat;
}
.intro_5_2 .map_head ul {
  display: flex;
  gap: 14px;
  padding: 20px 35px;
  border-radius: 999px;
  border: 1px solid #d4d4d4;
}
.intro_5_2 .map_head ul li {
  display: flex;
  gap: 14px;
  align-items: center;
}
.intro_5_2 .map_head .mobile_block {
  display: none;
}
.intro_5_2 .map_head ul li:not(:last-child)::after {
  content: '|';
  color: #a3a3a3;
  font-size: 18px;
}
.intro_5_2 .map_head ul li a {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 18px;
  color: #262626;
  font-weight: 400;
  letter-spacing: -0.36px;
  line-height: 1.5;
}
.intro_5_2 .map_head ul li a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
}
.intro_5_2 .map_head ul li a.naver::before {
  background: url('/img/sub/naver_icon.png') center center / 100% no-repeat;
}
.intro_5_2 .map_head ul li a.google::before {
  background: url('/img/sub/google_icon.png') center center / 100% no-repeat;
}
.intro_5_2 .map_head ul li a.kakao::before {
  background: url('/img/sub/kakao_icon.png') center center / 100% no-repeat;
  width: 16px;
}
.intro_5_2 .map_wrap {
  width: 100%;
  margin-bottom: 60px;
}
.intro_5_2 #map {
  width: 100%;
  height: 400px;
}
.intro_5_2 #map .root_daum_roughmap_landing {
  width: 100% !important;
  height: 100%;
}
.intro_5_2 #map .root_daum_roughmap_landing .wrap_map {
  height: 100% !important;
}
.intro_5_2 .park_banner {
  background: #262626;
  min-height: 240px;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 37px 40px;
  box-sizing: border-box;
}
.intro_5_2 .park_banner .left {
  flex: 1;
}
.intro_5_2 .park_banner .left span {
  display: block;
  color: var(--gold-100, #c1a181);
  font-family: 'SpoqaHanSansNeo';
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
}
.intro_5_2 .park_banner .left strong {
  color: var(--00-white, #fff);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
}
.intro_5_2 .park_banner .right {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 65%;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}
.intro_5_2 .park_banner .right .caution::before {
  content: '';
  margin-bottom: 4px;
  display: block;
  width: 20px;
  height: 20px;
  background: url('/img/sub/intro_5_2_warning.png') no-repeat;
}
.intro_5_2 .park_banner .right .gold {
  font-weight: 600;
}
.intro_5_2 .park_banner .right b {
  text-decoration: underline;
  text-underline-offset: 25%;
}
.intro_5_2 .park_banner .right .caution {
  flex: 1;
}
.intro_5_2 .park_banner .right .img_wrap {
  width: 30%;
}
.intro_5_2 .park_banner .go {
  position: absolute;
  min-width: 176px;
  font-weight: 600;
  font-size: 15px;
  color: #262626;
  bottom: 37px;
  left: 40px;
  padding: 7px 11px;
  background: #c1a181;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro_5_2 .park_banner .go.mobile_block {
  display: none;
}
.intro_5_2 .park_banner .go.pc_block {
  display: flex;
}
.intro_5_2 .park_banner .go::after {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background: url('/img/sub/intro_5_2_arrow.png') no-repeat;
}
@media screen and (max-width: 768px) {
  .intro_5_2 .map_head {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .intro_5_2 .map_head b {
    font-size: 15px;
    gap: 4px;
    text-align: left;
    align-items: flex-start;
  }
  .intro_5_2 .map_head b span {
    max-width: 280px;
  }
  .intro_5_2 .map_head b::before {
    width: 20px;
    height: 20px;
    padding-top: 3px;
    background: url('/img/sub/pin_drop.png') center center / contain no-repeat;
  }
  .intro_5_2 .map_head ul {
    padding: 16px;
    gap: 5px;
  }
  .intro_5_2 .map_head ul li {
    gap: 5px;
  }
  .intro_5_2 .map_head .mobile_block {
    display: flex;
  }
  .intro_5_2 .map_head .pc_block {
    display: none;
  }
  .intro_5_2 .map_head ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .intro_5_2 #map {
    height: 360px;
  }
  .intro_5_2 .map_head ul li a.kakao::before {
    width: 14px;
    height: 19px;
  }

  .intro_5_2 .park_banner {
    flex-direction: column;
    text-align: left;
    padding: 20px;
  }
  .intro_5_2 .park_banner .left {
    display: flex;
    justify-content: space-between;
  }
  .intro_5_2 .park_banner .left span {
    font-size: 10px;
  }
  .intro_5_2 .park_banner .left strong {
    font-size: 18px;
    font-weight: 500;
  }
  .intro_5_2 .park_banner .left .img_wrap {
    max-width: 110px;
  }
  .intro_5_2 .park_banner .right {
    width: 100%;
    font-size: 14px;
  }
  .intro_5_2 .park_banner .right .caution {
    margin-bottom: 16px;
  }
  .intro_5_2 .park_banner .right .caution::before {
    width: 15px;
    height: 15px;
    background: url('/img/sub/intro_5_2_warning.png') center center / cover
      no-repeat;
  }
  .intro_5_2 .park_banner .go {
    position: static;
    max-width: 142px;
    min-width: unset;
    font-size: 12px;
    padding: 5px 9px;
  }
  .intro_5_2 .park_banner .go::after {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .intro_5_2 .park_banner .go.pc_block {
    display: none;
  }
  .intro_5_2 .park_banner .go.mobile_block {
    display: flex;
  }
}
