@charset "utf-8";

/* main ------------------------------- */
main {
  width: 100%;
  /* height: calc(100vh - 80px); */
  /* height: 100%; */
  /* margin-top: 100px; */
  margin-top: 80px;
}

section {
  padding: 8.125rem 0;
}
section:first-child {
  margin-top: -3.75rem;
}

@media screen and (max-width: 1024px) {
  main {
    /* height: calc(100vh - 60px); */
    margin-top: 60px;
  }
  section {
    padding: 5rem 0;
  }
}

.main-contents {
  width: 100%;
  /* height: 100%; */
}

.main_visual {
  min-height: 700px;
  background: url(../img/main_page/main_img.png) no-repeat;
  background-position: top center;
  background-size: cover;
}

.visual_text {
  margin-top: 220px;
}

.visual_text h2 {
  color: #002d56;
  font-size: 64px;
  font-weight: 800;
}

.visual_text p {
  margin-top: 38px;
  color: #9d9fa2;
  font-size: 32px;
  font-weight: 500;
}

.visual_text p span {
  display: inline-block;
  margin-top: 20px;
  color: #8d7150;
  font-size: 48px;
  font-weight: 700;
}

/* ---- main-contents ---- */

/* main_intro */
.main_intro {
  height: 935px;
  background: url(../img/main_page/part1_back.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.main_intro_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main_intro h3 {
  width: fit-content;
  margin: 0 auto;
  font-size: 60px;
  font-weight: 600;
  border-bottom: 5px solid #dadad3;
}

.main_intro h3 span {
  color: #002d56;
  font-weight: 800;
}

.main_intro .intro_box {
  justify-content: space-between;
  margin-top: 146px;
}

.main_intro .intro_box img {
  width: 38%;
  /* height: auto; */
  height: fit-content;
  border-radius: 16px;
}

.intro_text {
  margin-left: 40px;
}

.intro_text h4 {
  margin-bottom: 26px;
  color: #232323;
  font-size: 36px;
  font-weight: 700;
}

.intro_text h4 span {
  color: #8d7150;
}

.intro_text p {
  margin-bottom: 52px;
  color: #545454;
  font-size: 20px;
}

.intro_text p span {
  color: #002d56;
  font-weight: 700;
}

.intro_text strong {
  color: #8d7150;
  font-size: 20px;
}

/* main_sys_intro */
.main_sys_intro {
  padding: 130px 0;
  padding-bottom: 230px;
  background: url(../img/main_page/part2_img.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
}

.sys_intro {
  justify-content: space-between;
}

.main_sys_intro .title_img {
  width: 30%;
}

.main_sys_intro .title_img img {
  width: 100%;
  height: auto;
}

.main_sys_intro .title_img img:last-child {
  display: none;
}

.main_sys_intro .sys_con_box {
  width: 680px;
}

.sys_con {
  display: flex;
  align-items: center;
  height: 180px;
  margin-top: 25px;
  border: 2px solid #dadad3;
  border-radius: 40px;
  background-color: #f5f6f6;
}

.sys_con:first-child {
  margin-top: 0;
}

.sys_con strong {
  font-family: "HUFS";
  font-size: 100px;
  margin: 0 90px;
}

.sys_con p {
  color: #363636;
  font-size: 28px;
  font-weight: 500;
}

.sys_con:nth-child(1) strong {
  color: #146e7a;
}

.sys_con:nth-child(2) strong {
  color: #8d7150;
}

.sys_con:nth-child(3) strong {
  color: #363636;
}

/* main_system */
.main_system {
  margin: 200px 0;
}

.sys_title h3 {
  font-size: 48px;
  font-weight: 500;
}

.sys_title h3 span {
  color: #146e7a;
  font-weight: 700;
}

.sys_title p {
  margin-top: 20px;
  color: #363636;
  font-size: 24px;
  font-weight: 400;
}

.main_system .screen_box_zone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 92px;
}

.main_system .screen_box {
  width: 32.5%;
}

.main_system .screen_text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #dcdcca;
}

.main_system .screen_text strong {
  font-family: "HUFS";
  font-size: 48px;
  color: #8d7150;
}

.main_system .screen_text p {
  font-size: 22px;
  font-weight: 500;
  color: #363636;
}

.main_system .screen_text span {
  font-weight: 800;
  color: #146e7a;
}

.main_system .screen_img {
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.main_system .screen_img img {
  display: inline-block;
  width: 100%;
}

/* main_rlu */
.main_rlu {
  padding: 110px 0;
  background-color: #dadad3;
}

.main_rlu .flex_box {
  justify-content: space-between;
}

.rlu_title h3 {
  line-height: 1;
  font-weight: 800;
  font-size: 48px;
}

.rlu_title h3 span {
  font-size: 36px;
}

.rlu_title p {
  margin: 45px 0;
  font-size: 24px;
}

.main_rlu .text_zone {
  width: 48%;
}

.main_rlu .text_box {
  display: flex;
  align-items: center;
  margin-top: 18px;
  padding: 12px 35px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.main_rlu .text_box:first-child {
  margin-top: 0px;
}

.main_rlu .text_box p {
  margin-left: 30px;
  color: #363636;
  font-size: 24px;
}

.main_rlu .rlu_box_in {
  align-items: end;
}

.main_rlu .screen_zone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48%;
  border: 10px solid #fff;
  border-radius: 30px;
  overflow: hidden;
}

.main_rlu .screen_zone img {
  width: 100%;
}

/* main_map */
.main_map {
  padding: 150px 0;
}

.main_map .search_zone {
  width: 100%;
}

.main_map .search_zone h3 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}

.main_map .search_box {
  margin-top: 92px;
}

.search_box select {
  cursor: pointer;
  font-size: 22px;
  color: #545454;
  padding: 10px 20px;
  border-radius: 0;
  border: 1px solid #dadad3;
  background: url(../img/main_page/map_arrow_down.svg) no-repeat;
  background-size: 20px;
  background-position: 90%;
  background-color: #f4f6f6;
}

.search_box select:first-child {
  width: 300px;
  margin-right: 14px;
}

.search_box select:last-child {
  width: 320px;
}

.info_box {
  margin-top: 34px;
}

.info_box ul {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #888888;
}

.info_box .title {
  border-bottom: 0;
  border: 1px solid #dadad3;
  background-color: #f4f6f6;
}

.info_box .title li {
  color: #363636;
  font-size: 22px;
  font-weight: 500;
}

.info_box ul li {
  width: 15%;
  text-align: center;
  color: #363636;
  padding: 20px 0;
  font-size: 18px;
}

.info_box ul li:nth-child(1) {
  width: 30%;
}

.info_box ul li:nth-child(2) {
  width: 40%;
}

.info_box ul li:nth-child(4) {
  width: 15%;
}

.map_zone {
  width: 50%;
  margin-left: 40px;
}

.map_zone img {
  width: 100%;
}

/* main_sign_up */
.main_sign_up {
  height: 475px;
  text-align: center;
  background-color: #002b49;
}

.main_sign_up_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: 475px; */
  height: 100%;
  background: url(../img/main_page/part6_back.png) no-repeat;
  background-size: contain;
  background-position: left bottom;
}

.main_sign_up p {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.main_sign_up p span {
  font-size: 60px;
}

.main_sign_up a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
  width: 520px;
  height: 90px;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  border-radius: 10px;
  background-color: #8d7150;
}

.main_sign_up a:hover {
  transform: scale(1.01);
  transition: 0.3s;
  background-color: #a0815c;
}

