#sub_visual {
  position: relative;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
#sub_visual .bg {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  padding: 0;
  margin: 0 auto;
  background-color: #ffbd2e;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  overflow: hidden;
  /* animation-name: subvisual_ani;
  animation-duration: 15s;
  animation-direction: alternate;
  animation-iteration-count: 1;
  animation-fill-mode: both; */
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#sub_visual .bg img {
  width: 100%;
  max-width: 1100px;
}
#sub_visual .img_wrap {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 90px 0 70px 0;
  text-align: center;
  z-index: 1;
}
#sub_visual .img_wrap img {
  height: 50%;
}
#sub_visual .tt_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1100px;
  text-align: right;
  padding: 0 10px 0 0;
  transform: translate(-50%, -10%);
  z-index: 2;
}
#sub_visual .tt {
  font-family: "GmarketSansBold", "Pretendard", system-ui, -apple-system,
    sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
#sub_visual .tt2 {
  position: relative;
  font-family: "GmarketSansMedium", "Jost", "OneMobileTitle", system-ui,
    -apple-system, "Noto Sans", sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 0.5rem 0 0 0;
}
#sub_visual .tt2 .icon {
  font-size: 0.7rem;
  color: var(--color-main);
}
@media (max-width: 1099px) {
  #sub_visual .bg img {
    width: 96%;
  }
}
@media (max-width: 991.98px) {
  #sub_visual .bg {
    height: 300px;
  }
  #sub_visual .img_wrap {
    padding: 60px 0 70px 0;
  }
  #sub_visual .tt_wrap {
    transform: translate(-50%, -50%);
  }
  #sub_visual .tt {
    font-size: 1.3rem;
  }
}
@media (max-width: 767.98px) {
  #sub_visual .bg {
    height: 150px;
  }
  #sub_visual .bg img {
    width: 93%;
  }
  #sub_visual .img_wrap {
    padding: 60px 0 0 0;
  }
  #sub_visual .tt_wrap {
    transform: translate(-50%, 70%);
  }
  #sub_visual .tt {
    /* display: none; */
    font-size: 1.1rem;
  }
  #sub_visual .tt2 {
    font-size: 0.65rem;
  }
}

