.banner {
  width: 100%;
  height: calc(100vh - 9rem);
  /* background: #666; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner.short_banner {
  height: 30rem;
}

.banner .tit_wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #fff;
}

.banner .tit_wrap p {
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 20px rgb(0 0 0 / 20%);
}

.banner .tit_wrap .ico {
  width: 3.2rem;
  transform: rotate(-90deg);
  filter: invert(1);
}

.banner .tit_wrap h2 {
  font-size: 4rem;
  font-family: "Noto Serif KR", serif;
  font-weight: 100;
  text-shadow: 1px 1px 20px rgb(0 0 0 / 20%);
}

.sub_sec {
  display: flex;
  justify-content: center;
  padding: 10rem 0;
}

.gap4 {
  gap: 4rem;
}
.gap2 {
  gap: 2rem;
}

.z_layout .con:first-child {
  justify-content: space-around;
  align-items: center;
}
.z_layout .con:first-child .img_wrap {
  width: 50%;
  height: auto;
  background: #fafafa;
  border-radius: 46rem;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.z_layout .con:last-child {
  justify-content: center;
  align-items: center;
  gap: 6rem;
}

.z_layout .con:last-child .img_wrap {
  width: 40rem;
  height: 40rem;
  background: #fafafa;
  border-radius: 50%;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  overflow: hidden;
}

.sub01_01 .sub_sec3 {
  background: #f4f4f4;
}

.reverse_wrap .con:nth-child(2n) {
  flex-direction: row-reverse;
  text-align: right;
}
.reverse_wrap h2 {
  font-size: 6rem;
  font-family: "Noto Serif KR", serif;
  color: #cecece;
}

.reverse_wrap h3 {
  padding: 1rem 0;
  font-size: 2.4rem;
}
.reverse_wrap h3 span {
  margin-left: 2rem;
  font-weight: 300;
  color: #777;
}

.reverse_wrap ul {
  margin-top: 4rem;
}

.backfix {
  background: url(../../img/my/fix_bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.logo_fix {
  width: 20rem;
  margin: 10rem auto;
}

.sub01_02 .sub_sec3 {
  background: url(../../img/my/sub_0201_sec3.png) no-repeat;
  background-size: cover;
}

.sub01_03 .sub_sec2 .lt,
.sub01_03 .sub_sec2 .rt {
  width: 100%;
}

.sub01_03 .sub_sec2 .info {
  width: calc(100% - 3rem);
}
.sub01_03 .sub_sec2 h5 {
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 1rem;
}
.sub01_03 .sub_sec2 h6 {
  font-size: 2rem;
  gap: 2rem;
  margin-bottom: 1rem;
}

.sub01_03 .sub_sec2 h6 span {
  font-weight: 500;
  color: #999;
}
.sub01_03 .sub_sec2 p {
  flex-wrap: wrap;
}

.sub01_03 .sub_sec2 p .badge {
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  border: 2px solid;
  margin: 0.5rem;
  font-size: 1.4rem;
  font-weight: 800;
}

.sub01_03 .sub_sec2 p .badge.orange {
  border-color: #fb763d;
  color: #fb763d;
}
.sub01_03 .sub_sec2 p .badge.red {
  border-color: #e5213c;
  color: #e5213c;
}
.sub01_03 .sub_sec2 p .badge.green {
  border-color: #2bb528;
  color: #2bb528;
}
.sub01_03 .sub_sec2 p .badge.blue {
  border-color: #2847b5;
  color: #2847b5;
}
.sub01_03 .sub_sec2 p .badge.grey {
  border-color: #888;
  color: #888;
}

.map {
  width: 100%;
  height: 50rem;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.sub01_03 .sub_sec2 {
  background: url(../../img/my/sub_0103_sec21.png) no-repeat;
  background-position: right bottom;
  background-size: cover;
}

.tab_wrap,
.tab_wrap2 {
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.tab_wrap a,
.tab_wrap2 a {
  padding: 1rem 2rem;
  border: 2px solid #333;
  border-radius: 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  min-width: 10rem;
  text-align: center;
  display: block;
}

.tab_wrap li.active a,
.tab_wrap2 li.active a {
  background: #333;
  color: #fff;
}

.chg_wrap .chg {
  display: none;
  width: 100%;
}
.chg_wrap .chg.active {
  display: block;
}

.table table {
  width: 100%;
}

.table thead th {
  border-top: 2px solid #333;
  border-bottom: 1px solid #cecece;
  padding: 1.6rem;
}
.table tbody td {
  padding: 1.2rem;
  border-bottom: 1px solid #cecece;
}

.table tbody td:nth-child(1),
.table tbody td:nth-child(3),
.table tbody td:nth-child(4),
.table tbody td:nth-child(5) {
  text-align: center;
}

.table tbody tr:hover {
  background: #fafafa;
}

.doc_wrap .con {
  gap: 0.5rem;
}

.doc_wrap .con h6 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.form_wrap .con_wrap {
  gap: 2rem;
}

.form_wrap .con_wrap .con {
  width: 100%;
}

.form_wrap .con {
  width: 100%;
  align-items: center;
  padding: 4rem;
  border-bottom: 1px solid #cecece;
}
.form_wrap .con p {
  width: 12rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.form_wrap .con.last {
  border-bottom: 0;
}

.form_wrap .full_wrap {
  width: calc(100% - 12rem);
}

.form_wrap input[type="text"],
.form_wrap input[type="date"],
.form_wrap input[type="time"],
.form_wrap input[type="tel"],
.form_wrap textarea {
  padding: 1rem;
  width: 100%;
  border: 1px solid #444;
  border-radius: 4px;
}

.form_wrap textarea {
  height: 30rem;
  resize: none;
}

.form_wrap .label_wrap label {
  margin-right: 1rem;
}

.form_wrap .label_wrap input {
  display: none;
}

.form_wrap .label_wrap span {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 3px;
  border: 1px solid #666;
  margin-top: 2rem;
}

.sub02_06 .form_wrap .label_wrap span {
  margin-top: 0;
}

.form_wrap .file_wrap {
  margin-top: 2rem;
}

.form_wrap .label_wrap input:checked ~ span {
  background: #333;
  color: #fff;
}

.form_wrap .chk_box_wrap {
  width: 100%;
  display: flex;
  gap: 1rem;
  margin: 2rem 4rem;
}

.form_wrap .form_send {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 4rem;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid #333;
  border-radius: 4px;
}

#bo_list .more_btn,
#bo_gall .more_btn {
  float: right;
}
#bo_list .reply .td_num2 {
  opacity: 0;
}

#bo_cate a {
  border: 1px solid #999;
  color: #999;
}
#bo_cate #bo_cate_on {
  background: #333;
  color: #fff;
  font-weight: bold;
  border: 1px solid #333;
  -webkit-box-shadow: inset 0 2px 5px rgb(32 32 32);
  -moz-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
  box-shadow: inset 0 2px 5px rgb(0 0 0);
}
#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
  background: #555;
}

.bo_cate_link {
  background: #333;
  color: #fff;
  height: auto;
  line-height: 1.4rem;
  font-size: 1.4rem;
}

.board_table {
  margin: 0;
  font-size: 1.8rem;
  padding-left: 0;
}
#bo_v_con .board_table {
  padding-left: 0;
  margin: 0;
}
#bo_v_con .board_table li {
  display: flex;
  border-bottom: 1px solid #f4f4f4;
}
.board_table h6 {
  width: 16rem;
  padding: 2rem;
  background: #fafafa;
}
.board_table p {
  width: calc(100% - 16rem);
  padding: 2rem;
}

.sub_tit_wrap h6 {
  font-size: 1.6rem;
  color: #ededed;
  font-family: "Noto Serif KR", serif;
}

.sub_tit_wrap h3 {
  font-size: 3rem;
  font-family: "Noto Serif KR", serif;
}
.shadow_box_wrap {
  position: relative;
  width: 100%;
}

.step_wrap {
  position: relative;
}
.step_wrap .badge,
.shadow_box_wrap .badge {
  position: absolute;
  top: 20rem;
  left: 50%;
  width: 10rem;
  height: 6rem;
  background: #333;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.shadow_box {
  padding: 0 0.55rem;
  text-align: center;
  border-right: 1px solid #ccc;
  position: relative;
  width: 100%;
}

.shadow_box:last-child {
  padding-right: 0;
  border-right: 0;
}

.shadow_box .img {
  width: 100%;
  height: auto;
  position: relative;
}

.shadow_box h4 {
  width: 80%;
  position: absolute;
  bottom: -6rem;
  font-size: 3rem;
  font-weight: 400;
  font-family: "Noto Serif KR", serif;
  background: #fff;
  height: 12rem;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}
.shadow_box h4 span {
  display: block;
  font-size: 1.6rem;
  font-family: "Noto Serif KR", serif;
}
.shadow_box p {
  width: 80%;
  margin: 0 auto;
  margin-top: 9rem;
  word-break: keep-all;
}

.step_wrap h3 {
  margin: 2rem 0 1rem;
}

.step_wrap .shadow_box p {
  margin-top: 0;
}

.step_wrap .shadow_box_wrap.first .shadow_box:last-child {
  padding-right: 0.55rem;
  border-right: 1px solid #ccc;
}

.txt_list {
  padding: 4rem;
  text-align: center;
  gap: 10rem;
}

.txt_list h4 {
  font-size: 3rem;
  font-weight: 400;
  font-family: "Noto Serif KR", serif;
  margin-bottom: 2rem;
}

.check_list li {
  margin: 0.5rem 0;
  gap: 1rem;
  align-items: center;
}

.check_list li em {
  padding: 0.2rem 1rem;
  background: var(--m-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-style: normal;
}

.check_sec .rt {
  width: 50%;
  margin-left: auto;
  border-radius: 3rem;
}

.check_sec .rt .img {
  overflow: hidden;
  border-radius: 50rem;
  box-shadow: 2rem 2rem 10rem rgba(0, 0, 0, 0.2);
}

.top_icon {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
}
.top_icon li {
  align-items: center;
  padding: 0 3rem;
  border-right: 1px solid #ccc;
}
.top_icon li:last-child {
  border-right: 0;
}
.top_icon li .img {
  width: 7rem;
}
.top_icon li h6 {
  font-size: 1.6rem;
  margin-top: 1rem;
}
.top_icon li p {
  font-size: 2.2rem;
  font-family: "Noto Serif KR", serif;
}

.in_sec {
  padding: 4rem 0;
}

.colorbg {
  background: var(--lightcolor);
}

.banner0101,
.banner0102,
.banner0103,
.banner0104 {
  background: url(../../img/my/banner/banner0101.png) no-repeat;
  background-position: left;
  background-size: cover;
}
.banner0201,
.banner0202,
.banner0203,
.banner0204 {
  background: url(../../img/my/banner/banner0201.png) no-repeat;
  background-position: left;
  background-size: cover;
}
.banner0301,
.banner0302,
.banner0303,
.banner0304 {
  background: url(../../img/my/banner/banner0301.png) no-repeat;
  background-position: left;
  background-size: cover;
}
.banner0401,
.banner0402,
.banner0403,
.banner0404 {
  background: url(../../img/my/banner/banner0401.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.sec04Swiperthumb,
.sec04Swiper {
  height: fit-content;
}

.sec04Swiperthumb .swiper-slide {
  opacity: 0.4;
}
.sec04Swiperthumb .swiper-slide-thumb-active {
  opacity: 1;
}

.icon_title {
  width: 100%;
  align-items: center;
  height: fit-content;
}
.icon_title .img_wrap {
  width: 8rem;
  height: 8rem;
  background: #333;
  border-radius: 2rem;
}
.icon_title h3 {
  font-size: 3rem;
  font-family: "Noto Serif KR", serif;
}

.con_top .icon_title,
.con_top .text_wrap {
  width: 100%;
}

.con_top .text_wrap p {
  text-align: justify;
}

.con_bottom {
  padding-top: 4rem;
  border-top: 1px solid #f4f4f4;
}

.con_bottom .gap2 {
  width: 100%;
}

.r_title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--m-color);
  padding: 1rem 1.6rem;
  width: 10rem;
  font-size: 2rem;
  font-family: "Noto Serif KR", serif;
  font-weight: 600;
  border-radius: 50rem;
  color: #fff;
}

.layout02 .con {
  width: 100%;
}

.layout02 .con:nth-child(2) {
  display: flex;
  align-items: center;
}

.layout02 .tit_wrap p {
  font-size: 2rem;
  text-align: justify;
  line-height: 1.6;
}

.layout02 .img_wrap {
  border-radius: 3rem;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.layout03 {
  padding: 8rem 0;
  border-top: 2px solid #ccc;
}

.layout03:nth-child(1) {
  border-top: none;
  padding-top: 0;
}
.layout03 :last-child {
  padding-bottom: 0;
}
@media all and (max-width: 640px) {
  .banner {
    height: 28rem;
  }
  .banner .tit_wrap h2 {
    font-size: 3rem;
  }
  .banner .tit_wrap {
    gap: 0;
  }
  .banner .tit_wrap p {
    margin-top: 0rem;
  }
  .banner .scroll {
    display: none;
  }
  .sub_sec {
    padding: 4rem 0;
    overflow: hidden;
  }
  .z_layout .con:first-child .img_wrap {
    width: 100%;
  }
  .z_layout .con:last-child {
    gap: 2rem;
    flex-direction: column;
  }
  .z_layout .con:last-child .tit_wrap {
    text-align: center;
  }
  .z_layout .con:first-child {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .reverse_wrap .con {
    flex-direction: column;
    gap: 2rem;
  }
  .reverse_wrap .con:nth-child(2n) {
    flex-direction: column;
    text-align: left;
  }
  .reverse_wrap h2 {
    font-size: 4rem;
  }
  .reverse_wrap h3 {
    font-size: 2.2rem;
  }
  .logo_fix {
    margin: 5rem auto;
  }
  .sub01_03 .sub_sec1 {
    padding-bottom: 0;
  }
  .sub01_03 .sub_sec2 .inner {
    flex-direction: column-reverse;
  }
  .sub01_03 .sub_sec2 .lt {
    padding: 0rem 2rem;
    gap: 2rem;
  }
  .sub01_03 .sub_sec2 .rt {
    padding: 4rem 2rem;
    background: #fafafa;
    gap: 2rem;
  }
  .top_icon li .img {
    width: 4rem;
  }
  .top_icon li p {
    font-size: 1.8rem;
  }
  .top_icon li {
    padding: 0 1.6rem;
  }
  .txt_list {
    gap: 6rem;
    flex-direction: column;
    width: 43rem;
    margin: 0 auto;
    padding: 0;
  }
  .txt_list h4 {
    font-size: 2.4rem;
  }
  .shadow_box_wrap {
    flex-direction: column;
    gap: 4rem;
  }
  .shadow_box {
    border-right: 0;
  }
  .check_sec .inner {
    flex-direction: column-reverse;
  }
  .check_sec .rt {
    width: 100%;
  }

  .step_wrap {
    flex-direction: column;
    gap: 4rem;
  }
  .step_wrap .shadow_box_wrap {
    flex-direction: row;
    gap: 0rem;
  }
  .step_wrap .shadow_box_wrap.first .shadow_box:last-child {
    border-right: 0;
  }

  .sub_tit_wrap h3 {
    font-size: 2.6rem;
  }

  .layout02 .inner {
    flex-direction: column;
  }
  .layout02 .tit_wrap p {
    text-align: left;
  }
  .layout03 {
    padding: 5rem 0;
  }
  .layout03 .con_top {
    flex-direction: column;
    gap: 2rem;
  }
  .con_top .icon_title {
    gap: 2rem;
  }
  .icon_title .img_wrap {
    width: 5rem;
    height: 5rem;
  }
  .icon_title h3 {
    font-size: 2.4rem;
  }
  .con_bottom {
    flex-direction: column;
    gap: 2rem;
  }

  .sub_sec .tit_wrap p {
    margin-top: 2rem;
  }
  .sub_sec .tit_wrap p br {
    display: none;
  }
  .top_icon {
    margin-top: 5rem;
  }
  .shadow_box h4 {
    bottom: -5rem;
    font-size: 2.2rem;
    height: 9rem;
  }
  .shadow_box p {
    margin-top: 7rem;
  }
  .form_wrap .con_wrap {
    flex-direction: column;
    gap: 0;
  }
  .form_wrap .con {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    padding: 2rem;
  }
  .form_wrap .label_wrap span {
    padding: 0.6rem 1rem;
    margin-top: 1rem;
  }

  .sub02_06 .form_wrap .label_wrap span {
    margin-top: 1rem;
  }

  .form_wrap .file_wrap {
    margin-top: 1rem;
  }
  .form_wrap .full_wrap {
    width: 100%;
  }
  .chg.table tbody td:nth-child(3),
  .chg.table tbody td:nth-child(4) {
    white-space: nowrap;
  }
}

.pc_only {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
.mobile_only {
  display: none;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.img_grid img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 640px) {
  .pc_only {
    display: none;
  }

  .mobile_only {
    display: grid;
  }
}