@media (min-width: 1280px) and (max-width: 1380px) {
  .main_system .screen_box .screen_text {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 1280px) {
  /* main_intro */
  .main_intro {
    height: 800px;
  }

  .main_intro h3 {
    font-size: 45px;
  }

  .main_intro .intro_box {
    margin-top: 100px;
  }

  .main_intro .intro_box img {
    width: 40%;
  }

  .intro_text h4 {
    font-size: 30px;
  }

  /* main_sys_intro */
  .sys_intro {
    justify-content: space-around;
  }

  .main_sys_intro {
    padding: 100px 0;
  }

  .main_sys_intro .sys_con_box {
    width: 580px;
  }

  .sys_con {
    height: 160px;
  }

  .sys_con strong {
    margin: 0 60px;
    font-size: 90px;
  }

  .sys_con p {
    font-size: 24px;
  }

  /* main_system */
  .main_system {
    margin: 120px 0;
  }

  .main_system .screen_box_zone {
    margin-top: 80px;
  }

  .main_system .sys_title h3 {
    font-size: 36px;
  }

  .main_system .sys_title p {
    font-size: 20px;
  }

  .main_system .screen_text {
    margin-bottom: 30px;
  }

  .main_system .screen_text strong {
    font-size: 36px;
  }

  .main_system .screen_text p {
    font-size: 18px;
  }

  /* main_rlu */
  .main_rlu .rlu_title h3 {
    font-size: 40px;
  }

  .main_rlu .rlu_title h3 span {
    font-size: 30px;
  }

  .main_rlu .rlu_title p {
    font-size: 20px;
  }

  .main_rlu .text_box p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  /* main {
        margin-top: 40px;
    } */

  select option {
    font-size: 1rem;
  }

  /* main ------------------------------- */
  .main_visual {
    min-height: 600px;
    margin-top: 120px;
    background: url(../img/main_page/main_img.png) no-repeat;
    background-position: bottom center;
    background-size: cover;
  }

  .visual_text {
    margin-top: 0px;
  }

  .visual_text h2 {
    font-size: 50px;
  }

  .visual_text p {
    font-size: 28px;
    font-weight: 500;
  }

  .visual_text p span {
    margin-top: 10px;
    font-size: 40px;
    font-weight: 700;
  }

  /* main_intro */
  .main_intro {
    height: 935px;
    background: url(../img/main_page/part1_back-tm.png) no-repeat;
    background-size: 30%;
    background-position: top right;
    background-color: #f8f8f8;
  }

  .main_intro h3 {
    font-size: 40px;
  }

  .main_intro_box {
    padding: 100px 0;
  }

  .main_intro {
    height: auto;
  }

  .main_intro .intro_box {
    margin-top: 60px;
  }

  .main_sys_intro {
    padding: 80px 0;
    padding-bottom: 290px;
    background: url(../img/main_page/part2_img.png) no-repeat;
    background-size: 140%;
    background-position: left bottom;
  }

  .intro_text {
    width: 100%;
  }

  .intro_text p {
    font-size: 16px;
  }

  .main_intro .intro_box.flex_box {
    flex-direction: column;
  }

  .intro_text {
    margin: 0;
  }

  .intro_text p {
    margin-bottom: 40px;
  }

  .main_intro .intro_box img {
    width: 90%;
    height: 480px;
    margin: 0 auto;
    margin-bottom: 60px;
    object-fit: cover;
  }

  /* main_sys_intro */
  .main_sys_intro .sys_con_box {
    width: 530px;
  }

  .sys_con {
    height: 120px;
    border-radius: 20px;
  }

  .sys_con strong {
    font-size: 70px;
    margin: 0 80px;
  }

  .sys_con p {
    font-size: 20px;
  }

  .sys_intro {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main_sys_intro .title_img {
    width: 50%;
    margin-bottom: 30px;
  }

  .main_sys_intro .title_img img {
    min-width: 340px;
  }

  .main_sys_intro .title_img img:first-child {
    display: none;
  }

  .main_sys_intro .title_img img:last-child {
    display: block;
  }

  .main_sys_intro {
    padding: 80px 0;
    padding-bottom: 290px;
    background: url(../img/main_page/part2_img.png) no-repeat;
    background-size: 140%;
    background-position: left bottom;
  }

  /* main_system */
  .main_system .screen_box_zone {
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .main_system .screen_box {
    width: 47.5%;
    min-width: 272px;
    margin-top: 20px;
  }

  .main_system .screen_box:nth-child(2) {
    margin: 0 10px;
    margin-top: 20px;
  }

  .main_system .screen_text {
    padding: 20px 10px;
    margin-bottom: 15px;
  }

  .main_system .sys_title h3 {
    font-size: 32px;
  }

  .main_system .sys_title p {
    font-size: 20px;
  }

  .main_system .screen_text {
    margin-bottom: 20px;
  }

  /* main_rlu */
  .main_rlu .rlu_title h3 {
    font-size: 36px;
  }

  .main_rlu .rlu_title h3 span {
    font-size: 24px;
  }

  .main_rlu .rlu_title p {
    font-size: 18px;
  }

  .main_rlu .text_box p {
    font-size: 18px;
  }

  /* main_map */
  .main_map .search_zone h3 {
    font-size: 40px;
  }

  /* main_sign_up */
  .main_sign_up p {
    font-size: 40px;
  }

  .main_sign_up p span {
    font-size: 50px;
  }

  .main_sign_up a {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .main_visual {
    margin-top: 120px;
    min-height: 460px;
  }

  .visual_text h2 {
    font-size: 36px;
  }

  .visual_text p {
    margin-top: 20px;
    font-size: 22px;
  }

  .visual_text p span {
    font-size: 30px;
  }

  /* main_intro */
  .main_intro {
    padding: 60px 0;
  }

  .main_intro_box {
    padding: 20px 0;
  }

  .main_intro h3 {
    font-size: 30px;
    border-bottom: 0;
  }

  .main_intro .intro_box {
    margin-top: 30px;
  }

  .intro_text h4 {
    font-size: 24px;
  }

  /* main_system */
  .main_sys_intro .sys_con_box {
    width: auto;
  }

  .main_sys_intro .title_img {
    width: 100%;
  }

  .main_sys_intro .title_img img {
    min-width: 300px;
    max-width: 370px;
    margin: 0 auto;
  }

  .sys_con {
    padding: 0 40px;
  }

  .sys_con strong {
    font-size: 60px;
    margin: 0;
    margin-right: 46px;
  }

  /* main_system */
  .main_system .sys_title h3 {
    font-size: 28px;
  }

  .main_system .sys_title p {
    font-size: 18px;
  }

  .main_system .screen_box {
    width: 100%;
  }

  /* main_rlu */
  .main_rlu .flex_box {
    flex-direction: column;
  }

  .main_rlu .text_zone {
    width: 100%;
  }

  .main_rlu .screen_zone {
    width: 100%;
    margin-top: 50px;
  }

  .rlu_title p {
    margin: 24px 0;
  }

  .main_rlu .text_box {
    padding: 12px 20px;
  }

  .main_rlu .text_box img {
    width: 40px;
  }

  /* main_sign_up */
  .main_sign_up {
    height: 340px;
  }

  .main_sign_up p {
    font-size: 28px;
  }

  .main_sign_up p span {
    font-size: 40px;
  }

  .main_sign_up a {
    width: 360px;
    height: 70px;
    margin-top: 20px;
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  /* main_visual */
  .main_visual {
    min-height: 340px;
    margin-top: 90px;
  }

  .visual_text h2 {
    font-size: 20px;
  }

  .visual_text p {
    margin-top: 10px;
    font-size: 14px;
  }

  .visual_text p span {
    font-size: 18px;
  }

  /* main_intro */
  .main_intro {
    padding-bottom: 30px;
  }

  .main_intro h3 {
    font-size: 22px;
  }

  .intro_text h4 {
    font-size: 20px;
  }

  .intro_text strong {
    font-size: 16px;
  }

  .main_intro_box {
    padding: 20px;
  }

  .main_intro .intro_box img {
    width: 100%;
    height: 280px;
  }

  /* main_sys_intro */
  .main_sys_intro {
    padding: 50px 0;
    padding-bottom: 160px;
  }

  .main_sys_intro .title_img img {
    min-width: 200px;
    max-width: 280px;
  }

  .main_sys_intro .sys_con_box {
    width: 100%;
    max-width: 340px;
  }
  .sys_con {
    width: 100%;
    height: 80px;
  }

  .sys_con strong {
    font-size: 50px;
    margin-right: 20px;
  }

  .sys_con p {
    font-size: 16px;
  }

  /* main_system */
  .main_system {
    margin: 60px 0;
  }
  .main_system .sys_title h3 {
    font-size: 20px;
  }

  .main_system .sys_title p {
    font-size: 16px;
  }

  .main_system .screen_box_zone {
    margin-top: 10px;
  }

  .main_system .screen_box {
    width: 90%;
  }

  .main_system .screen_text {
    padding: 10px;
  }

  .main_system .screen_text strong {
    font-size: 30px;
  }

  .main_system .screen_text p {
    font-size: 16px;
  }

  /* main_rlu */
  .main_rlu {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .main_rlu .rlu_title h3 {
    font-size: 24px;
  }

  .main_rlu .rlu_title h3 span {
    font-size: 18px;
  }

  .main_rlu .rlu_title p {
    font-size: 14px;
  }

  .main_rlu .text_box {
    margin-top: 10px;
    padding: 12px;
  }

  .main_rlu .text_box p {
    font-size: 16px;
    margin-left: 14px;
  }

  .main_rlu .screen_zone {
    border-radius: 20px;
  }

  /* main_sign_up */
  .main_sign_up {
    height: 200px;
  }

  .main_sign_up p {
    font-size: 16px;
  }

  .main_sign_up p span {
    font-size: 20px;
  }

  .main_sign_up a {
    width: 328px;
    height: 60px;
    margin-top: 20px;
    font-size: 22px;
  }
}

/* consultation ------------------------------- */
.consultation {
  background-color: #f5f6f6;
  padding-bottom: 180px;
}

.consultation .header_title {
  background: url(../img/sub_page/title_img/title_application.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.consultation_text h3 {
  padding: 100px 0;
  text-align: center;
  color: #002d56;
  font-size: 3rem;
  font-weight: 800;
}

/* 240903 전화문의 추가 작업(지혜) */
.consultation_text .call_info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  font-size: 2rem;
  word-break: break-all;
  padding: 20px;
  background-color: #d7dfe4;
  border-radius: 20px 20px 0 0;
}

.consultation_text .call_info p {
  display: flex;
  align-items: center;
  margin-right: 24px;
  color: #415c75;
  font-weight: 800;
}

.consultation_text .call_info p > i {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 14px;
  background: url(../img/sub_page/consultation/call_icon.svg) no-repeat;
  background-position: center;
}

.consultation_text strong {
  text-align: center;
  color: #d7dfe4;
  padding: 16px 20px;
  border-radius: 12px;
  background-color: #415c75;
}

.consultation_text strong > span {
  color: #fff;
  white-space: nowrap;
}

/* // 240903 전화문의 추가 작업(지혜) */

.consultation .join_wrap {
  width: 100%;
  padding: 88px 0;
  border-radius: 40px;
  background-color: #fff;
}

.consultation .join_wrap form {
  width: 80%;
  margin: 0 auto;
}

.consultation .join_wrap form h4 {
  text-align: right;
  font-weight: 500;
}

.consultation .join_wrap form h4 i {
  color: #e63b53;
}

.consultation .join_wrap .input_con dl {
  display: flex;
  width: 100%;
  margin-top: 30px;
}

.consultation .join_wrap .input_con dl dt {
  width: 25%;
  min-width: 240px;
  font-size: 1.6rem;
}

.consultation .join_wrap .input_con dl dt .es {
  color: #e63b53;
}

.consultation .join_wrap .input_con dl dt .skip_info {
  color: #363636;
  font-weight: 500;
}

.consultation .join_wrap .input_con dl dd {
  width: 100%;
}

.consultation .join_wrap dl dd select {
  cursor: pointer;
  font-size: 1.4rem;
  padding: 0 20px;
  color: #363636;
  background: url(../img/main_page/map_arrow_down.svg) no-repeat;
  background-size: 15px;
  background-position: 95%;
}

.consultation .join_wrap dl .area_sel select {
  background: url(../img/main_page/map_arrow_down.svg) no-repeat;
  background-size: 15px;
  background-position: 97%;
}

.consultation .input_con dl dd input {
  padding: 0 20px;
  font-size: 1.4rem;
}

.consultation .input_con dl dd input,
.consultation .input_con dl dd select {
  width: 100%;
  min-width: 180px;
  height: 52px;
  border-radius: 5px;
}

.consultation .area_chkbox {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.consultation .area_chkbox label {
  cursor: pointer;
  vertical-align: middle;
  min-width: 154px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.consultation .area_chkbox input[type="checkbox"] {
  min-width: auto;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  accent-color: #002b49;
}

.consultation .btns {
  width: 200px;
  height: 52px;
  font-size: 1.4rem;
  border-radius: 5px;
}

.consultation .add_btn {
  margin-left: 14px;
  color: #fff;
  background-color: #002b49;
}

.consultation .sel_btn {
  width: 300px;
  height: 52px;
  color: #9d9fa2;
  margin-right: 14px;
  border: 1px solid #dadad3;
  background-color: #f5f6f6;
}

.consultation .sel_btn-on {
  color: #fff;
  background-color: #002b49;
}

.consultation .join_wrap dl dd textarea {
  font-size: 1.4rem;
  padding: 20px;
  border-radius: 5px;
}

.consultation .input_tel {
  display: flex;
  align-items: center;
}

.consultation .input_tel .hyphen {
  margin: 0 14px;
}

.consultation .email_in {
  width: 100%;
  max-width: 814px;
  display: flex;
  align-items: center;
}

.consultation .email_in .txt {
  margin: 0 14px;
  font-size: 1.4rem;
}

.consultation .email_in select {
  width: 40%;
  padding: 0 20px;
}

.consultation .email_input {
  display: flex;
  align-items: center;
}

.consultation .email_domain {
  margin-left: 14px;
}

.consultation .addr_in p {
  margin-top: 10px;
}

.consultation .add_in {
  display: flex;
}

.consultation .add_in input[type="text"] {
  width: 30%;
}

.consultation .agreechk_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  width: 100%;
  font-size: 1.4rem;
}

.consultation .login_btn {
  width: fit-content;
  margin: 0 auto;
  margin-top: 110px;
}

.consultation .btn_mem {
  width: 440px;
  height: 94px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 10px;
  background-color: #002b49;
}

.consultation .form_chk {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 28px;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #e3e3e3;
}

.consultation .form_chk-on {
  color: #fff;
  background-color: #002b49;
}

.consultation .form_chk .chkbox {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.consultation .read_btn {
  display: inline-block;
  font-weight: 600;
  white-space: nowrap;
}

.consultation .chkbox {
  cursor: pointer;
}

.consultation .chkbox input[type="checkbox"] {
  display: none;
}

.consultation .showChk {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 5px;
  background: url(../img/sub_page/consultation/check_box-off.svg) no-repeat;
  background-size: 20px;
  background-position: center;
  background-color: #fff;
}

.consultation .chkbox_on:after {
  cursor: pointer;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: url(../img/sub_page/consultation/check_box-on.svg) no-repeat;
  background-size: 20px;
  background-position: center;
  background-color: #fff;
}

/* 알게된 경로 */
.route_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.route_list > li {
  padding: 0.425rem 0;
}
/* .route_list > li:nth-child(1),
.route_list > li:nth-child(2) {
  width: 50%;
} */
.route_list > li.add.etc input {
  max-width: none;
}

.route_list .add > ul {
  margin-top: 10px;
}
.route_list .add > ul > li > span > label {
  margin-bottom: 10px;
}

/* 0115수정 */
.route_list > li {
  width: 100%;
  font-size: 1.4rem;
}
.route_list > li > .off-list {
  display: flex;
  align-items: center;
  height: 52px;
}
.route_list > li > .off-list > li {
  width: 40%;
}
.route_list > li > .online-list > li {
  display: flex;
  align-items: center;
  width: 100%;
}
.route_list > li > .online-list > li > span {
  width: 30%;
}
.route_list > li > .online-list > li > select {
  border-radius: 5px;
  width: 100%;
}
.route_list > li.add.etc > li {
  display: flex;
}
.route_list > li > ul {
  margin-top: 10px;
}

.route_list > li > ul > li {
  min-height: 52px;
  display: flex;
  align-items: center;
}

.route_list > .add > ul > li {
  display: block;
}

.recomm_mem {
  display: flex;
  flex-wrap: wrap;
  margin-left: 23px;
  width: 90%;
}
.recomm_mem > span {
  display: block;
  width: 50%;
  padding: 0.25rem 0;
}
.recomm_mem > span label {
  color: #888;
  font-size: 1.4rem;
  margin-right: 20px;
}
.recomm_mem > span > input,
.recomm_mem > span > select {
  width: 30% !important;
}

@media screen and (max-width: 1400px) {
  .recomm_mem > span {
    width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .consultation .join_wrap form {
    width: 90%;
  }

  .consultation .sel_btn {
    width: 250px;
    height: 52px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1024px) {
  /* consultation */
  .consultation .operation {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }

  .consultation .operation .btns {
    width: 50%;
  }

  .consultation .input_con dl dd input,
  .consultation .input_con dl dd select {
    height: 70px;
  }

  .consultation .join_wrap .input_con dl {
    display: block;
    width: 100%;
    margin-top: 40px;
  }

  .consultation .join_wrap .input_con dl dt {
    width: 25%;
    min-width: none;
    margin-bottom: 10px;
  }

  /**/
  .consultation .join_wrap form {
    width: 90%;
  }

  .consultation .join_wrap form h4 {
    font-size: 1.4rem;
    text-align: right;
    font-weight: 500;
  }
  .consultation {
    background-color: #f5f6f6;
    padding-bottom: 180px;
  }

  .consultation_text h3 {
    font-size: 2.8rem;
  }

  /* 240903 전화문의 추가 작업(지혜) */
  .consultation_text .call_info {
    font-size: 1.6rem;
  }

  .consultation .join_wrap .input_con dl dt {
    width: 100%;
    font-size: 1.6rem;
  }

  .consultation .join_wrap dl dd select {
    font-size: 1.4rem;
    min-width: none;
  }

  .consultation .input_con dl dd input {
    font-size: 1.4rem;
  }

  .consultation .email_in {
    flex-wrap: wrap;
  }

  .consultation .email_domain {
    margin: 0;
    margin-top: 10px;
  }

  .consultation .btns {
    height: 70px;
    font-size: 1.4rem;
  }

  .consultation .join_wrap dl dd textarea {
    font-size: 1.4rem;
  }

  .consultation .input_tel .hyphen {
    margin: 0 8px;
  }

  .consultation .agreechk_box {
    font-size: 1.6rem;
  }

  .consultation .btn_mem {
    height: 80px;
    font-size: 2.3rem;
  }

  .consultation .area_chkbox {
    margin-top: 20px;
  }

  /* 알게된 경로 */
  .route_list_wrap {
    padding-top: 3.125rem;
  }
  .route_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* max-width: 680px; */
  }

  .route_list > li {
    margin-bottom: 20px;
    padding: 4px 0;
  }

  .route_list > li.add {
    width: 100%;
  }

  .route_list > li:nth-child(1),
  .route_list > li:nth-child(2) {
    width: 100%;
  }

  .route_list > li > .online-list > li > select {
    height: 40px;
  }
  .route_list > li > .online-list > li > span {
    width: 20%;
  }

  .recomm_mem > span input,
  .recomm_mem > span:nth-child(3) select {
    height: 40px !important;
  }

  .route_list > li.add input[type="text"] {
    height: 40px;
  }

  .recomm_mem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .recomm_mem > span {
    display: flex;
    align-items: center;
  }
  .recomm_mem > span input {
    width: 100px;
    height: 34px;
    border-radius: 5px;
  }
  .recomm_mem > span:nth-child(2) input {
    width: 160px;
  }
  .recomm_mem > span:nth-child(3) select {
    width: 100px;
    height: 34px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 767px) {
  /* consultation */
  .consultation .main-contents .container {
    padding: 0;
    width: 100%;
  }

  .consultation .form_chk {
    padding: 10px 20px;
  }

  .consultation .join_wrap {
    padding: 40px 0;
    border-radius: 20px;
  }

  .consultation_text h3 {
    padding: 60px 0;
    font-size: 1.8rem;
  }

  /* 240903 전화문의 추가 작업(지혜) */
  .consultation_text .call_info {
    flex-direction: column;
    padding: 16px;
    font-size: 1.4rem;
  }

  .consultation_text .call_info p {
    margin-bottom: 10px;
  }

  .consultation_text .call_info p > i {
    width: 30px;
    height: 30px;
    background-size: contain;
  }

  .consultation_text strong {
    padding: 10px 14px;
  }
  /* // 240903 전화문의 추가 작업(지혜) */

  .consultation .join_wrap form h4 {
    font-size: 1rem;
  }

  .consultation .input_con dl dd input,
  .consultation .input_con dl dd select {
    min-width: 50px;
    width: 100%;
    height: 60px;
    font-size: 1.3rem;
  }

  .consultation .input_con dl dd select:first-child {
    min-width: 120px;
  }

  .consultation .join_wrap .input_con dl dt {
    font-size: 1.4rem;
  }

  .consultation .join_wrap dl dd select {
    font-size: 1.3rem;
  }

  .consultation .email_in {
    flex-wrap: wrap;
  }

  .consultation .email_domain {
    margin: 0;
    margin-top: 10px;
  }

  .consultation .btns {
    height: 60px;
    font-size: 1.4rem;
  }

  .consultation .join_wrap dl dd textarea {
    font-size: 1.4rem;
  }

  .consultation .agreechk_box {
    font-size: 1.2rem;
  }

  .consultation .btn_mem {
    width: 300px;
    height: 70px;
    font-size: 1.6rem;
  }

  .consultation .read_btn {
    width: fit-content;
    text-align: right;
  }

  .consultation .area_chkbox {
    justify-content: space-evenly;
  }

  .consultation .area_chkbox label {
    margin-right: 10px;
  }

  .route_list_wrap {
    padding-top: 0;
  }
  .route_list > li {
    font-size: 1.3rem;
  }
  .route_list > li > ul {
    margin-top: 0;
  }

  .route_list > li > ul > li {
    min-height: 60px;
  }
  .route_list > li > .online-list > li > span {
    width: auto;
    margin-right: 30px;
  }
  .route_list > li > .online-list > li > select {
    width: 40%;
  }

  .route_list_wrap > dt {
    margin-bottom: 20px !important;
  }
  .route_list > li.add input[type="text"] {
    height: 60px;
  }
}

@media screen and (max-width: 480px) {
  .consultation {
    padding-bottom: 100px;
  }

  .consultation .consultation_text h3 {
    padding: 50px 0;
    font-size: 1.3rem;
  }

  /* 240903 전화문의 추가 작업(지혜) */
  .consultation_text .call_info {
    width: 100%;
    padding-bottom: 36px;
    margin-bottom: -18px;
    font-size: 1.2rem;
    border-radius: 0;
  }

  .consultation_text strong {
    border-radius: 8px;
  }

  .consultation_text .call_info p > i {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-size: contain;
  }
  /* // 240903 전화문의 추가 작업(지혜) */

  .consultation .join_wrap form h4 {
    font-size: 1rem;
  }

  .consultation .input_con dl dd input,
  .consultation .input_con dl dd select {
    min-width: 50px;
    width: 100%;
    height: 50px;
    font-size: 1rem;
  }

  .consultation .input_con dl dd select:first-child {
    min-width: 120px;
  }

  .consultation .join_wrap .input_con dl dt {
    font-size: 1.2rem;
  }

  .consultation .join_wrap dl dd select {
    font-size: 1rem;
  }

  .consultation .email_in {
    flex-wrap: wrap;
  }

  .consultation .email_in .txt {
    margin: 0 8px;
  }

  .consultation .email_domain {
    margin: 0;
    margin-top: 10px;
  }

  .consultation .btns {
    width: 120px;
    height: 50px;
    font-size: 1rem;
  }

  .consultation .join_wrap dl dd textarea {
    font-size: 1rem;
  }

  .consultation .agreechk_box {
    font-size: 1rem;
  }

  .consultation .btn_mem {
    width: 300px;
    height: 70px;
    font-size: 1.4rem;
  }

  .consultation .read_btn {
    width: 100%;
    text-align: right;
  }

  .consultation .form_chk {
    display: inline-block;
    padding: 10px 20px;
  }

  .consultation .chkbox input {
    background-color: #002d56;
  }

  .consultation .chkbox div {
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: url(../img/sub_page/consultation/check_box-off.svg) no-repeat;
    background-size: 10px;
    background-position: center;
    background-color: #fff;
  }

  .consultation .chkbox_on:after {
    cursor: pointer;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 5px;
    background: url(../img/sub_page/consultation/check_box-on.svg) no-repeat;
    background-size: 10px;
    background-position: center;
    background-color: #fff;
  }

  .consultation .join_wrap dl dd select {
    background: url(../img/main_page/map_arrow_down.svg) no-repeat;
    background-size: 12px;
    background-position: 90%;
  }

  .consultation .join_wrap dl .area_sel select {
    background: url(../img/main_page/map_arrow_down.svg) no-repeat;
    background-size: 12px;
    background-position: 95%;
  }

  .consultation .area_chkbox label {
    min-width: 118px;
    font-size: 1rem;
  }

  .consultation .area_chkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }

  .route_list_wrap > dt {
    margin-bottom: 20px !important;
  }
  .route_list > li {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .route_list > li > ul {
    display: flex;
    align-items: center;
    height: 52px;
    margin-top: 0px;
  }

  .route_list > li > ul > li {
    min-height: 50px;
  }

  .route_list > li > .online-list > li > select {
    width: 100%;
  }
  .route_list li.add {
    margin-top: 0;
  }
  .route_list li.add > ul {
    height: auto;
  }
  .route_list li.add > ul > li {
    width: 100%;
  }
} /* consultation */

/* affiliate_info ------------------------------- */
.aff_info .header_title {
  background: url(../img/sub_page/title_img/title_application.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.aff_info .main_title {
  margin-top: 140px;
  margin-bottom: 170px;
}

.aff_info .main_title h3 {
  text-align: center;
  color: #002b49;
  font-size: 60px;
}

.aff_info .main_title h3 span {
  padding: 5px 10px;
  color: #fff;
  background-color: #002b49;
}

/* point number */
.aff_info .title_num {
  display: inline-block;
  padding: 10px 35px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  border-radius: 20px;
  background-color: #8d7150;
}

.aff_info h4 {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 48px;
  color: #002b49;
}

.aff_info .img_box img {
  width: 100%;
}

/* point_1 */
.aff_info .point_1 {
  display: flex;
  justify-content: space-between;
}

.aff_info .point_1 ul li {
  position: relative;
  font-size: 24px;
  padding-left: 24px;
  margin-bottom: 20px;
}

.aff_info .point_1 ul li:last-child {
  margin-bottom: 0;
}

.aff_info .point_1 ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  color: #002b49;
}

.aff_info .point_1 .text_box {
  width: 50%;
}

.aff_info .point_1 .img_box {
  width: 48%;
}

/* point_2 */
.aff_info .point_2 {
  display: flex;
  justify-content: space-between;
  margin-top: 170px;
  margin-bottom: 130px;
}

.aff_info .point_2 .img_box {
  width: 60%;
}

.aff_info .point_2 .text_box {
  width: 36%;
}

.aff_info .point_2 p {
  margin-bottom: 60px;
  font-size: 22px;
}

.aff_info .point_2 ul {
  display: flex;
}

.aff_info .point_2 ul:last-child {
  margin-top: 20px;
}

.aff_info .point_2 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  color: #fff;
  font-size: 22px;
  border-radius: 100px;
  background: linear-gradient(#8d7f6f, #a5a484);
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
}

.aff_info .point_2 ul li:first-child {
  margin-right: 10px;
}

/* point_3 */
.aff_info .point_3 {
  padding: 100px 0;
  color: #fff;
  background-color: #002b49;
}

.aff_info .point_3 h4 {
  color: #fff;
  margin-bottom: 0;
}

.aff_info .point_3 .title_box {
  text-align: center;
}

.aff_info .point_3 img {
  display: inline-block;
  width: 100%;
}

.aff_info .point_3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.aff_info .point_3 ul li {
  width: 30%;
  text-align: center;
  margin-top: 100px;
  margin-left: 40px;
}

.aff_info .point_3 ul li:first-child {
  margin-left: 0px;
}

.aff_info .point_3 h5 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 240px;
  width: fit-content;
  min-height: 62px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 10px 30px;
  line-height: 1;
  color: #002b49;
  font-size: 26px;
  border-radius: 100px;
  background-color: #f1f0e8;
}

.aff_info .point_3 h5::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -16px;
  border-style: solid;
  border-width: 25px 40px 0 40px;
  border-color: #f1f0e8 transparent transparent transparent;
}

.aff_info .point_3 h5 span {
  font-size: 18px;
}

.aff_info .point_3 p {
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 24px;
}

/* point_4 */
.aff_info .point_4 {
  padding: 200px 0;
}

.aff_info .point_4 .point_box {
  padding: 60px 0;
  border-radius: 40px;
  background-color: #f4f4f1;
}

.aff_info .point_4 .point_zone > div:first-child {
  margin-top: 100px;
  margin-bottom: 150px;
}

.aff_info .point_4 .point_num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  border-radius: 50px;
  background-color: #8d7150;
}

.aff_info .point_4 .text_box {
  display: flex;
  justify-content: space-between;
}

.aff_info .point_4 .explain_text {
  width: 40%;
  margin-left: 80px;
}

.aff_info .point_4 h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 48px;
  color: #002b49;
}

.aff_info .point_4 h4 span {
  display: block;
}

.aff_info .point_4 .explain_text p {
  font-size: 22px;
  font-weight: 500;
}

.aff_info .point_4 .point_text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 685px;
  height: 170px;
  padding: 0 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px 0 0 50px;
  background-color: #002d56;
  box-shadow: inset 6px 8px 10px 0 rgba(0, 0, 0, 0.2);
}
.aff_info .point_4 .point_text_zone {
  text-align: right;
}

.aff_info .point_4 .point_text strong {
  font-size: 30px;
  font-weight: 600;
}

.aff_info .point_4 .img_box {
  text-align: center;
}

.aff_info .point_4 .img_box img {
  width: 100%;
  padding: 0 100px;
}

.aff_info .point_4 .img_box img:last-child {
  display: none;
}

.aff_info .point_4 .point_zone > div:last-child {
  display: flex;
  margin-bottom: 230px;
}

/* point_5 */
.aff_info .point_5 {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #e9e5e0;
}

.aff_info .point_5 .title_box {
  text-align: center;
}

.aff_info .point_5 ul {
  display: flex;
  justify-content: space-between;
}

.aff_info .point_5 ul li {
  width: 30%;
}

.aff_info .point_5 img {
  width: 100%;
  margin-bottom: 24px;
}

.aff_info .point_5 p {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}

.aff_info .point_5 p span {
  color: #b08d63;
}

/* btn_zone */
.aff_info .main-contents .btn_zone {
  width: fit-content;
  text-align: center;
  margin: 180px auto;
  padding: 0 92px;
  padding-top: 76px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  border-radius: 30px;
  background-color: #002b49;
}

.aff_info .main-contents .btn_zone p {
  margin-bottom: 15px;
}

.aff_info .main-contents .btn_zone img {
  max-width: 400px;
}

@media screen and (max-width: 1280px) {
  .aff_info .main_title h3 {
    font-size: 48px;
  }

  .aff_info h4 {
    font-size: 40px;
  }

  .aff_info .point_1 ul li {
    font-size: 22px;
  }

  .aff_info .point_3 ul li {
    width: 45%;
    margin-left: 0px;
  }

  .aff_info .point_3 ul li:nth-child(even) {
    margin-left: 40px;
  }

  .aff_info .title_num {
    padding: 7px 28px;
    font-size: 20px;
    border-radius: 15px;
  }

  /* point_4 */
  .aff_info .point_4 {
    padding: 200px 0;
  }

  .aff_info .point_4 .title_box {
    max-width: 720px;
  }

  .aff_info .point_4 h3 {
    font-size: 40px;
  }

  .aff_info .point_4 .point_num {
    width: 170px;
    height: 50px;
    font-size: 24px;
  }

  .aff_info .point_4 .explain_text {
    margin-left: 60px;
  }

  .aff_info .point_4 .explain_text {
    margin-left: 60px;
  }

  .aff_info .point_4 .point_text {
    font-size: 16px;
  }

  .aff_info .point_4 .point_text strong {
    font-size: 26px;
  }

  .aff_info .point_4 .img_box img {
    padding: 0 60px;
  }
}

@media screen and (max-width: 1024px) {
  .aff_info h4 {
    margin-top: 20px;
    font-size: 34px;
  }

  /* point_1 */
  .aff_info .point_1 ul li {
    font-size: 20px;
  }

  /* point_2 */
  .aff_info .point_2 {
    margin-top: 80px;
  }

  .aff_info .point_2 p {
    font-size: 20px;
  }

  /* point_3 */
  .aff_info .point_3 ul li {
    margin-top: 80px;
  }

  .aff_info .point_3 p {
    font-size: 22px;
  }

  .aff_info .point_3 h5::after {
    border-width: 25px 30px 0 30px;
  }

  .aff_info .point_3 h5 span {
    font-size: 16px;
  }

  /* point_4 */
  .aff_info .point_4 {
    padding: 120px 0;
  }
  .aff_info .point_4 .point_zone > div:first-child {
    margin-bottom: 100px;
    padding-left: 50px;
  }

  .aff_info .point_4 .point_num {
    width: 130px;
    height: 45px;
    font-size: 20px;
  }

  .aff_info .point_4 .text_box {
    flex-direction: column;
    align-items: flex-end;
    padding-left: 50px;
  }

  .aff_info .point_4 .explain_text {
    width: 100%;
    padding-right: 50px;
    margin-bottom: 40px;
  }

  .aff_info .point_4 h4 {
    margin-top: 20px;
    font-size: 36px;
  }

  .aff_info .point_4 h4 span {
    display: inline-block;
  }

  .aff_info .point_4 .explain_text {
    width: 100%;
    padding-right: 50px;
    margin-bottom: 40px;
  }

  .aff_info .point_4 .point_text {
    width: 100%;
    height: 140px;
    margin: 40px 0;
    margin-top: 0;
    border-radius: 40px 0 0 40px;
  }

  .aff_info .point_4 .img_box img {
    width: 90%;
    padding: 0;
  }

  .aff_info .point_4 .point_zone > div:first-child .img_box img {
    padding-right: 50px;
  }

  .aff_info .point_4 .point_zone > div:last-child {
    flex-direction: column-reverse;
    padding: 60px 50px;
  }

  /* point_5 */
  .aff_info .point_5 p {
    font-size: 22px;
  }

  /* btn_zone */
  .aff_info .main-contents .btn_zone {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .aff_info .main_title {
    margin-top: 70px;
    margin-bottom: 100px;
  }

  .aff_info .main_title h3 {
    font-size: 36px;
  }

  .aff_info .main_title h3 span {
    padding: 3px 8px;
  }

  .aff_info h4 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .aff_info .title_num {
    padding: 7px 24px;
    font-size: 18px;
    border-radius: 10px;
  }

  /* point_1 */
  .aff_info .point_1 {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }

  .aff_info .point_1 .text_box {
    width: 100%;
  }

  .aff_info .point_1 ul li {
    margin-bottom: 10px;
  }

  .aff_info .point_1 .img_box {
    width: 100%;
    margin: 40px 0;
  }

  /* point_2 */
  .aff_info .point_2 {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 100px;
  }

  .aff_info .point_2 .img_box {
    width: 100%;
  }

  .aff_info .point_2 .text_box {
    width: 100%;
    margin-top: 40px;
  }

  .aff_info .point_2 p {
    margin-bottom: 30px;
  }

  .aff_info .point_2 ul li {
    width: 50%;
    min-width: 140px;
    height: 60px;
    font-size: 26px;
  }

  /* point_3 */
  .aff_info .point_3 p {
    font-size: 20px;
  }

  .aff_info .point_3 ul li {
    width: 100%;
    margin-top: 50px;
  }

  .aff_info .point_3 ul li:nth-child(even) {
    margin: 0;
    margin-top: 50px;
  }

  .aff_info .point_3 h5 {
    min-height: 50px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .aff_info .point_3 h5 span {
    font-size: 14px;
  }

  .aff_info .point_3 img {
    width: 80%;
  }

  /* point_4 */
  .aff_info .point_4 {
    padding: 100px 0;
  }

  .aff_info .point_4 .title_box {
    max-width: 450px;
  }

  .aff_info .point_4 .title_box img {
    width: 25px;
  }

  .aff_info .point_4 .title_box h3 {
    font-size: 30px;
  }

  .aff_info .point_4 .text_box {
    padding-left: 30px;
  }

  .aff_info .point_4 h3 span {
    font-size: 20px;
  }

  .aff_info .point_4 .point_box {
    padding: 30px 0;
    border-radius: 20px;
  }

  .aff_info .point_4 .point_zone > div:first-child {
    margin-top: 60px;
    margin-bottom: 70px;
    padding-left: 30px;
  }

  .aff_info .point_4 h4 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 30px;
  }

  .aff_info .point_4 h4 span {
    display: inline-block;
  }

  .aff_info .point_4 .explain_text {
    padding-right: 30px;
  }

  .aff_info .point_4 .explain_text p {
    font-size: 20px;
    font-weight: 500;
  }

  .aff_info .point_4 .point_text {
    width: 95%;
    height: 100%;
    min-height: 120px;
    padding: 20px 30px;
    border-radius: 30px 0 0 30px;
  }

  .aff_info .point_4 .point_text strong {
    font-size: 24px;
  }

  .aff_info .point_4 .img_box img:first-child {
    display: none;
  }

  .aff_info .point_4 .img_box img:last-child {
    display: inline-block;
  }

  .aff_info .point_4 .point_zone > div:last-child {
    padding: 30px;
    margin-bottom: 60px;
  }

  .aff_info .point_4 .point_text_zone p span {
    display: block;
  }

  /* point_5 */
  .aff_info .point_5 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .aff_info .point_5 p {
    font-size: 18px;
  }

  .aff_info .point_5 .title_box {
    margin-bottom: 40px;
  }

  .aff_info .point_5 ul {
    flex-direction: column;
  }

  .aff_info .point_5 ul li {
    width: 80%;
    /* width: 100%; */
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .aff_info .point_5 ul li:last-child {
    margin-bottom: 0;
  }

  /* btn_zone */
  .aff_info .main-contents .btn_zone {
    margin: 100px auto;
    padding: 0px 30px;
    padding-top: 50px;
    padding-bottom: 0px;
    font-size: 1.8rem;
    border-radius: 20px;
  }

  .aff_info .main-contents .btn_zone p {
    margin-bottom: 24px;
  }

  .aff_info .main-contents .btn_zone img {
    width: 80%;
    max-width: none;
  }
}

@media screen and (max-width: 480px) {
  .aff_info .main_title {
    margin-top: 54px;
    margin-bottom: 40px;
  }

  .aff_info .title_num {
    padding: 5px 18px;
    font-size: 14px;
    border-radius: 10px;
  }

  .aff_info .main_title h3 {
    font-size: 20px;
  }

  .aff_info .main_title h3 span {
    padding: 0px 5px;
  }

  .aff_info h4 {
    margin: 15px 0;
    font-size: 20px;
  }

  /* point_1 */
  .aff_info .point_1 {
    width: 100%;
  }

  .aff_info .point_1 ul li {
    font-size: 16px;
  }

  .aff_info .point_1 .img_box {
    margin: 24px 0;
  }

  /* point_2 */
  .aff_info .point_2 {
    width: 100%;
    margin-bottom: 60px;
  }

  .aff_info .point_2 p {
    font-size: 16px;
  }

  .aff_info .point_2 ul li {
    min-width: none;
    height: 46px;
    font-size: 20px;
  }

  /* point_3 */
  .aff_info .point_3 {
    padding: 50px 0;
  }

  .aff_info .point_3 h5 {
    min-width: 158px;
    min-height: 40px;
  }

  .aff_info .point_3 h5::after {
    bottom: -10px;
    border-width: 16px 25px 0 25px;
  }

  .aff_info .point_3 p {
    font-size: 16px;
  }

  .aff_info .point_3 img {
    width: 100%;
  }

  /* point_4 */
  .aff_info .point_4 {
    padding: 50px 20px;
  }

  .aff_info .point_4 .text_box {
    padding-left: 20px;
  }

  .aff_info .point_4 h4 {
    font-size: 20px;
  }

  .aff_info .point_4 h4 span {
    display: block;
  }

  .aff_info .point_4 .point_text {
    width: 100%;
    height: 100%;
    min-height: 94px;
    border-radius: 20px 0 0 20px;
  }

  .aff_info .point_4 .point_text strong {
    font-size: 16px;
  }

  .aff_info .point_4 .point_text p {
    font-size: 14px;
  }

  .aff_info .point_4 .explain_text {
    padding-right: 20px;
  }

  .aff_info .point_4 .explain_text p {
    font-size: 16px;
  }

  /* point_5 */
  .aff_info .point_5 {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  /* btn_zone */
  .aff_info .main-contents .btn_zone {
    margin: 0;
    padding-bottom: 30px;
    border-radius: 0;
  }

  .aff_info .main-contents .btn_zone p {
    font-size: 20px;
  }
}

/* hs_story ------------------------------- */
.hs_story .header_title {
  background: url(../img/sub_page/title_img/title_hufs_story.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.hs_story .main-contents {
  padding-top: 170px;
}

.hs_story .main_title {
  display: flex;
  align-items: center;
}

.hs_story .main_title h3 {
  margin-right: 34px;
  font-family: "HUFS";
  font-size: 36px;
  color: #363636;
  white-space: nowrap;
}

.hs_story .main_title span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #8d7150;
}

.hs_story .text_box p {
  font-size: 24px;
}

/* brand_part1 */
.brand_part1 .img_zone {
  width: 100%;
  margin-top: 110px;
  text-align: right;
}

.brand_part1 .img_zone img {
  width: 90%;
  max-width: 1600px;
}

.brand_part1 .img_zone img:last-child {
  display: none;
}

.brand_part1 .brand_text {
  margin-top: 100px;
  margin-bottom: 170px;
  text-align: center;
}

.brand_part1 .brand_text strong {
  font-size: 64px;
  color: #8d7150;
}

.brand_part1 .brand_text p {
  margin-top: 40px;
  font-size: 24px;
}

.brand_part1 .brand_text p span {
  display: block;
}

/* title_box */
.hs_story .title_box {
  display: flex;
  align-items: center;
}

.hs_story .title_box h3 {
  margin: 0 34px;
  font-family: "HUFS";
  font-size: 48px;
  color: #002b49;
  white-space: nowrap;
}

.hs_story .title_box span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #8d7150;
}

/* brand_part2 */
.brand_part2 {
  margin-bottom: 280px;
}

.brand_part2 .part2 {
  position: relative;
  /* margin-top: 120px; */
  padding: 120px 0;
  background: url(../img/sub_page/hufs_story/brand-story_2-back.png) no-repeat;
  background-position: bottom;
  background-size: cover;
}

.brand_part2 .diagram_zone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px;
}

.brand_part2 .diagram_zone img {
  display: inline-block;
  width: 100%;
}

.brand_part2 .diagram_zone img:last-child {
  display: none;
}

.brand_part2 .text_zone_box {
  position: absolute;
  bottom: -82px;
  width: 100%;
}

.brand_part2 .text_zone {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 200px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
}

.brand_part2 .text_zone p {
  font-size: 24px;
  text-align: center;
}

.brand_part2 .text_zone p span {
  display: block;
}

/* brand_part3 */
.brand_part3 .part3 {
  margin: 100px auto;
}

.brand_part3 img {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.brand_part3 img:last-child {
  display: none;
}

.brand_part3 .text_box {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 920px;
  width: 100%;
  height: 170px;
  margin: 100px auto;
  padding: 50px;
  border-radius: 100px;
  border: 2px solid #8d7150;
}

.brand_part3 .text_box p span {
  display: block;
}

/* brand_part4 */
.brand_part4 {
  padding: 100px 0;
  background: linear-gradient(45deg, #dadad3, #f5f5f5);
}

.part4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 140px;
}

.brand_part4 .img_box {
  width: 45%;
}

.brand_part4 .img_box img {
  width: 100%;
}

.brand_part4 .text_box {
  width: 50%;
}

.brand_part4 .text_box p {
  margin-bottom: 40px;
}

.brand_part4 .text_box strong {
  color: #8d7150;
  font-size: 24px;
}

/* brand_part5 */
.brand_part5 {
  margin: 200px 0;
}

.brand_part5 img {
  width: 100%;
}

.brand_part5 .symbol {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
  margin-top: 160px;
  margin-bottom: 140px;
}

.brand_part5 .symbol .img_zone {
  width: 30%;
  text-align: center;
}

.brand_part5 .symbol img {
  max-width: 240px;
}

.brand_part5 .symbol .text_box {
  margin-left: 100px;
}

.brand_part5 .symbol .text_box p:first-child {
  margin-bottom: 50px;
}

.brand_part5 .hufs_bi {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 60px;
  border-radius: 40px;
  border: 2px solid #dadad3;
}

.brand_part5 .hufs_bi h4 {
  position: absolute;
  top: -30px;
  left: 34px;
  padding: 10px 40px;
  color: #8d7150;
  font-family: "HUFS";
  font-size: 28px;
  border-radius: 100px;
  border: 1px solid #dadad3;
  background-color: #fff;
}

.brand_part5 .hufs_bi img {
  width: 100%;
  max-width: 420px;
}

.brand_part5 .hufs_bi img {
  max-width: 316px;
}

.brand_part5 .logo_box {
  margin-bottom: 60px;
}

.brand_part5 .logo_box:last-child {
  margin-bottom: 0;
}

.brand_part5 .logo_box p {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
}

.brand_part5 .right_box .logo_box p {
  margin-top: 15px;
}

@media screen and (max-width: 1440px) {
  .brand_part1 .brand_text strong {
    font-size: 54px;
  }

  .brand_part2 .text_zone {
    padding: 40px;
  }

  .brand_part5 .symbol {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .hs_story .title_box h3 {
    font-size: 40px;
  }

  .brand_part1 .brand_text p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .hs_story .main_title h3 {
    margin-right: 20px;
    font-size: 28px;
  }

  .hs_story .title_box h3 {
    margin-right: 24px;
    margin: 0 20px;
  }

  .brand_part1 .brand_text strong {
    font-size: 50px;
  }

  .brand_part1 .brand_text p {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
  }

  .brand_part1 .brand_text p span {
    display: inline;
  }

  .brand_part2 .text_zone {
    width: 90%;
  }

  .brand_part3 img {
    width: 90%;
  }

  .brand_part3 .text_box {
    max-width: 780px;
  }

  .brand_part5 .symbol {
    margin-top: 120px;
  }

  .brand_part5 .symbol .img_zone {
    width: 50%;
    padding: 0 30px;
  }

  .brand_part5 .symbol .text_box {
    margin-left: 40px;
  }

  .brand_part5 .hufs_bi h4 {
    font-size: 20px;
  }

  .brand_part5 .hufs_bi img {
    max-width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .hs_story .main-contents {
    padding-top: 100px;
  }

  .hs_story .main_title h3 {
    font-size: 20px;
  }

  .hs_story .title_box h3 {
    font-size: 30px;
  }

  .hs_story .text_box p {
    font-size: 18px;
  }

  .brand_part1 .brand_text {
    margin-bottom: 140px;
  }

  .brand_part1 .img_zone {
    margin-top: 50px;
  }

  .brand_part1 .img_zone img:first-child {
    display: none;
  }

  .brand_part1 .img_zone img:last-child {
    display: inline;
  }

  .brand_part1 .brand_text strong {
    font-size: 40px;
  }

  .brand_part2 {
    margin-bottom: 230px;
  }

  .brand_part2 .text_zone p {
    font-size: 18px;
  }

  .brand_part2 .diagram_zone img:first-child {
    display: none;
  }

  .brand_part2 .diagram_zone img:last-child {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .brand_part3 img {
    width: 100%;
  }

  .brand_part3 img:first-child {
    display: none;
  }

  .brand_part3 img:last-child {
    display: block;
  }

  .brand_part3 .text_box {
    height: 140px;
  }

  .part4 {
    flex-direction: column;
    margin-top: 90px;
  }

  .brand_part4 .img_box {
    width: 90%;
  }

  .brand_part4 .text_box {
    width: 90%;
    margin-top: 50px;
  }

  .brand_part5 {
    margin: 120px 0;
  }

  .brand_part5 .symbol {
    flex-direction: column;
  }

  .brand_part5 .symbol .text_box {
    width: 90%;
    margin: 0;
    margin-top: 50px;
  }

  .brand_part5 .symbol .text_box p:first-child {
    margin-bottom: 20px;
  }

  .brand_part5 .hufs_bi {
    flex-direction: column;
  }

  .brand_part5 .left_box {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  .hs_story .main-contents {
    padding-top: 30px;
  }

  .brand_part1 .img_zone {
    margin-top: 0;
  }

  .hs_story .text_box p {
    font-size: 16px;
  }

  .hs_story .title_box h3 {
    font-size: 22px;
  }

  .brand_part1 .brand_text p {
    width: 100%;
    margin-top: 12px;
    font-size: 16px;
  }

  .brand_part1 .brand_text strong {
    font-size: 20px;
  }

  .brand_part1 .brand_text {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .brand_part2 {
    margin-bottom: 150px;
  }

  .brand_part2 .part2 {
    padding: 40px 0;
  }

  .brand_part2 .text_zone p {
    font-size: 16px;
  }

  .brand_part2 .diagram_zone {
    margin-bottom: 80px;
  }

  .brand_part2 .diagram_zone img:last-child {
    width: 100%;
  }

  .brand_part2 .text_zone {
    min-height: 140px;
    padding: 26px;
    border-radius: 20px;
  }

  .brand_part2 .text_zone p span {
    display: inline;
  }

  .brand_part3 .part3 {
    margin: 40px auto;
  }

  .brand_part3 .text_box {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 30px;
  }

  .brand_part3 .text_box p span {
    display: inline;
  }

  .brand_part4 {
    padding: 40px 0;
  }

  .part4 {
    margin-top: 10px;
  }

  .brand_part4 .img_box {
    width: 100%;
  }

  .brand_part4 .text_box {
    width: 100%;
    margin-top: 25px;
  }

  .brand_part4 .text_box p {
    margin-bottom: 20px;
  }

  .brand_part4 .text_box strong {
    font-size: 18px;
  }

  .brand_part5 {
    margin: 40px 0;
  }

  .brand_part5 .symbol {
    margin-top: 20px;
    margin-bottom: 70px;
  }

  .brand_part5 .symbol .img_zone {
    width: 70%;
  }

  .brand_part5 .symbol .text_box {
    width: 100%;
    margin-top: 30px;
  }

  .brand_part5 .symbol .text_box p:first-child {
    margin-bottom: 12px;
  }

  .brand_part5 .hufs_bi h4 {
    left: 16px;
    padding: 10px 14px;
    font-size: 16px;
  }

  .brand_part5 .hufs_bi {
    padding: 50px;
    border-radius: 10px;
  }

  .brand_part5 .hufs_bi img {
    max-width: 230px;
  }

  .brand_part5 .left_box .logo_box {
    text-align: center;
  }

  .brand_part5 .logo_box p {
    font-size: 14px;
  }

  .brand_part5 .left_box .logo_box img {
    width: 70%;
  }
}

/* organization_chart ------------------------------- */
.org_chart .header_title {
  background: url(../img/sub_page/title_img/title_hufs_story.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.org_chart .main-contents {
  padding: 180px 0;
}

.org_chart h3 {
  position: relative;
  font-size: 32px;
  margin-left: 25px;
  margin-bottom: 80px;
}

.org_chart h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 8px;
  height: 50px;
  background-color: #002d56;
}

.org_chart .img_zone img {
  width: 100%;
}

.org_chart .img_zone img:last-child {
  display: none;
}

@media screen and (max-width: 1280px) {
  .org_chart .main-contents {
    padding: 130px 0;
  }

  .org_chart h3 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .org_chart .main-contents {
    padding: 100px 0;
  }

  .org_chart h3 {
    font-size: 28px;
    margin-left: 20px;
    margin-bottom: 30px;
  }

  .org_chart h3::before {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 5px;
    height: 30px;
  }
}

@media screen and (max-width: 480px) {
  .org_chart .main-contents {
    padding: 56px 0;
  }

  .org_chart h3 {
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 30px;
  }

  .org_chart h3::before {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 3px;
    height: 15px;
  }

  .org_chart .img_zone img:first-child {
    display: none;
  }

  .org_chart .img_zone img:last-child {
    display: block;
  }
}

/* learning_system ------------------------------- */
.learning_system .header_title {
  background: url(../img/sub_page/title_img/title_learning_process.png) no-repeat;
  background-size: cover;
  background-position: center;
}

/* .learning_system .main-contents {
    width: 100%;
    height: 100%;
    text-align: center;
} */

/* .learning_system .main-contents img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.learning_system .main-contents img:first-child {
    margin-bottom: 100px;
    width: 100%;
    max-width: 918px;
}

.learning_system .main-contents img:last-child {
    margin-top: 150px;
    margin-bottom: 230px;
} */

.learning_system .title_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 918px;
  height: 368px;
  margin: 0 auto;
  background: url(../img/sub_page/system/title_circle.png) no-repeat;
  background-position: top center;
  background-size: cover;
}

.learning_system .title_box img {
  width: 50px;
  margin-bottom: 14px;
}

.learning_system .title_box h3 {
  text-align: center;
  color: #fff;
  font-size: 60px;
}

.learning_system .title_box h3 span {
  display: block;
  font-size: 36px;
  color: #b08d63;
}

.learning_system .point_box {
  padding: 60px 0;
  border-radius: 40px;
  background-color: #f4f4f1;
}

.learning_system .point_zone > div:first-child {
  margin-top: 100px;
  margin-bottom: 150px;
}

.learning_system .point_num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  border-radius: 50px;
  background-color: #8d7150;
}

.learning_system .text_box {
  display: flex;
  justify-content: space-between;
}

.learning_system .explain_text {
  width: 40%;
  margin-left: 80px;
}

.learning_system h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 40px;
  color: #002b49;
}

.learning_system h4 span {
  display: block;
}

.learning_system .explain_text p {
  font-size: 22px;
  font-weight: 500;
}

.learning_system .point_text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 685px;
  height: 170px;
  padding: 0 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px 0 0 50px;
  background-color: #146e7a;
  box-shadow: inset 6px 8px 10px 0 rgba(0, 0, 0, 0.2);
}

.learn_system .point_text_zone {
  text-align: right;
}

.learning_system .point_text strong {
  font-size: 30px;
  font-weight: 600;
}

.learning_system .img_box img {
  width: 100%;
  padding: 0 100px;
}

.learning_system .img_box img:last-child {
  display: none;
}

.learning_system .point_zone > div:last-child {
  display: flex;
  margin-bottom: 230px;
}

.learning_system .et2 {
  margin-left: 0;
  margin-right: 100px;
}

@media screen and (max-width: 1280px) {
  .learning_system .title_box {
    max-width: 720px;
    height: 290px;
  }

  .learning_system .title_box h3 {
    font-size: 40px;
  }

  .learning_system .title_box h3 span {
    font-size: 26px;
  }

  .learning_system .point_text {
    font-size: 16px;
  }

  .learning_system .point_text strong {
    font-size: 26px;
  }

  .learning_system .point_num {
    width: 170px;
    height: 50px;
    font-size: 24px;
  }

  .learning_system .explain_text {
    margin-left: 60px;
  }

  .learning_system .et2 {
    margin-left: 0;
    margin-right: 60px;
  }

  .learning_system .img_box img {
    padding: 0 60px;
  }
}

@media screen and (max-width: 1024px) {
  .learning_system .explain_text {
    width: 100%;
    padding-right: 50px;
    margin-bottom: 40px;
  }

  .learning_system .text_box {
    flex-direction: column;
    align-items: flex-end;
  }

  .learning_system .point_zone > div:first-child {
    margin-bottom: 100px;
    padding-left: 50px;
  }

  .learning_system .point_text {
    width: 100%;
    height: 140px;
    margin: 40px 0;
    margin-top: 0;
    border-radius: 40px 0 0 40px;
  }

  .learning_system .point_num {
    width: 130px;
    height: 45px;
    font-size: 20px;
  }

  .learning_system .img_box img {
    padding: 0;
  }

  .learning_system .point_zone > div:first-child .img_box img {
    padding-right: 50px;
  }

  .learning_system .point_zone > div:last-child {
    flex-direction: column-reverse;
    padding: 60px 50px;
  }

  .learning_system h4 span {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .learning_system .title_box {
    max-width: 450px;
    height: 180px;
  }

  .learning_system .title_box img {
    width: 25px;
  }

  .learning_system .title_box h3 {
    font-size: 30px;
  }

  .learning_system .title_box h3 span {
    font-size: 20px;
  }

  .learning_system .point_zone > div:first-child {
    margin-top: 60px;
    margin-bottom: 70px;
    padding-left: 30px;
  }

  .learning_system .point_zone > div:first-child .img_box img {
    padding-right: 30px;
  }

  .learning_system .point_box {
    padding: 30px 0;
  }

  .learning_system .point_num {
    width: 120px;
    height: 40px;
    font-size: 18px;
  }

  .learning_system h4 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 30px;
  }

  .learning_system .point_text {
    height: 120px;
  }

  .learning_system .point_text strong {
    font-size: 20px;
  }

  .learning_system .img_box img:first-child {
    display: none;
  }

  .learning_system .point_zone > div:last-child {
    padding: 30px;
    margin-bottom: 60px;
  }

  .learning_system .img_box img:last-child {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .learning_system .container {
    padding: 0 20px;
  }

  .learning_system .title_box {
    max-width: 328px;
    height: 130px;
  }

  .learning_system .title_box h3 {
    font-size: 20px;
  }

  .learning_system .title_box h3 span {
    font-size: 16px;
  }

  .learning_system .point_box {
    padding: 20px 0;
    border-radius: 20px;
  }

  .learning_system .point_zone > div:first-child {
    padding-left: 20px;
  }

  .learning_system .point_zone > div:first-child .img_box img {
    padding-right: 20px;
  }

  .learning_system .point_text strong {
    font-size: 16px;
  }

  .learning_system .point_text {
    font-size: 14px;
    border-radius: 20px 0 0 20px;
    padding: 20px 16px;
  }

  .learning_system h4 {
    margin: 15px 0;
    font-size: 20px;
  }

  .learning_system .explain_text p {
    font-size: 16px;
  }

  .learning_system .point_num {
    width: 78px;
    height: 24px;
    font-size: 12px;
  }

  .learning_system .point_zone > div:first-child {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .learning_system .point_zone > div:last-child {
    padding: 20px;
    margin-bottom: 60px;
  }

  .learning_system .explain_text {
    padding: 0;
  }
}

/* learning_process ------------------------------- */
.learning_process .header_title {
  background: url(../img/sub_page/title_img/title_learning_process.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.learning_process .sec_1 {
  position: relative;
}

.learning_process .sec_1 .title_text {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1600px;
  height: 250px;
  font-size: 40px;
  color: #fff;
  border-radius: 0 0 0 140px;
  background-color: #002b49;
}

.gold_point {
  color: #8d7150;
}

/* sec_1 */
.learning_process .sec_1 .con_text {
  display: flex;
  /* justify-content: space-between; */
}

.learning_process .sec_1 .con_text_box {
  width: 55%;
  display: flex;
  justify-content: right;
  padding-right: 5%;
  border-radius: 0 0 200px 0;
  background-color: #f5f6f6;
}

.learning_process .sec_1 .con_text ul {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  width: 628px;
  height: 700px;
  padding-top: 300px;
  font-size: 1.6rem;
  color: #363636;
  border-radius: 0 0 200px 0;
}

.learning_process .sec_1 .con_text ul li {
  position: relative;
  margin-bottom: 20px;
}

.learning_process .sec_1 .con_text ul li p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* content: url(../img/sub_page/learning_process/checked_icon.svg); */
  width: 30px;
  height: 30px;
  background: url(../img/sub_page/learning_process/checked_icon.svg) no-repeat;
  background-size: cover;
}

.learning_process .sec_1 .con_text ul li p {
  padding-left: 60px;
}

.learning_process .con_text ul li img {
  margin-right: 14px;
}

.learning_process .img_box {
  width: fit-content;
  padding-top: 300px;
  margin: 0;
  text-align: left;
}

.learning_process .img_box img {
  width: 90%;
  padding-left: 20px;
  max-width: 670px;
}

/* sec_2 */
.learning_process .sec_2 {
  margin: 0 auto;
}

.learning_process .sec_2 .back_color {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 450px;
  padding: 0 120px;
  margin-top: 80px;
  margin-bottom: 100px;
  border-radius: 50px;
  background-color: #f8f8f1;
}

.learning_process .sec_2 .title_text img:last-child {
  display: none;
}

.learning_process .sec_2 .con_text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 60%;
  height: 80%;
  margin-left: 40px;
  padding: 0px 120px;
  border-radius: 60px;
  background-color: #fff;
}

.sec_2 .con_text .sys_title-img img:last-child {
  display: none;
}

.sec_2 .con_text img {
  width: 300px;
}

.learning_process .sec_2 ul {
  margin-top: 30px;
}

.learning_process .sec_2 ul li {
  font-size: 1.3rem;
  font-weight: 500;
}

.learning_process .sec_3 {
  position: relative;
  border-top: 1px solid #dadad3;
}

.learning_process .sec_3 .s-tab_menu ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100px;
}

.sec_3 .s-tab_menu ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 28px;
  font-weight: 600;
  color: #666666;
}

.sec_3 .s-tab_menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.sec_3 .s-tab_menu ul .on {
  position: relative;
  color: #002d56;
  font-size: 32px;
  font-weight: 700;
}

.sec_3 .s-tab_menu ul .on a {
  color: #002d56;
}

.sec_3 .s-tab_menu ul .on::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 8px;
  background-color: #002d56;
}

.sec_3 .s-tab_zone {
  background-color: #f5f6f6;
}

.sec_3 .s-tab_box {
  position: relative;
  padding: 100px 0;
}

.sec_3 .s-tab_box .container {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  background-color: #fff;
}

.sec_3 .s-tab_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.sec_3 .s-tab_con img {
  width: 100%;
  max-width: 600px;
}

.sec_3 .slick-initialized .slick-slide {
  display: flex;
  width: auto;
  max-width: 1400px;
  height: 740px;
  margin: 0 10px;
  padding: 20px 40px;
}

.sec_3 .img_zone ul {
  display: flex;
}

.sec_3 .rl_btn {
  display: inline-block;
  margin: 0 40px;
  width: 30px;
  height: 20px;
}

.sec_3 .rl_btn img {
  width: 50px;
}

#prevArrow {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(50%);
  z-index: 99;
}

#nextArrow {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(50%);
  z-index: 99;
}

.sec_3 .s-tab_text {
  width: fit-content;
  font-size: 20px;
}

.sec_3 .s-tab_text strong {
  font-size: 48px;
  color: #002b49;
}

.sec_3 .s-tab_text strong span {
  color: #8d7150;
}

.sec_3 .s-tab_text p {
  color: #888888;
}

.sec_3 .s-tab_text ul {
  width: fit-content;
  margin-top: 50px;
  padding-left: 15px;
}

.sec_3 .s-tab_text ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}

.sec_3 .s-tab_text ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #363636;
}

.sec_3 .s-tab_con .spiral_img img:last-child {
  display: none;
}

.sec_3 .s-tab_con .spiral_title {
  font-size: 40px;
}

.sec_3 .s-tab_con .ffm_title {
  font-size: 60px;
}

.sec_3 .s-tab_con .spiral_img {
  width: 100%;
  max-width: 500px;
}

.sec_3 .s-tab_con .img_zone ul li {
  width: 242px;
  height: 460px;
  margin: 0 auto;
  padding: 0 30px;
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
  border-radius: 20px;
  border: 4px solid #dbdbc9;
}

.sec_3 .s-tab_con .img_zone ul li:first-child {
  margin-right: 40px;
}

.sec_3 .s-tab_con .img_zone img {
  /* width: 100%; */
  width: auto;
  height: 100%;
  max-height: 90px;
  margin: 0 auto;
}

.sec_3 .s-tab_con .img_zone h4 {
  color: #002b49;
  font-size: 24px;
  font-weight: 800;
  margin-top: 40px;
  padding-bottom: 24px;
  border-bottom: 2px solid #8d7150;
}

.sec_3 .s-tab_con .img_zone p {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 216px;
  font-size: 20px;
  font-weight: 600;
  /* background-color: #666666; */
}

.sec_3 .s-tab_con .img_zone p span {
  color: #8d7150;
}

@media (min-width: 1700px) {
  #prevArrow {
    left: 20px;
  }

  #nextArrow {
    right: 20px;
  }
}

@media (min-width: 1800px) {
  #prevArrow {
    left: 50px;
  }

  #nextArrow {
    right: 50px;
  }
}

@media screen and (max-width: 1579px) {
  .learning_process .sec_3 .rl_btn {
    display: none;
  }

  .learning_process .sec_1 .title_text .container {
    padding-left: 80px;
  }

  .arrow_box {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .learning_process .sec_1 .title_text {
    width: 95%;
  }

  .learning_process .sec_1 .con_text_box {
    padding-right: 60px;
  }

  .learning_process .sec_1 .con_text ul {
    padding-left: 60px;
  }

  .learning_process .sec_3 .s-tab_con .img_zone ul li:first-child {
    margin-left: 20px;
  }

  .learning_process .sec_3 .slick-initialized .slick-slide {
    /* height: 100%;
        min-height: 700px; */
  }

  .learning_process .sec_3 .s-tab_text {
    font-size: 18px;
  }
}

@media screen and (max-width: 1360px) {
  .learning_process .sec_2 .con_text {
    padding: 0 80px;
  }

  .learning_process .sec_1 .con_text_box {
    padding-right: 10px;
  }

  .learning_process .sec_1 .con_text ul {
    padding-top: 480px;
    padding-left: 60px;
    height: 400px;
  }
}

@media screen and (max-width: 1280px) {
  .learning_process .sec_1 .title_text {
    width: 100%;
  }

  .sec_3 .s-tab_con .spiral_img {
    max-width: 450px;
    margin-right: 50px;
  }

  .sec_3 .s-tab_con img {
    max-width: 550px;
    /* margin-left: 50px; */
  }

  .sec_3 .s-tab_con .spiral_title {
    font-size: 34px;
  }

  .sec_3 .s-tab_text strong {
    font-size: 40px;
  }

  .sec_3 .s-tab_con .ffm_title {
    font-size: 48px;
  }

  .sec_3 .s-tab_con .img_zone ul li {
    width: 180px;
    height: 370px;
    padding: 0 20px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .sec_3 .s-tab_con .img_zone h4 {
    font-size: 20px;
  }

  .sec_3 .s-tab_con .img_zone p {
    font-size: 16px;
    height: 160px;
  }

  .learning_process .sec_1 .con_text ul {
    padding-top: 400px;
    padding-left: 40px;
    height: 500px;
  }
  .learning_process .sec_1 .con_text ul li p {
    font-size: 1.3rem;
    padding-left: 44px;
  }

  .learning_process .sec_2 ul li {
    font-size: 1.1rem;
  }

  .sec_3 .s-tab_box {
    padding: 70px 0;
  }

  .learning_process .sec_3 .slick-initialized .slick-slide {
    min-width: auto;
  }
}

@media screen and (max-width: 1024px) {
  .learning_process .sec_1 .title_text {
    border-radius: 0 0 0 100px;
  }

  .learning_process .sec_1 .con_text ul {
    padding-top: 248px;
    height: 500px;
  }

  .learning_process .sec_1 .con_text_box {
    width: 60%;
    border-radius: 0 0 100px 0;
  }

  .learning_process .sec_1 .con_text ul li p::before {
    width: 24px;
    height: 24px;
  }

  .learning_process .sec_2 .title_text {
    width: 40%;
  }

  .learning_process .sec_2 .title_text img {
    width: 100%;
  }

  .learning_process .sec_2 .back_color {
    height: 400px;
    padding: 0 40px;
    border-radius: 40px;
  }

  .learning_process .sec_2 .con_text {
    padding: 0 30px;
    margin-left: 30px;
    border-radius: 40px;
  }

  .sec_2 .con_text img {
    width: 260px;
  }

  .learning_process .sec_3 .s-tab_menu ul {
    height: 80px;
  }

  .sec_3 .s-tab_con .spiral_img {
    max-width: 400px;
    margin-right: 50px;
  }

  .sec_3 .s-tab_con img {
    max-width: 450px;
    margin-left: 0;
  }

  .sec_3 .s-tab_menu ul li {
    font-size: 24px;
  }

  .sec_3 .s-tab_con .spiral_title {
    display: block;
    text-align: center;
  }

  .sec_3 .s-tab_con .ffm_title {
    display: block;
    text-align: center;
  }

  .sec_3 .s-tab_text p {
    text-align: center;
  }

  .sec_3 .s-tab_menu ul .on {
    font-size: 26px;
  }

  .sec_3 .s-tab_menu ul .on::after {
    height: 6px;
  }

  .sec_3 .s-tab_con .img_zone ul li:first-child {
    margin-right: 10px;
  }

  .sec_3 .slick-initialized .s-tab_con {
    flex-direction: column;
    justify-content: space-around;
  }

  .sec_3 .slick-initialized .s-tab_con:first-child {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .learning_process .sec_1 .title_text {
    width: 95%;
    height: 200px;
    font-size: 30px;
    border-radius: 0 0 0 60px;
  }

  .learning_process .sec_1 .title_text .container {
    padding-left: 26px;
  }

  .learning_process .sec_1 .con_text_box {
    width: 95%;
    border-radius: 0 0 60px 0;
  }

  .learning_process .sec_1 .con_text {
    flex-direction: column;
  }

  .learning_process .sec_1 .con_text ul {
    padding-top: 200px;
    height: 480px;
  }

  .learning_process .img_box {
    text-align: center;
    padding-top: 0;
  }

  .learning_process .sec_1 .con_text ul li p::before {
    width: 20px;
    height: 20px;
  }

  .learning_process .sec_1 .con_text ul li p {
    font-size: 1.4rem;
    padding-left: 30px;
  }

  .learning_process .sec_2 .back_color {
    flex-direction: column;
    height: auto;
    padding: 40px 20px;
    border-radius: 20px;
  }

  .learning_process .sec_2 .title_text {
    width: 60%;
    margin-bottom: 30px;
  }

  .learning_process .sec_2 .title_text img:first-child {
    display: none;
  }

  .learning_process .sec_2 .title_text img:last-child {
    display: block;
  }

  .learning_process .sec_2 .con_text {
    width: 90%;
    margin: 0;
    padding: 40px;
    border-radius: 20px;
  }

  .sec_3 .s-tab_menu ul li {
    font-size: 20px;
  }

  .learning_process .sec_3 .s-tab_menu ul {
    height: 70px;
  }

  .sec_3 .s-tab_menu ul .on {
    font-size: 24px;
  }

  .sec_3 .s-tab_menu ul .on::after {
    height: 4px;
  }

  .sec_3 .s-tab_box {
    padding: 40px 0;
    padding-bottom: 60px;
  }

  .sec_3 .s-tab_menu ul li {
    font-size: 20px;
  }

  .sec_3 .s-tab_menu ul li.on {
    font-size: 20px;
  }

  .sec_3 .s-tab_con .spiral_img img:first-child {
    display: none;
  }

  .sec_3 .s-tab_con .spiral_img img:last-child {
    display: block;
  }

  .sec_3 .s-tab_con .spiral_title {
    font-size: 30px;
  }

  .sec_3 .s-tab_con .spiral_img {
    max-width: 430px;
    margin-right: 0px;
  }

  .learning_process .sec_3 .s-tab_text {
    font-size: 18px;
  }

  .sec_3 .s-tab_text strong {
    font-size: 36px;
  }

  .sec_3 .s-tab_con .ffm_title {
    font-size: 38px;
  }
}

@media screen and (max-width: 480px) {
  .learning_process .sec_1 .title_text {
    height: 125px;
    font-size: 20px;
    border-radius: 0 0 0 40px;
  }

  .learning_process .sec_1 .con_text ul {
    padding-top: 140px;
    height: auto;
    min-height: 320px;
  }

  .learning_process .sec_1 .con_text ul li p {
    font-size: 1rem;
    padding-left: 24px;
  }

  .learning_process .sec_1 .con_text ul li p::before {
    width: 15px;
    height: 15px;
  }

  .learning_process .sec_2 .title_text {
    width: 90%;
    margin-bottom: 20px;
  }

  .learning_process .sec_2 .con_text {
    width: 100%;
    margin: 0;
    padding: 20px;
  }

  .sec_2 .con_text .sys_title-img img {
    width: 100%;
  }

  .learning_process .sec_2 .con_text .sys_title-img img:first-child {
    display: none;
  }

  .learning_process .sec_2 .con_text .sys_title-img img:last-child {
    display: block;
    margin: 0 auto;
  }

  .sec_2 .con_text img {
    width: 300px;
  }

  .learning_process .sec_2 ul li {
    font-size: 1rem;
  }

  .learning_process .sec_2 .back_color {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 30px;
    background-color: #f8f8f1;
  }

  .s-tab_menu {
    padding: 0;
  }

  .learning_process .sec_3 .s-tab_menu ul {
    height: 48px;
  }

  .sec_3 .s-tab_menu ul li {
    font-size: 14px;
  }

  .sec_3 .s-tab_menu ul li.on {
    font-size: 14px;
  }

  .sec_3 .s-tab_box {
    padding: 20px 20px;
    padding-bottom: 50px;
  }

  .learning_process .sec_3 .s-tab_text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .s-tab_con:first-child .s-tab_text {
    margin-bottom: 0;
  }

  .sec_3 .s-tab_con .spiral_title {
    display: block;
    text-align: center;
    font-size: 20px;
  }

  .sec_3 .s-tab_con .spiral_img {
    max-width: 280px;
  }

  .sec_3 .s-tab_text ul {
    margin-top: 20px;
  }

  .sec_3 .s-tab_text strong {
    display: block;
    text-align: center;
    font-size: 24px;
  }

  .sec_3 .s-tab_con .ffm_title {
    font-size: 24px;
  }

  .sec_3 .s-tab_con .img_zone {
    width: 100%;
  }

  .learning_process .sec_3 .s-tab_con .img_zone ul li:first-child {
    margin-left: 0;
  }

  .sec_3 .s-tab_con .img_zone ul li {
    width: 50%;
    height: 200px;
    padding: 0 14px;
    padding-top: 16px;
    padding-bottom: 10px;
  }

  .sec_3 .s-tab_con .img_zone img {
    max-height: 30px;
  }

  .sec_3 .s-tab_con .img_zone h4 {
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 5px;
  }

  .sec_3 .s-tab_con .img_zone p {
    height: 100px;
    font-size: 14px;
  }

  .sec_3 .slick-initialized .slick-slide {
    padding: 0;
    height: auto;
  }
}

/* curriculum ------------------------------- */
.page_tab {
  display: flex;
  justify-content: center;
  margin: 82px 0;
}

.page_tab li {
  width: 320px;
  height: 88px;
  margin-right: 40px;
  border-radius: 10px;
  background-color: #dadad3;
  overflow: hidden;
}

.page_tab li:last-child {
  margin-right: 0px;
}

.page_tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}

.page_tab .page_on {
  width: 440px;
}

.page_tab .page_on a {
  background-color: #146e7a;
}

.con_box {
  margin: 0 auto;
  text-align: center;
}

.con_box img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .page_tab li {
    height: 70px;
    margin-right: 20px;
  }

  .page_tab li a {
    text-align: center;
    font-size: 1.5rem;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  .page_tab li {
    height: 60px;
    margin-right: 10px;
  }

  .page_tab li a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 480px) {
  .page_tab {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .page_tab li a {
    font-size: 1rem;
    padding: 10px 16px;
  }
}

/* cm_bilingual */
.cm-bilingual .header_title {
  background: url(../img/sub_page/title_img/title_bilingual.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.cm-bilingual .learning_int01 {
  padding-top: 0;
}

.cm-bilingual .main-contents {
  margin-bottom: 130px;
}

/* .cm-bilingual .part_1-2 img:last-child {
    margin-top: 68px;
    margin-bottom: 110px;
    padding: 0 80px;
}

.cm-bilingual .part_3 {
    margin-bottom: 140px;
    padding: 120px 0;
    background-color: #f5f6f6;
} 

.cm-bilingual .part_4 .part_4-con {
    margin: 150px 0;
}

.cm-bilingual .part_4-con img:nth-child(2) {
    margin: 80px 0;
} */

/* title_wrap */
.title_wrap {
  margin-bottom: 6.25rem;
  text-align: center;
}
.title_wrap .title {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  color: #8d7150;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.3;
}
.title_wrap .title::before {
  content: "";
  display: block;
  background: url(../img/sub_page/curriculum-bilingual/icon_cnt_tit.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 5rem;
  margin-bottom: 1rem;
}
.title_wrap .title .addtxt {
  display: block;
  color: #002b49;
  font-size: 3rem;
  margin-top: 0.848%;
}
.title_wrap .sub_txt {
  display: block;
  font-size: 1.75rem;
  font-weight: 500;
  margin-top: 1.25rem;
}
.title_wrap .sub_txt.small {
  font-size: 1.125rem;
  font-weight: 400;
}

/* 학습구성 */
.learn_system .subtxt {
  color: #232323;
  font-weight: 500;
}
.learn_system > div {
  display: flex;
  justify-content: center;
  text-align: center;
}
.learn_system .group01 {
  border: 10px solid #dcdcca;
  border-radius: 30px;
  padding: 97px 1.125rem 74px;
  position: relative;
}
.learn_system .group01 .title {
  display: inline-block;
  background: #146e7a;
  border-radius: 100px;
  color: #fff;
  font-size: 1.75rem;
  padding: 1rem 2.688rem;
  position: absolute;
  top: -2.5rem;
  left: auto;
  right: auto;
  text-align: center;
}
.learn_system .group01 .inner {
  width: 100%;
}
.learn_system .group01 .int {
  font-size: 1.375rem;
}
.learn_system .group01 .int .main_txt {
  display: inline-block;
  position: relative;
  padding-left: 6.25rem;
  text-align: left;
}
.learn_system .group01 .int .main_txt::before {
  content: "";
  background: url(../img/sub_page/curriculum-bilingual/literacy_group01_imgv2.png) 0 0 no-repeat;
  background-size: contain;
  width: 77px;
  height: 77px;
  position: absolute;
  top: 5px;
  left: 0;
}
.learn_system .group01 .int .main_txt .subtxt {
  padding-left: 0.625rem;
}
.learn_system .group01 .int .main_txt strong {
  display: block;
  color: #8d7150;
  font-size: 3.25rem;
  line-height: 1;
}
.learn_system .group01 .int > div {
  position: relative;
}
.learn_system .group01 .int > div + div {
  margin-top: 1.5rem;
}
.learn_system .group01 .int > div + div::before {
  content: "";
  display: block;
  background: #303030;
  width: 5px;
  height: 23px;
  margin: 0 auto 2.25rem;
}
.learn_system .group01 .int > div + div::after {
  content: "";
  display: block;
  background: #303030;
  width: 23px;
  height: 5px;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.learn_system .group01 .item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.learn_system .group01 .item > li {
  background: #fff;
  border-radius: 20px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.1;
  width: 18.4%;
  margin-left: 2%;
  padding: 2rem 0.5rem 1.5rem;
  border: 2px solid #8d7150;
}
.learn_system .group01 .item > li:first-child {
  margin-left: 0;
}
.learn_system .group01 .item > li .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 67px;
  margin-top: 8.5%;
}
.learn_system .group01 .item > li .icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  position: relative;
}
.learn_system .group01 .item > li .icons::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.learn_system .group01 .item > li .icons i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 90%;
}
.learn_system .group01 .item > li.item01 .icons i {
  background-image: url(../img/sub_page/curriculum-bilingual/system_item01.png);
}
.learn_system .group01 .item > li.item02 .icons i {
  background-image: url(../img/sub_page/curriculum-bilingual/system_item02.png);
}
.learn_system .group01 .item > li.item03 .icons i {
  background-image: url(../img/sub_page/curriculum-bilingual/system_item03.png);
}
.learn_system .group01 .item > li.item04 .icons i {
  background-image: url(../img/sub_page/curriculum-bilingual/system_item04.png);
}
.learn_system .group01 .item > li.item05 .icons i {
  background-image: url(../img/sub_page/curriculum-bilingual/system_item05.png);
}
.learn_system .group01 .item > li.item03 > div > span {
  font-size: 1.375rem;
}
.learn_system .group01 .item > li.item04 > div > span {
  color: #888888;
  font-size: 0.875rem;
  margin-top: 4px;
}
.learn_system .group02 {
  padding: 0 20px 0;
}
.learn_system .group02 .title {
  font-size: 3rem;
}
.learn_system .group02 .title .txt1 {
  color: #8d7150;
}
.learn_system .group02 .title .txt2 {
  color: #146e7a;
}
.learn_system .group02 .subtxt {
  font-size: 1.5rem;
  margin-top: 0.875rem;
}
.learn_system .group02 .imgs {
  border: 6px solid #dcdcca;
  border-radius: 3.125rem;
  max-width: 600px;
  margin: 3.75rem auto 0;
  overflow: hidden;
}
.learn_system .group02 .imgs img {
  width: 100%;
}
.learn_system .arrow {
  align-items: center;
  margin: 4.375rem auto 2.25rem;
}
.learn_system .arrow > span {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.learn_system .arrow > span::before {
  content: "";
  background: #dcdcca;
  width: 53px;
  height: 60px;
}
.learn_system .arrow > span::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 46px solid transparent;
  border-right: 46px solid transparent;
  border-top: 52px solid #dcdcca;
}
.learning_int02 {
  background: #f5f6f6;
  padding: 120px 0;
}
.int_title {
  margin-bottom: 5rem;
}
.int_title .num {
  display: block;
  color: #8d7150;
  font-size: 3.75rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.int_title h4 {
  color: #002d56;
  font-size: 3rem;
  font-weight: 800;
}
.int_title h4 .subtxt {
  display: flex;
  align-items: center;
  position: relative;
}
.int_title h4 .subtxt::after {
  content: "";
  background: #002d56;
  width: 80%;
  height: 1px;
  margin-left: 4.25rem;
}
.learning_int02 .cont > div {
  border-radius: 30px;
  overflow: hidden;
}
.learning_int02 .cont .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.learning_int02 .cont .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  padding: 1.25rem;
  text-align: center;
}
.learning_int02 .cont .item .title {
  display: block;
  color: #146e7a;
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  margin-top: 1rem;
}
.learning_int02 .cont .item .desc {
  font-size: 1.25rem;
  margin-top: 2.25rem;
}
.learning_int02 .cont .item .icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  max-width: 4.375rem;
  margin: 0 auto;
  position: relative;
}
.learning_int02 .cont .item .icons::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.learning_int02 .cont .item .icons i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 90%;
}
.learning_int02 .cont .mn01 .icons i {
  background-image: url(../img/sub_page/curriculum-bilingual/learning_int02_icon01.png);
}
.learning_int02 .cont .mn02 .icons i {
  background-image: url(../img/sub_page/curriculum-bilingual/learning_int02_icon02.png);
}
.learning_int03 {
  padding: 120px 0;
}
.learning_int03 .intro_tr + .intro_tr {
  margin-top: 4.125rem;
}
.learning_int03 .intro_tr > .img_box {
  border: 0.625rem solid #363636;
  border-radius: 30px;
  overflow: hidden;
}
.learning_int03 .intro_tr > .text_box .title * {
  color: #146e7a;
  font-weight: 800;
}
.learning_int03 .intro_tr > .text_box .title::before {
  content: "";
  display: block;
  background: url(../img/sub_page/curriculum-bilingual/icon_cnt_tit.png) 0 0 no-repeat;
  background-size: contain;
  width: 2.688rem;
  height: 2.875rem;
  margin-bottom: 1rem;
}

/* intro_tr */
.intro_tr > .img_box {
  margin-top: 2.25rem;
}
.intro_tr > .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro_tr > .text_box .title h4 {
  font-size: 2.5rem;
}
.intro_tr > .text_box .title i {
  display: block;
  color: #a7a7a7;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.intro_tr > .text_box .title + .desc {
  margin-top: 1.875rem;
}
.intro_tr > .text_box .desc {
  font-size: 1.375rem;
}
.intro_tr > .text_box .desc > p {
  display: flex;
}
.intro_tr > .text_box .desc > p::before {
  content: "-";
  margin-right: 5px;
}

@media screen and (min-width: 769px) {
  /* 학습구성 */
  .learning_int02 .cont {
    display: flex;
    justify-content: space-between;
  }
  .learning_int02 .cont .imgs {
    width: 37.289%;
  }
  .learning_int02 .cont .item {
    width: 28%;
  }

  /* intro_tr */
  .intro_tr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .intro_tr > .img_box,
  .intro_tr > .text_box {
    flex: 0 0 47.289%;
    max-width: 47.289%;
  }
  .intro_tr > .img_box {
    margin-top: 0;
  }
  .intro_tr.reverse {
    flex-direction: row-reverse;
  }
  .intro_tr.reverse > .text_box {
    padding-left: 1.625rem;
  }
}

@media screen and (max-width: 1024px) {
  /* title_wrap */
  .title_wrap {
    margin-bottom: 3.75rem;
  }
  .title_wrap .title {
    font-size: 2.25rem;
  }
  .title_wrap .title .addtxt {
    font-size: 1.875rem;
  }
  .title_wrap .sub_txt {
    font-size: 1.25rem;
    margin-top: 0.938rem;
  }

  /* 학습구성 */
  .learn_system .group01 {
    border-width: 8px;
    padding: 60px 1.125rem 20px;
  }
  .learn_system .group01 .title {
    font-size: 1.375rem;
    padding: 0.438rem 2.688rem;
    top: -1.625rem;
  }
  .learn_system .group01 .int {
    font-size: 1.125rem;
  }
  .learn_system .group01 .int .main_txt {
    padding-left: 4.375rem;
  }
  .learn_system .group01 .int .main_txt::before {
    width: 3.5rem;
    height: 3.5rem;
    top: 0;
  }
  .learn_system .group01 .int .main_txt .subtxt {
    padding-left: 0;
  }
  .learn_system .group01 .int > div + div::before {
    margin-bottom: 1.25rem;
  }
  .learn_system .group01 .int .main_txt strong {
    font-size: 1.875rem;
  }
  .learn_system .group01 .item > li {
    font-size: 1.125rem;
  }
  .learn_system .group01 .item > li.item03 > div > span {
    font-size: 0.875rem;
  }
  .learn_system .group01 .item > li.item04 > div > span {
    font-size: 0.75rem;
  }
  .learn_system .group01 .item > li .text {
    min-height: 50px;
  }
  .learn_system .group02 .title {
    font-size: 1.875rem;
  }
  .learn_system .group02 .subtxt {
    font-size: 1.125rem;
  }
  .learn_system .group02 .imgs {
    margin: 2.25rem auto 0;
    max-width: 580px;
  }
  .learn_system .arrow {
    margin: 2.25rem auto;
  }
  .learn_system .arrow > span::before {
    width: 27px;
    height: 30px;
  }
  .learn_system .arrow > span::after {
    border-width: 26px;
  }
  .int_title {
    margin-bottom: 3.125rem;
  }
  .int_title .num {
    font-size: 2.25rem;
  }
  .int_title h4 {
    font-size: 1.875rem;
  }
  .learning_int02 .cont .item .title {
    font-size: 1.375rem;
    margin-top: 0.75rem;
  }
  .learning_int02 .cont .item .desc {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
  .learning_int03 .intro_tr > .img_box {
    border-width: 0.375rem;
  }
  /* intro_tr */
  .intro_tr > .text_box .title h4 {
    font-size: 1.75rem;
  }
  .intro_tr > .text_box .title i {
    font-size: 1rem;
  }
  .intro_tr > .text_box .desc {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  .title_wrap .title::before {
    height: 3rem;
  }

  /* 학습구성 */
  .learn_system .group01 {
    border-width: 4px;
  }
  .learn_system .group01 .item > li {
    border-radius: 10px;
    width: 48%;
    margin-top: 2%;
    padding: 0.75rem 0.5rem;
  }
  .learn_system .group01 .item > li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .learn_system .group01 .item > li .icons {
    width: 40%;
    max-width: 4.375rem;
  }
  .learn_system .group01 .item > li .text {
    min-height: 10px;
    margin-top: 10px;
  }
  .learn_system .group02 .imgs {
    border-width: 4px;
    border-radius: 26px;
  }
  .learning_int02 .cont > div {
    border-radius: 1.25rem;
  }
  .learning_int02 .cont .item {
    margin-top: 1.875rem;
  }
  .learning_int02 .cont .imgs img {
    height: auto;
  }
  .learning_int03 .intro_tr > .img_box {
    border-radius: 1.25rem;
  }
  .intro_tr > .img_box img {
    height: auto;
  }
  .learning_int02 {
    padding: 40px 0;
    padding-bottom: 60px;
  }
  .learning_int03 {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}

/* cm-road_map */
.cm-road_map .header_title {
  background: url(../img/sub_page/title_img/title_curriculum.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.cm-road_map .main-contents .container {
  max-width: 1400px;
}

.cm-road_map .main-contents {
  height: auto;
  margin-bottom: 70px;
}

.cm-road_map .main-contents p {
  margin: 80px 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.curriculum .innerwrap {
  max-width: 1440px;
}

.curriculum dl + dl {
  margin-top: 7.5rem;
}

.curriculum dl dt {
  color: #002b49;
  font-size: 3rem;
  font-weight: 700;
  margin: 50px 0;
  text-align: center;
}

.curri_table {
  display: flex;
}

.curri_table .title {
  margin-right: 0.375rem;
}

.curri_table .title img {
  height: 100%;
  max-height: 1300px;
}

.curri_table .cont img {
  height: 100%;
  max-height: 1300px;
}

.roadmap {
  max-height: 630px;
  margin: 0 auto;
}

.roadmap .title {
  width: 113px;
}

.roadmap .title img {
  min-height: 334px;
}

.roadmap .cont img {
  max-height: 668px;
}

.curri_download {
  display: none;
}

.roadmap_f {
  margin-bottom: 160px;
}
.roadmap_f .cont img {
  width: 100%;
  max-width: 1400px;
}
.roadmap_f .cont img:last-child {
  display: none;
}

@media screen and (max-width: 1480px) {
  .cm-road_map .main-contents .container {
    max-width: calc(100% - 40px);
  }
}

@media screen and (max-width: 1440px) {
  .curri_table {
    justify-content: center;
    height: 1000px;
  }
  .roadmap_f {
    margin: 0 auto;
    margin-bottom: 160px;
    height: 100%;
  }
  .roadmap_f .cont {
    width: 90%;
    text-align: center;
  }
  .roadmap_f .cont img {
    height: auto;
    max-width: 1100px;
  }
  .roadmap {
    height: 500px;
  }
  .roadmap .title {
    width: 90px;
  }
}

@media screen and (max-width: 1280px) {
  .cm-road_map .main-contents p {
    font-size: 1.5rem;
  }
  .curri_table {
    height: 930px;
    margin: 0 auto;
  }
  .curri_table .title {
    width: 80px;
  }
  .curri_table .cont {
    width: min-content;
    overflow: overlay;
  }
  .curriculum dl dt {
    font-size: 2.4rem;
  }
  .roadmap_f {
    height: 100%;
    margin-bottom: 100px;
  }
  .roadmap_f .cont {
    width: 90%;
  }
  .roadmap_f .cont img {
    max-width: 980px;
  }

  .roadmap {
    height: 450px;
  }
  .roadmap .title {
    width: 82px;
  }

  .curri_table .cont::-webkit-scrollbar {
    cursor: none;
    /* display: block;
        width: 1px;  
        height: 10px; */
  }

  .curri_table .cont::-webkit-scrollbar {
    display: block;
    width: 1vw;
    height: 5px;
  }

  .curri_table .cont::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 42%, 0.29);
    border-radius: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .title_wrap {
    margin-bottom: 2.75rem;
  }
  .curri_download {
    display: block;
    width: 100%;
    background-color: #002d56;
    color: #fff;
    text-align: center;
    padding: 16px 10px;
    margin-top: 30px;
  }
  .curri_download span {
    font-size: 17px;
    margin: 20px auto;
    padding: 0 20px;
  }
  .curri_download .btn_curri_download {
    font-size: 22px;
    color: #146e7a;
    width: 180px;
    height: 52px;
    background-color: #fff;
    border-radius: 100px;
    margin: 4px auto;
    display: inline-block;
    line-height: 52px;
    font-weight: 700;
  }
  .curri_download .btn_curri_download img {
    padding-left: 20px;
  }
  .curriculum dl + dl {
    margin-top: 3.75rem;
  }
  .curriculum dl dt {
    font-size: 2.4rem;
  }

  .cm-road_map .main-contents p {
    font-size: 1.3rem;
  }
  .curri_table {
    height: 700px;
    margin: 0 auto;
  }
  .curri_table .title {
    width: 61px;
  }
  .roadmap_f {
    height: 100%;
    margin-bottom: 100px;
  }
  .roadmap {
    height: 340px;
  }
  .roadmap .title {
    width: 61px;
  }
}

@media screen and (max-width: 768px) {
  .curri_table .title {
    width: 69px;
  }

  .curri_table .title img {
    width: auto;
    height: 100%;
  }

  .cm-road_map .main-contents p {
    margin-top: 70px;
    margin-bottom: 0px;
  }

  .curriculum dl dt {
    font-size: 1.8rem;
  }

  .curri_table {
    height: 800px;
  }

  .roadmap_f {
    height: 100%;
    margin-bottom: 100px;
  }
  .roadmap_f .cont img:first-child {
    display: none;
  }
  .roadmap_f .cont img:last-child {
    display: block;
  }

  .roadmap_f .cont {
    width: 100%;
  }

  .roadmap {
    max-height: 430px;
  }

  .roadmap .title {
    width: 78px;
  }
}

@media screen and (max-width: 480px) {
  .curri_table {
    display: flex;
    justify-content: center;
    max-height: 600px;
  }
  .curri_table .title {
    margin-right: 0.375rem;
    width: 52px;
  }
  .curri_table .title img {
    height: 100%;
  }
  .curri_table .cont {
    overflow: auto;
  }
  .curri_table .cont img {
    min-height: 100%;
    height: 100%;
  }
  .roadmap {
    max-height: 400px;
  }
  .roadmap .title {
    width: 72px;
  }

  .cm-road_map .main-contents .container {
    max-width: none;
    padding: 20px;
    min-width: 360px;
  }
}

/* cm-offline_book */
.cm-offline_book .header_title {
  background: url(../img/sub_page/title_img/title_offline_book.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.cm-offline_book .title_wrap .title::before {
  display: none;
}

.cm-offline_book .title_wrap .title {
  color: #002b49;
}

/* 교재구성 */
.book_int + .book_int {
  padding: 0;
}
.textbook .wrap {
  border-bottom: 2px solid #8d7150;
  padding: 6.25rem 0;
}
.textbook .wrap:first-child {
  padding-top: 0;
}
.book_int:last-child .wrap:last-child {
  border-bottom: 0;
}
.textbook h5 {
  font-size: 2rem;
  text-align: center;
}
.textbook h5 > span {
  display: inline-block;
  background: #f4f4f1;
  border-radius: 30px;
  padding: 0.75rem 8%;
}
.textbook h5 + p {
  font-size: 1.375rem;
  margin-top: 1.875rem;
  text-align: center;
}
.book_list {
  display: flex;
  justify-content: center;
  margin-top: 2.875rem;
}
.book_list > li {
  max-width: 184px;
}
.book_list > li > img {
  width: 100%;
}
.bullet_list {
  max-width: 920px;
  margin: 2.5rem auto 0;
}
.bullet_list > li {
  display: flex;
  font-size: 1.125rem;
  padding: 0.625rem;
}
.bullet_list > li + li {
  border-top: 2px dashed #d5d5d5;
}
.bullet_list > li::before {
  content: "";
  background: #333;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  margin: 0.563rem 0.875rem 0 0;
}
.book_tb {
  display: flex;
  background: #f5f5f6;
  border-radius: 20px;
  padding: 1.125rem;
  margin-top: 3rem;
}
.book_tb dt,
.book_tb dd {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
}
.cnt_head {
  flex: 0 0 132px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #545454;
  margin: 0 2rem 0 1rem;
}
.cnt_head > dd {
  border-top: 1px solid #8d7150;
}
.cnt_body {
  display: flex;
  flex: 1;
  background: #dadad3;
  border-radius: 16px;
  font-size: 1.125rem;
}
.cnt_body > dl {
  flex: 1;
  border-left: 2px solid #fff;
  text-align: center;
}
.cnt_body > dl:first-child {
  border-left: 0;
}
.cnt_body > dl > dd {
  border-top: 2px solid #fff;
}
.reading .cnt_body > dl > dt {
  font-size: 1rem;
}
.reading .book_list > li {
  max-width: 285px;
}
.reading .hs_rgbook > li {
  max-width: 380px;
}
.reading .book_list > li + li {
  margin-left: 2rem;
}
.reading .hs_rgbook {
  justify-content: space-evenly !important;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 2.875rem;
}
.rlsw .book_list {
  flex-wrap: wrap;
}
.rlsw .book_list > li {
  width: 15.5%;
  margin-left: 1.4%;
}
.rlsw .book_list > li:nth-child(6n + 1) {
  margin-left: 0;
}
.hafs_int {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 3.75rem auto 0;
}
.hafs_int > li {
  width: 30.61%;
}
.hafs_int > li > .innerbox {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/sub_page/curriculum-offline_book/textbook/hafs_master_bg01.png) 0 0 no-repeat;
  background-size: contain;
  max-width: 300px;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.hafs_int > li > .innerbox::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.hafs_int > li > .innerbox .num {
  display: inline-flex;
  justify-content: center;
  background: #41a7e1;
  border-radius: 100%;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 600;
  width: 4.125rem;
  height: 4.125rem;
  line-height: 4.5rem;
  margin-bottom: 1.25rem;
}
.hafs_int > li > .innerbox .text {
  color: #41a7e1;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.9px;
}
.hafs_int > li:nth-child(2) > .innerbox {
  background-image: url(../img/sub_page/curriculum-offline_book/textbook/hafs_master_bg02.png);
}
.hafs_int > li:nth-child(2) > .innerbox .num {
  background: #4383dd;
}
.hafs_int > li:nth-child(2) > .innerbox .text {
  color: #4383dd;
}
.hafs_int > li:nth-child(3) > .innerbox {
  background-image: url(../img/sub_page/curriculum-offline_book/textbook/hafs_master_bg03.png);
}
.hafs_int > li:nth-child(3) > .innerbox .num {
  background: #0040c2;
}
.hafs_int > li:nth-child(3) > .innerbox .text {
  color: #0040c2;
}

@media screen and (max-width: 1024px) {
  /* 교재구성 */
  .textbook .wrap {
    padding: 3.75rem 0;
  }
  .textbook h5 {
    font-size: 1.5rem;
  }
  .textbook h5 > span {
    padding: 0.5rem 8%;
  }
  .textbook h5 + p {
    font-size: 1.125rem;
  }
  .bullet_list > li::before {
    width: 4px;
    height: 4px;
    flex: 0 0 4px;
  }
  .book_tb {
    border-radius: 14px;
    padding: 0.75rem;
    margin-top: 3rem;
  }
  .book_tb dt,
  .book_tb dd {
    height: 3rem;
  }
  .cnt_head {
    flex: 0 0 80px;
    font-size: 1rem;
    margin: 0 1rem 0 0;
  }
  .cnt_body {
    border-radius: 10px;
    font-size: 1rem;
  }
  .reading .cnt_body > dl > dt {
    font-size: 0.875rem;
  }
  .reading .book_list > li + li {
    margin-left: 0.875rem;
  }
  .hafs_int {
    max-width: 720px;
  }
  .hafs_int > li > .innerbox {
    max-width: 220px;
  }
  .hafs_int > li > .innerbox .num {
    font-size: 1.25rem;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.375rem;
    margin-bottom: 0.75rem;
  }
  .hafs_int > li > .innerbox .text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  /* 교재구성 */
  .book_tb,
  .cnt_body {
    display: block;
  }
  .book_tb dt,
  .book_tb dd {
    width: 50%;
  }
  .cnt_head,
  .cnt_body > dl {
    display: flex;
  }
  .cnt_head > dd,
  .cnt_body > dl {
    border: 0;
  }
  .cnt_head {
    margin: 0;
  }
  .cnt_body > dl + dl {
    border-top: 1px solid #fff;
  }
  .cnt_body > dl > dd {
    border-top: 0;
    border-left: 1px solid #fff;
  }
  .reading .cnt_body > dl > dt {
    font-size: inherit;
  }
  .reading .cnt_body > dl > dt br {
    display: none;
  }
  .hafs_int {
    max-width: 480px;
  }
  .hafs_int > li {
    width: 32%;
  }
  .hafs_int > li > .innerbox {
    max-width: 150px;
  }
  .hafs_int > li > .innerbox .num {
    font-size: 1rem;
    width: 30px;
    height: 30px;
    line-height: 32px;
  }
  .hafs_int > li > .innerbox .text {
    font-size: 1.125rem;
  }

  /* 교재구성 */
  .hafs_int {
    flex-wrap: wrap;
  }
  .hafs_int > li {
    width: 100%;
  }
  .hafs_int > li + li {
    margin-top: 1rem;
  }
  .hafs_int > li > .innerbox {
    max-width: 180px;
  }

  .book_tb,
  .cnt_body {
    display: block;
  }
}

/* branch shortcut ------------------------------- */
.branch_sc {
  height: calc(100vh - 80px);
}

.branch_sc .main_map {
  position: relative;
  height: calc(100vh - 80px);
}

.branch_sc .map_zone {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - 360px);
  height: 100%;
  margin-left: 0;
  /* background: url(../img/sub_page/branch_shortcut/branch_map.png) no-repeat; */
  background-size: cover;
}

/* location_btn */
.branch_sc .location_btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding: 12px;
  border-radius: 10px;
  background-color: #002b49;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 9;
}

.branch_sc .location_btn img {
  width: 34px;
}

.branch_sc .location_btn p {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
}

.branch_sc .location_btn:hover {
  background-color: rgb(29, 62, 94);
  transition: 0.3s;
}

.branch_sc .left_menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 768px;
  height: 100%;
  padding: 34px 40px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  transition: 0.2s all;
  z-index: 9;
}

.branch_sc .folding_btn {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  font-size: 0;
  padding: 30px 10px;
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.2);
}

.branch_sc .folding_btn img {
  height: 15px;
  transition: 0.4s;
}

.rotate img {
  transform: rotate(180deg);
}

.branch_sc .search_bar {
  position: relative;
  text-align: left;
  width: 48%;
  margin: 0;
}

.branch_sc .search_bar input {
  width: 100%;
  font-size: 16px;
  padding: 0 15px;
  border-radius: 10px;
  border: 0;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
}

.branch_sc .search_bar button {
  position: absolute;
  top: 0;
  right: 16px;
  width: 24px;
  font-size: 0;
  background: url(../img/sub_page/branch_shortcut/search_icon.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

.branch_sc .title_box {
  text-align: left;
  margin-bottom: 24px;
}

.branch_sc .title_box img {
  width: 40px;
  margin-bottom: 14px;
}

.branch_sc .title_box h3 {
  font-size: 32px;
  font-weight: 700;
  color: #212f4d;
}

.branch_sc .info_box {
  height: 46vh;
  margin-top: 14px;
  border-radius: 5px;
  border: 2px solid #dadad3;
  overflow: hidden;
}

.branch_sc .info_box .homepage_btn a img {
  width: 28px;
}

.branch_sc .info_list {
  height: calc(100% - 59px);
  overflow: auto;
}

.branch_sc .info_list::-webkit-scrollbar {
  width: 8px;
}

.branch_sc .info_list ul {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dbdbc9;
}

.branch_sc .info_box .title {
  font-size: 16px;
  border: 0;
  border-bottom: 2px solid #dadad3;
  background-color: #fff;
}

.branch_sc .info_box .title p {
  color: #555555;
  padding: 18px 0;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  padding-left: 20px;
}

.branch_sc .info_box .title span {
  color: #146e7a;
  font-weight: 800;
}

.branch_sc .info_box ul li {
  width: 20%;
  text-align: center;
  color: #363636;
  padding: 20px 5px;
  font-size: 14px;
}

.branch_sc .info_box ul:hover {
  background-color: #f4f4f1;
  transition: 0.2s;
}

.branch_sc .info_list .name:hover {
  font-weight: 600;
  color: #146e7a;
  transition: 0.2s;
}

.branch_sc .info_box ul li:nth-child(1) {
  width: 30%;
  font-size: 16px;
}

.branch_sc .info_box ul li:nth-child(2) {
  width: 42%;
}

.branch_sc .info_box ul li:nth-child(4) {
  width: 8%;
}

.branch_sc .search_zone {
  margin-top: 0px;
}

.branch_sc .search_box {
  text-align: left;
  margin-top: 30px;
}

.branch_sc .search_box form {
  display: flex;
}

.branch_sc .search_box select {
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  min-width: 300px;
  border: 2px solid #dadad3;
  border-radius: 5px;
  background: url(../img/main_page/map_arrow_down.svg) no-repeat;
  background-size: 12px;
  background-position: 94%;
  background-color: #fff;
}

.branch_sc .blank {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #888888;
}

/* simple_menu */
.branch_sc .simple_menu {
  width: 480px;
}
.branch_sc .simple_menu .title_box h3 span {
  display: block;
}

.branch_sc .simple_menu .search_box select {
  min-width: auto;
  background-position: 90%;
}

.branch_sc .simple_menu .info_list li:nth-child(2),
.branch_sc .simple_menu .info_list li:nth-child(3) {
  display: none;
}

.branch_sc .simple_menu .info_box ul li {
  padding: 20px;
}

.branch_sc .simple_menu .info_box ul li:nth-child(1) {
  width: 80%;
  text-align: left;
}

.branch_sc .simple_menu .info_box ul li:nth-child(4) {
  width: 20%;
}

.branch_sc .simple_menu .info_list {
  height: calc(100% - 59px);
}

.branch_sc .simple_menu .search_bar {
  width: 100%;
}

/* on */
.branch_sc .on {
  background-color: #f4f4f1;
}

.branch_sc .on li .name {
  position: relative;
  font-weight: 600;
  color: #146e7a;
}

.branch_sc .on li .name::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/sub_page/branch_shortcut/select_icon.svg) no-repeat;
}

.branch_sc .info_list .name {
  display: inline-block;
  width: 100%;
}

.branch_sc ul.on .name {
  width: fit-content;
}

/* map-modal */
.map-modal_box {
  position: absolute;
  /* left: 142px;
    bottom: 64px; */
  left: 50%;
  transform: translateX(-55%);
  bottom: 64px;
}

.map-modal {
  position: relative;
  width: 316px;
  padding: 20px 18px;
  padding-bottom: 14px;
  border-radius: 12px;
  border: 5px solid #146e7a;
  background-color: #fff;
}

.map-modal::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 18px);
  content: " ";
  height: 0;
  z-index: -1;
  border-bottom: 20px solid;
  border-left: 18px solid rgba(0, 0, 0, 0);
  border-right: 18px solid rgba(0, 0, 0, 0);
  color: #146e7a;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}

.map-modal .close_btn {
  position: absolute;
  top: -5px;
  right: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 0 10px 0 10px;
  background-color: #146e7a;
}

.map-modal .close_btn img {
  width: 14px;
  height: 14px;
}

.map-modal .info-list h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 24px;
  text-align: left;
}

.map-modal .info-list ul {
  margin-bottom: 20px;
}

.map-modal .info-list ul li {
  display: flex;
  align-items: flex-start;
}

.map-modal .info-list ul li:first-child {
  margin-bottom: 16px;
}

.map-modal .info-list ul li img {
  width: 14px;
  height: 18px;
}

.map-modal .info-list ul li p {
  font-size: 14px;
  padding: 0;
  margin: 0;
  margin-left: 10px;
  text-align: left;
  white-space: normal;
}

.map-modal .btn_zone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.map-modal .btn_zone a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  width: 48%;
  height: 46px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  background-color: #146e7a;
}

.map-modal .btn_zone a:last-child {
  background-color: #002b49;
}

@media screen and (max-width: 1280px) {
  .branch_sc .simple_menu .info_box ul li:nth-child(4) {
    width: 30%;
  }

  .branch_sc .simple_menu {
    width: 360px;
  }

  .branch_sc .title_box {
    display: flex;
    margin-bottom: 30px;
  }

  .branch_sc .title_box h3 {
    display: inline-block;
    font-size: 28px;
  }

  .branch_sc .simple_menu .title_box h3 {
    display: block;
  }

  .branch_sc .title_box img {
    margin-right: 18px;
  }
}

@media screen and (max-width: 1280px) {
  .branch_sc {
    height: calc(100vh - 60px);
  }

  .branch_sc .main_map {
    height: calc(100vh - 60px);
  }
}

@media screen and (min-width: 1024px) and (max-height: 680px) {
  .branch_sc .search_box {
    margin-top: 20px;
  }

  .branch_sc .search_box select {
    padding: 10px 20px;
  }

  .branch_sc .info_box .title p {
    padding: 12px;
    padding-left: 20px;
  }

  .branch_sc .info_list,
  .branch_sc .simple_menu .info_list {
    height: calc(100% - 46px);
  }

  .branch_sc .title_box {
    margin-bottom: 24px;
  }

  .branch_sc .title_box img {
    margin-bottom: 0;
  }

  .branch_sc .simple_menu .title_box h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .branch_sc {
    position: relative;
    height: calc(50vh + 740px);
  }

  .branch_sc-h {
    height: calc(100vh - 60px);
  }

  .branch_sc .location_btn {
    top: 30px;
    bottom: auto;
    right: 10px;
    padding: 8px;
  }

  .branch_sc .location_btn p {
    font-size: 12px;
  }

  .branch_sc .location_btn img {
    width: 30px;
  }

  .branch_sc .main_map {
    position: static;
    height: calc((var(--vh, 1vh) * 100) - 60px);
    padding: 0;
  }

  .branch_sc .map-height {
    height: calc(var(--vh, 1vh) * 100 - 60px) !important;
  }

  .branch_sc .left_menu {
    width: 100%;
    height: 740px;
    margin-top: 50vh;
    padding: 40px 30px;
    bottom: 0;
  }

  .branch_sc .map_zone {
    width: 100vw;
    height: 50vh;
  }

  .branch_sc .title_box {
    display: flex;
    margin-bottom: 20px;
  }

  .branch_sc .search_bar {
    width: 100%;
  }

  .branch_sc .left_menu .title_box h3 span {
    display: inline-block;
  }

  .branch_sc .info_box {
    height: 400px;
  }

  .branch_sc .folding_btn {
    position: absolute;
    /* top: -37px; */
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    font-size: 0;
    padding: 10px 30px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.2);
    z-index: 99;
  }

  .branch_sc .folding_btn img {
    transform: rotate(90deg);
  }

  .rotate img {
    transform: rotate(-90deg) !important;
  }

  .branch_sc .info_box ul li:nth-child(1) {
    width: 25%;
  }

  .branch_sc .info_box ul li:nth-child(2) {
    width: 45%;
  }

  .branch_sc .info_box ul li:nth-child(4) {
    width: 10%;
  }

  .hide-menu {
    height: 0 !important;
    /* margin-top: 100vh !important; */
    margin-top: 90vh !important;
    padding: 0 !important;
    top: 0px !important;
  }

  .branch_sc .info_list {
    height: calc(100% - 50px);
  }

  .hide-menu .title_box {
    display: none;
  }

  .hide-menu .search_zone .search_bar,
  .hide-menu .search_zone .search_box,
  .hide-menu .search_zone .info_box {
    display: none;
  }

  .branch_sc .search_box select {
    min-width: auto;
    padding: 10px 20px;
  }

  .branch_sc .info_box .title p {
    padding: 14px 0;
    padding-left: 15px;
  }
}

@media screen and (max-width: 480px) {
  .branch_sc .left_menu {
    padding: 30px 20px;
  }

  .branch_sc .title_box {
    justify-content: center;
  }

  .branch_sc .title_box img {
    width: 22px;
    margin-right: 10px;
  }

  .branch_sc .title_box h3 {
    font-size: 20px;
  }

  .branch_sc .search_box {
    margin-top: 20px;
  }

  .branch_sc .info_box {
    height: 470px;
  }

  .branch_sc .info_list ul {
    position: relative;
    flex-wrap: wrap;
    padding: 0 10px;
  }

  .branch_sc .info_list ul.on {
    padding: 10px;
  }

  .branch_sc .info_box ul li {
    padding: 16px 5px;
    text-align: left;
  }

  .branch_sc .info_box ul.on li {
    padding: 5px;
  }

  .branch_sc .info_box ul li:nth-child(1) {
    width: 90%;
    text-align: left;
  }

  .branch_sc .info_box ul li:nth-child(2),
  .branch_sc .info_box ul li:nth-child(3) {
    display: none;
    width: 90%;
  }

  .branch_sc .info_box ul li:nth-child(4) {
    position: absolute;
    right: 30px;
  }

  .branch_sc .info_box ul li:nth-child(4) {
    right: 10px;
    width: 10%;
  }

  .branch_sc ul.on li:nth-child(2),
  .branch_sc ul.on li:nth-child(3) {
    display: block !important;
  }
}

/* notice ------------------------------- */
.notice .header_title {
  background: url(../img/sub_page/title_img/title_notice.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.notice .bbs_head {
  display: flex;
  justify-content: space-between;
}

.community_title {
  font-size: 48px;
  color: #002b49;
}

.notice .pin {
  min-width: 50px;
  height: 28px;
  font-size: 0;
  background: url(../img/sub_page/community/icon/fixed_pin.svg) no-repeat;
  background-position: center;
}

@media screen and (max-width: 1024px) {
  .notice .bbs_head {
    flex-direction: column;
  }

  .community_title {
    font-size: 40px;
    color: #002b49;
  }
}

@media screen and (max-width: 768px) {
  .community_title {
    font-size: 30px;
  }

  /* .notice .pin {
        display: block !important;
        position: absolute;
        right: 0;
        min-width: 40px;
        height: 20px;
        font-size: 0;
        background: url(../img/sub_page/community/icon/fixed_pin.svg) no-repeat;
        background-position: center;
        background-size: contain;
    } */
}

@media screen and (max-width: 480px) {
  .notice_view .bbs_wrap {
    padding: 0;
    padding-bottom: 110px;
  }

  .community_title {
    font-size: 24px;
  }
}

/* card_news ------------------------------- */
.card_news .header_title {
  background: url(../img/sub_page/title_img/title_notice.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.card_news .community_title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  color: #002b49;
}

.card_news .community_title::before {
  position: absolute;
  content: "";
  top: -5px;
  left: -14px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #146e7a;
}

.card_news .card_list {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.card_news .card_list:hover {
  transform: scale(1.02);
  transition: 0.2s;
}

.card_news .cont {
  padding: 30px 36px;
}

.card_news .card_list h4 {
  text-align: left;
  font-size: 22px;
  font-weight: 600;
}

.card_news .tb_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.card_news .tb_box .date {
  color: #666666;
  font-size: 20px;
  font-weight: 600;
}

.card_news .tb_box a {
  padding: 4px 8px;
  font-weight: 600;
  font-size: 16px;
  color: #002d56;
  border: 1px solid #002d56;
  border-radius: 5px;
}

.card_news .tb_box a:hover {
  color: #fff;
  background-color: #002d56;
  transition: 0.2s;
}

.card_news .pop-arrow img {
  width: 30px;
  height: 30px;
}
.card_news .news_pop_close {
  position: absolute;
  right: -55px;
}
.card_news .news_pop_close img {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1280px) {
  .card_news .cont {
    height: 30%;
    padding: 30px 36px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .card_news .community_title::before {
    width: 10px;
    height: 10px;
  }

  .card_news .cont {
    height: auto;
    padding: 28px 24px;
  }

  .card_news .card_list h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
  }

  .card_news .tb_box .date {
    font-size: 18px;
  }

  .card_news .tb_box a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .card_news .tb_box .date {
    font-size: 14px;
  }
  .card_news .news_pop_close {
    right: 0;
    z-index: 10;
    padding: 20px;
  }
  .card_news .news_pop_close img {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 480px) {
  .card_news .tb_box .date {
    font-size: 12px;
  }

  .card_news .card_list h4 {
    font-size: 16px;
  }

  .card_news .tb_box a {
    font-size: 12px;
    padding: 1px 8px;
    border-radius: 10px;
  }

  .card_news .card_list {
    border-radius: 10px;
  }

  .card_news .cont {
    padding: 8px;
  }
}

/* 게시글 없을때 ------------------------------- */
.no_data_msg_box {
  width: 100% !important;
}
.no_data_msg {
  width: 100% !important;
  text-align: center;
  padding: 30px 2%;
  font-size: 18px !important;
  margin-left: 0 !important;
}

/* 레이어팝업 ------------------------------- */
.pop_close {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f66262;
  border: 0;
  border-radius: 100%;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -24px;
  right: -24px;
  text-indent: -9999px;
}
.pop_close::after {
  content: "";
  background: url(../img/common/btn_close.png) 0 0 no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
}
.overlay_t {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: overlay;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  /* z-index: 90; */
  z-index: 1000;
  display: flex;
  align-items: center;
}
.popLayer {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.4);
  width: 30%;
  min-width: 480px;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  display: none;
}
.popLayer h3 {
  background: #375f9f;
  border-bottom: 1px solid #e5e5e5;
  color: #fff;
  font-size: 15px;
  padding: 12px 15px;
  line-height: 1.3;
  text-align: left;
}
.popLayer h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
.popLayer em {
  font-style: normal;
}
.popLayer .pop_container {
  padding: 40px 20px;
  font-size: 18px;
}
.popLayer .btn_set {
  margin-top: 58px;
}
.pop_container .icons {
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
}
.pop_container .icons img {
  max-width: 100px;
}
.pop_container .tetx_wrap em {
  display: block;
  color: #232323;
  font-size: 32px;
  margin-bottom: 10px;
}

.popLayer .pop_container .tetx_wrap p {
  font-size: 1.6rem;
}

.popLayer .btn_set button {
  min-height: 60px;
  height: 4vh;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 10px;
  background-color: #002b49;
}

@media screen and (max-width: 1280px) {
  .popLayer {
    width: 80%;
    min-width: 260px;
    max-width: 360px;
  }

  .popLayer .pop_container {
    padding: 30px 20px;
  }

  .pop_container .icons {
    margin: 15px 0 25px;
  }

  .pop_container .icons img {
    width: 100px;
  }

  .popLayer .btn_set {
    margin-top: 40px;
  }

  .popLayer .pop_container .tetx_wrap p {
    font-size: 1.2rem;
  }

  .popLayer .btn_set button {
    max-width: 160px;
    min-height: 40px;
    height: 6vh;
    font-size: 1.2rem;
  }

  .pop_close {
    width: 50px;
    height: 50px;
  }

  .pop_close::after {
    width: 24px;
    height: 24px;
    background-size: cover;
  }
}

@media screen and (max-width: 480px) {
  .pop_container .icons img {
    width: 60px;
  }

  .pop_container .icons {
    margin: 0 15px 25px;
  }

  .popLayer .btn_set {
    margin-top: 30px;
  }

  .popLayer .btn_set button {
    max-width: 160px;
    min-height: 20px;
    height: 5vh;
    font-size: 1.2rem;
  }
}

/* 메인 모달 */
/* .main_popup {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-shadow: 0px 1px 7px rgba(0,0,0,0.4);
} */

.popup_box {
  /* position: fixed; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  width: 80%;
  max-width: 1400px;
  z-index: 9999;
}

.main_popup {
  position: relative;
  height: 100%;
  margin-right: 60px;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.4);
}

.main_popup:first-child {
  margin-right: 0px;
}

.main_popup .main_close {
  position: absolute;
  /* top: 0; right: -41px; */
  top: 0;
  right: 0px;
  display: inline-block;
  text-align: right;
  padding: 8px;
  background-color: #232323;
}

.main_popup .main_close:hover {
  background-color: #8d7150;
}

.main_popup .main_close img {
  width: 25px;
  height: 25px;
}

/* .main_popup .pop_box {
  display: block;
  width: 40vw;
  max-width: 540px;
  padding: 0;
  margin: 0;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}

.main_popup .pop_box img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
} */

.main_popup .btn_zone {
  position: absolute;
  bottom: -38px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 18px;
  color: #fff;
  background-color: #232323;
}

.main_popup .btn_zone > div {
  width: 100%;
}

.main_popup .btn_zone p {
  font-size: 1.2rem;
  font-weight: 400;
  /* margin-left: 10px; */
  margin-left: 18px;
}

.main_popup .left_btn {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.main_popup .btn_zone input[type="checkbox"] {
  display: none;
}

.main_popup input[type="checkbox"] + label {
  cursor: pointer;
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  border: 3px solid #a0815c;
}

.main_popup input[id="check_today1"]:checked + label::after,
.main_popup input[id="check_today2"]:checked + label::after {
  content: "✔";
  position: absolute;
  font-size: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main_popup .right_btn {
  cursor: pointer;
  width: 20%;
  border-left: 1px solid #9d9fa2;
}

@media screen and (max-width: 1024px) {
  .popup_box {
    /* position: fixed; */
    display: block;
    width: 100vw;
    height: 100vh;
    max-width: none;
  }

  .main_popup {
    /* position: fixed; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    height: fit-content;
  }

  .main_popup .pop_box {
    width: 50vw;
  }
}

@media screen and (max-width: 768px) {
  .main_popup .pop_box {
    width: 60vw;
  }

  .main_popup .btn_zone p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .main_popup .pop_box {
    width: 80vw;
  }
  .main_popup .btn_zone p {
    margin-left: 5px;
    font-size: 0.8rem;
  }

  .main_popup input[type="checkbox"] + label {
    width: 18px;
    height: 18px;
  }

  .main_popup .main_close img {
    width: 16px;
    height: 16px;
  }

  .main_popup .main_close {
    /* right: -36px; */
    padding: 6px 8px;
  }
}

/* 240624 슬라이드 팝업 작업 */
.main_popup .btn_zone {
  position: absolute;
  bottom: -46px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 18px;
  color: #232323;
  border-top: 1px solid #9d9fa2;
  background-color: #fff;
}

.main_popup .pop_box {
  display: block;
  width: 40vw;
  max-width: 600px;
  padding: 0;
  margin: 0;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}

.main_popup .pop_box img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}

.pop-arrow #prevArrow {
  position: absolute;
  top: 50%;
  left: -85px;
  transform: translateY(-50%);
  z-index: 99;
}

.pop-arrow #nextArrow {
  position: absolute;
  top: 50%;
  right: -85px;
  transform: translateY(-50%);
  z-index: 99;
}

.pop-arrow a {
  width: 56px;
}

.pop-arrow a img {
  width: 100%;
}

.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  display: flex;
}

.slick-dots li {
  margin-right: 12px;
}

.slick-dots li:last-child {
  margin-right: 0px;
}

.slick-dots button {
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 50%;
  background-color: #d1d1d1;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.slick-dots button::before {
  display: none;
}
.slick-active button {
  background-color: #232323;
}

@media screen and (max-width: 1024px) {
  .popup_box {
    /* position: fixed; */
    display: block;
    width: 100vw;
    height: 100vh;
    max-width: none;
  }

  .main_popup {
    /* position: fixed; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    height: fit-content;
  }

  .main_popup .pop_box {
    width: 50vw;
  }

  .main_popup .main_close {
    right: -36px;
  }

  .main_popup .main_close img {
    width: 20px;
    height: 20px;
  }

  .pop-arrow a {
    width: 50px;
  }

  .slick-dots button {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 768px) {
  .main_popup .pop_box {
    width: 60vw;
  }

  .main_popup .btn_zone p {
    font-size: 1rem;
  }

  .pop-arrow a {
    width: 40px;
  }

  .pop-arrow #prevArrow {
    left: -56px;
  }

  .pop-arrow #nextArrow {
    right: -56px;
  }
}

@media screen and (max-width: 480px) {
  .main_popup .pop_box {
    width: 80vw;
  }
  .main_popup .btn_zone {
    bottom: -38px;
    padding: 0px 12px;
  }

  .main_popup .btn_zone p {
    margin-left: 10px;
    font-size: 0.8rem;
  }

  .main_popup input[type="checkbox"] + label {
    width: 18px;
    height: 18px;
  }

  .main_popup .main_close img {
    width: 16px;
    height: 16px;
  }

  .main_popup .main_close {
    /* right: -36px; */
    right: -32px;
    padding: 6px 8px;
  }

  .pop-arrow {
    display: none;
  }

  .slick-dots {
    bottom: 10px;
  }

  .slick-dots li {
    margin-right: 10px;
  }

  .slick-dots button {
    width: 8px;
    height: 8px;
  }
}

/* // 240624  */
