#sub_visual {
  position: relative;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
#sub_visual .bg {
  height: 450px;
  padding: 0;
  margin: 0 auto;
  background-color: #505050;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;  
  background-attachment: fixed;
  overflow: hidden;
  animation-name: subvisual_ani;
  animation-duration: 15s;
  animation-direction: alternate;
  /*animation-iteration-count: infinite;
  */
  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 .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%;
  text-align: center;
  transform: translate(-50%, -20%);
  z-index: 2;
}
#sub_visual .tt {
  font-family: "GmarketSansMedium", "Pretendard", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
#sub_visual .tt2 {
  position: relative;
  /* font-family: "GmarketSansMedium", "Jost", "OneMobileTitle", system-ui, -apple-system, "Noto Sans", sans-serif; */
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}
#sub_visual .tt2 .icon {
  font-size: 0.7rem;
  color: var(--color-main);
}
@media (max-width: 991.98px) {
  #sub_visual .bg {
    height: 350px;
  }
  #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: 250px;
  }
  #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.5s;
  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: 60px 40px 0 40px;
  background: #fff;
  overflow:hidden;
}
@media (max-width: 767.98px) {
  .sub_container {
    padding: 40px 30px 0 30px;
  }
}

.sub_path {
  position: absolute;
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 60px 10px 60px;
  margin: 0 auto;
  font-family: "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 0.7rem !important;
  color: #bbbbbb;
  background: #fff;
  border-radius: 20px 20px 0 0;
  /* transform: rotateX(90deg); */
  perspective: 200px;

}
.sub_path .active {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .sub_path {
    display: none;
  }
}

.sub_bottom_blank {
  margin: 10rem 0 0 0;
}
@media (max-width: 991.98px) {
  .sub_bottom_blank {
    margin: 6rem 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .sub_bottom_blank {
    margin: 4rem 0 0 0;
  }
}

.sub_title {
  position: relative;
  font-family: "Jost", "GmarketSansMedium", "OneMobileTitle", system-ui,
    -apple-system, "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  color: #353535;
  text-align: center;
  padding: 0;
  margin: 0 auto 5rem auto;
}
.sub_title span {
  position: relative;
  font-family: "Jost", "GmarketSansLight", "OneMobileTitle", system-ui,
    -apple-system, "Noto Sans", sans-serif;
  font-weight: 300;
}
.sub_title span::after {
  position: absolute;
  content:'';
  top: -60px;
  right: -60px; 
  width: 122px;
  height: 60px;
  background-image: url('/img/title_bg2.png');
  background-repeat: no-repeat;
  background-size: cover;
}


@media (max-width: 767.98px) {
  .sub_title {
    font-size: 1.6rem;
    letter-spacing: -0.1rem;
    margin: 0 auto 1rem auto;
  }
}

.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: 2.5rem 0 0 0;
  margin: 0;
}
.info_wrap .title .tt_en {
  position: relative;
  font-family: "GmarketSansBold", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  color: #111111;
  line-height: 110%;
  letter-spacing: -0.2rem;
  padding: .5rem .5rem 0 0;
  z-index: 1;
}
.info_wrap .title .tt_en::after{
  position: absolute;
  content:'';
  top: -60px;
  right: -60px; 
  width: 122px;
  height: 60px;
  background-image: url('/img/title_bg2.png');
  background-repeat: no-repeat;
  transition: all .2s;
  z-index: -1;
}
.info_wrap .title .tt {
  display: inline-block;
  /* font-family: "GmarketSansMedium", system-ui, -apple-system, "Noto Sans", sans-serif; */
  font-weight: 800;
  font-size: 1.4rem;
  color: #111111;
  line-height: 110%;
  margin-top: 2rem;
}
.info_wrap .title .line_h {
  width: 5px;
  height: 30px;
  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 .icons{
  color: var(--color-main);
}
.info_wrap .cs img {
  width: 30px;
}
.info_wrap .title p {
  padding: 0 0 20px 0;
  margin: 0;
  font-size: 0.75rem;
  color: #969696;
  word-break: keep-all;
  word-wrap: break-word;
}

.info_wrap .title .com{
  width: 100%;
  padding: 1rem;
  margin: 0;
  /* background: var(--bs-gray-100); */
  border: 1px dotted var(--color-main);
}
.info_wrap .title .name{
  padding: 0 0 .5rem 0;
  margin: 0;
  font-family: "GmarketSansMedium", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-size: .95rem;  
}
.info_wrap .title .tel{
  padding: 0;
  margin: 0;
  font-size: .85rem;  
  font-weight: 400;
}
.info_wrap .title .tel span{
  font-size: 1rem;
  font-weight: 800;
}
.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 .tt_en {
    font-size: 2.5rem;
  }
  .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 .title .tt_en {
    letter-spacing: 0rem;
    font-size: 1.6rem;
  }
  .info_wrap .title .tt_en::after{
    transform: scale(.8);
  }
  .info_wrap .title .tt {
    font-size: 1.5rem;
    margin-top: .3rem;
    font-weight: 600;
  }
  .info_wrap .cs img {
    width: 40px;
  }
}

.page_sitename {
  font-family: "GmarketSansBold", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-size: 1.05rem;
  color: #111111;
  margin: 0;
  padding: 0;
}
.page_title {
  font-family: "GmarketSansBold", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-size: 2rem;
  color: #111111;
  line-height: 110%;
  text-align: center;
  margin: 0 0 5rem 0;
  padding: 0 auto;
}
#DivContents {
  width: 100%;
  padding: 2rem 0 0 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;
  }
}