.sub_container_wrap {
  animation-name: subcontainer_ani;
  animation-duration: 0.1s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.sub_full {
  width: 100%;
  margin: 0px auto;
  padding: 0;
}
.sub_container {
  position: relative;
  max-width: 1100px;
  margin: 0px auto;
  padding: 50px 0 0 0;
  background: #fff;
}
@media (max-width: 1100px) {
  .sub_container {
    padding: 40px 30px 0 30px;
  }
}
@media (max-width: 767.98px) {
  .sub_container {
    padding: 30px 10px 0 10px;
  }
}

.sub_bottom_blank {
  margin: 5rem 0 0 0;
}
@media (max-width: 991.98px) {
  .sub_bottom_blank {
    margin: 3rem 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .sub_bottom_blank {
    margin: 2rem 0 0 0;
  }
}

.sub_title_path {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 3px solid #ffbd2e;
  padding: 0 0 0.5rem 0;
  margin: 0 0 3rem 0;
}
.sub_title {
  font-family: "GmarketSansMedium", "Pretendard", system-ui, -apple-system,
    "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #353535;
}
.sub_title img {
  max-width: 60px;
  margin-right: 2rem;
}
.sub_title span {
  font-family: "Pretendard", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  color: #666;
  padding-left: 0.6rem;
}
.sub_path {
  font-size: 0.8rem;
  color: #ccc;
  align-self: flex-end;
}
.sub_path span {
  color: #555;
}

@media (max-width: 1100px) {
}
@media (max-width: 767.98px) {
  .sub_title {
    font-size: 1.6rem;
    letter-spacing: -0.1rem;
    margin: 0 auto 1rem auto;
  }
  .sub_path {
    display: none;
  }
}

.info_wrap {
  display: flex;
  gap: 0;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}
.info_wrap .title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  min-width: 250px;
  padding: 0;
  margin: 0;
}
/* .info_wrap .title::after {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: 1px;
  height: 100%;
  background: #111;
} */
.info_wrap .title .tt {
  display: inline-block;
  font-family: "GmarketSansBold", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-size: 2.5rem;
  color: #111111;
  line-height: 110%;
  margin-top: 1rem;
}
.info_wrap .title .tt_en {
  position: relative;
  display: inline-block;
  font-family: "GmarketSansMedium", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-size: 0.7rem;
  color: #111111;
}
/* .info_wrap .title .tt_en::after {
  position: absolute;
  content: "";
  top: -30px;
  left: 0;
  width: 20px;
  height: 4px;
  background: #111;
} */
.info_wrap .title .line_h {
  width: 5px;
  height: 60px;
  margin: 10px 0;
  padding: 0;
  background-image: url("/img/line_h.png");
  background-repeat: repeat-y;
}
.info_wrap .cs {
  /* margin-top: 3rem; */
  word-break: keep-all;
  word-wrap: break-word;
}
.info_wrap .cs ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 1rem;
  padding: 0;
  margin: 1rem 0 0 0;
}
.info_wrap .cs li {
  list-style: none;
  font-size: 0.9rem;
}
.info_wrap .cs img {
  width: 30px;
}
.info_wrap .title p {
  padding: 0;
  margin: 0 0 50px 0;
  font-family: "GmarketSansMedium", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-size: 0.7rem;
  color: #969696;
  word-break: keep-all;
  word-wrap: break-word;
}
.info_wrap .title .bt {
  display: flex;
  align-items: flex-end;
  gap: 0.3rem;
}
.info_wrap .title .bt a {
  display: block;
  padding: 0.3rem 1.2rem;
  font-family: "GmarketSansMedium", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-size: 0.7rem;
  transition: all 0.15s;
}
.info_wrap .title .bt .black {
  color: #ffffff;
  background-color: #2a2a2a;
  border: 1px solid #2a2a2a;
}
.info_wrap .title .bt .white {
  color: #656565;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.info_wrap .title .bt .black:hover,
.info_wrap .title .bt .white:hover {
  color: #ffffff;
  background-color: #b00000;
  border: 1px solid #b00000;
  padding: 0.3rem 2.5rem;
}
.info_wrap .contents {
  width: 65%;
  max-width: 610px;
  padding: 2rem 0 0 0;
  margin: 0;
}

@media (max-width: 991.98px) {
  .info_wrap {
    flex-direction: column;
    gap: 1rem 0;
  }
  .info_wrap .title {
    width: 100%;
    min-width: 100%;
  }
  .info_wrap .title .line_h {
    height: 0;
    margin: 5px 0;
    background-image: none;
  }
  .info_wrap .title p {
    margin: 0 0 20px 0;
  }
  .info_wrap .title p br {
    display: none;
  }
  .info_wrap .cs ul {
    margin: 0.5rem 0 0 0;
  }
  .info_wrap .cs li {
    list-style: none;
    font-size: 1.05rem;
  }
  .info_wrap .contents {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .info_wrap .cs img {
    width: 40px;
  }
}

.page_title {
  font-family: "GmarketSansBold", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-size: 2.5rem;
  color: #111111;
  line-height: 110%;
  margin: 0;
  padding: 0;
}
#DivContents {
  width: 100%;
  padding: 2rem 0;
  margin: 0;
  table-layout: fixed;
  box-sizing: border-box;
  font-size: 0.9rem;
  word-break: keep-all;
  word-wrap: break-word;
}
#DivContents p {
  padding: 5px 0px;
  margin: 0px;
  font-size: 0.9rem;
}
#DivContents td {
  font-size: 0.9rem;
}
#DivContents img {
  /*max-width: 1000px;*/
  max-width: 100%;
}
@media (max-width: 768px) {
  #DivContents {
    padding: 1rem 0;
    font-size: 1.1rem;
  }
}

.tab_menu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.2rem;
  width: 100%;
  padding: 0;
  margin: 0 0 1rem 0;
}
.tab_menu > div {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(var(--color-main-rgb), 0.5);
  padding: 0.7rem 0.2rem;
  border-radius: 0.3rem;
}
.tab_menu .active {
  background: var(--color-main);
  border: 1px solid var(--color-main);
}
.tab_menu a {
  display: block;
  font-family: "GmarketSansMedium", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  text-align: center;
  width: 100%;
  height: 100%;
}
.tab_menu .active a {
  color: #fff;
}
