@charset "UTF-8";
/* 서브페이지 공통 css */
#header {
  position: absolute;
}

#ctt {
  padding: 20px;
}

.ctt_admin {
  position: absolute;
  right: 0;
  top: 0;
}

#ctt header h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#ctt_con {
  padding: 10px 0;
  line-height: 1.6em;
}

#ctt_con img {
  max-width: 100%;
  height: auto;
}

.ctt_img {
  text-align: center;
}

.sub_container {
  width: 100%;
  display: flex;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  align-self: stretch;
  position: relative;
}

.mir_center {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

.sub_title {
  color: #222;
  text-align: center;
  font-family: Pretendard;
  font-size: 2.222rem;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: -1.2px;
}

.sec_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.col {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.row {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.sub_footer {
  background: #222;
  padding: 40px 0 60px 0;
}
.sub_footer .btn_relsite_link {
  background: #363636;
}
.sub_footer .relsite_list {
  background: #1b1b1b;
}

.sub_top.bg_code_10 .sub_top_bg {
  background-image: url("../img/sub/bg_10.png");
}
.sub_top.bg_code_20 .sub_top_bg {
  background-image: url("../img/sub/bg_20.png");
}
.sub_top.bg_code_30 .sub_top_bg {
  background-image: url("../img/sub/bg_30.png");
}
.sub_top.bg_code_40 .sub_top_bg {
  background-image: url("../img/sub/bg_40.png");
}
.sub_top.bg_code_50 .sub_top_bg {
  background-image: url("../img/sub/bg_50.png");
}
.sub_top.bg_code_default .sub_top_bg {
  background-image: url("../img/sub/bg_default.png");
}
.sub_top .sub_top_bg {
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.sub_top .sub_top_bg::after {
  content: "";
  position: absolute;
  inset: -10%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  animation: subVisualMotion 30s infinite alternate ease-in-out;
  transform: scale(1.1);
  will-change: transform;
}
.sub_top .sub_top_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.sub_top .sub_top_bg .title_h2 {
  padding-top: 108px;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 2.667rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
.sub_top .nav_bar {
  pointer-events: auto;
  display: flex;
  align-items: center;
  background: #fff;
  border-top: 1px solid #e5e5ea;
  border-bottom: 1px solid #e5e5ea;
}
.sub_top .nav_bar .nav_tab_wrap {
  display: flex;
  height: 65px;
}
.sub_top .nav_bar .nav_tab_wrap .nav_tab_home {
  border-right: 1px solid var(--Grays-Gray-5, #e5e5ea);
  border-left: 1px solid var(--Grays-Gray-5, #e5e5ea);
}
.sub_top .nav_bar .nav_tab_wrap .nav_tab_home a {
  display: flex;
  width: 65px;
  height: 65px;
  justify-content: center;
  align-items: center;
}
.sub_top .nav_bar .nav_tab_wrap .nav_tab_li {
  position: relative;
}
.sub_top .nav_bar .nav_tab_wrap .nav_tab_li::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #d6dde6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sub_top .nav_bar .nav_tab_wrap .nav_tab_li .nav_tab_btn {
  display: flex;
  width: 300px;
  height: 65px;
  padding: 0 25px;
  justify-content: space-between;
  align-items: center;
  color: #111;
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
}
.sub_top .nav_bar .nav_tab_wrap .nav_tab_li .nav_tab_btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  background: url("../img/sub/ico_title_arrow.svg") center no-repeat;
  flex-shrink: 0;
}
.sub_top .nav_bar .nav_tab_wrap .nav_tab_li .nav_tab_btn {
  cursor: pointer;
}
.sub_top .nav_bar .nav_tab_wrap .nav_tab_li .nav_tab_btn[aria-expanded=true] + .nav_menu_wrap {
  border: 1px solid #e5e5ea;
}
.sub_top .nav_bar .nav_tab_wrap .nav_tab_li .nav_menu_wrap {
  position: absolute;
  top: 100%;
  left: -1px;
  width: 301px;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
  background: #fff;
  z-index: 20;
  border-top: 1px solid #e5e5ea;
  border-left: 1px solid #e5e5ea;
  border-right: 1px solid #e5e5ea;
}
.sub_top .nav_bar .nav_tab_wrap .nav_tab_li .nav_menu_wrap .nav_menu li {
  border-bottom: 1px solid #e5e5ea;
}
.sub_top .nav_bar .nav_tab_wrap .nav_tab_li .nav_menu_wrap .nav_menu li a {
  display: block;
  padding: 15px 25px;
  color: #111;
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
}
.sub_top .nav_bar .nav_tab_wrap .nav_tab_li .nav_menu_wrap .nav_menu li a:hover {
  background: #f2f2f5;
}
.sub_top .nav_bar .nav_tab_wrap .nav_tab_li .nav_menu_wrap .nav_menu li:last-child {
  border-bottom: none;
}
.sub_top .nav_bar .nav_tab_wrap .nav_tab_li .nav_menu_wrap .nav_menu li.active a {
  font-weight: 700;
  color: #16611b;
}

.top_tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.top_tabs::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #d6dde6;
  position: absolute;
  bottom: 0;
}
.top_tabs .tab_menu {
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  text-align: center;
  color: #888;
  font-family: Pretendard;
  font-size: 1.222rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  position: relative;
}
.top_tabs .tab_menu span {
  font-size: 1rem;
}
.top_tabs .tab_menu.active {
  color: #16611b;
  font-weight: 700;
}
.top_tabs .tab_menu.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #16611b;
  position: absolute;
  bottom: 0;
}

.ani {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
  filter: blur(6px);
}

.ani.on {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.fade-up {
  transform: translateY(40px);
}

.fade-down {
  transform: translateY(-40px);
}

.fade-left {
  transform: translateX(-40px);
}

.fade-right {
  transform: translateX(40px);
}

.ani.on.fade-up,
.ani.on.fade-down,
.ani.on.fade-left,
.ani.on.fade-right {
  transform: translate(0, 0) scale(1);
}

.green {
  color: #16611b;
}

p {
  color: #111;
  text-align: center;
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  letter-spacing: -0.54px;
}

.tablet_view {
  display: none;
}

.mo_view {
  display: none;
}

.new_win .tbl_head01 td label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new_win .td_chk input[type=checkbox] {
  appearance: auto;
  width: 14px;
  height: 14px;
}

.busi_con {
  gap: 60px;
  align-items: flex-end;
  padding-top: 20px;
  position: relative;
}
.busi_con::before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% + 180px);
  background: #f8f8f8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  z-index: -1;
}
.busi_con .img_wrap {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}
.busi_con .info_wrap {
  display: flex;
  padding-top: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.busi_con .info_wrap .text_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.busi_con .info_wrap .text_box .title {
  color: #111;
  text-align: left;
  font-family: Pretendard;
  font-size: 2.667rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.44px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.busi_con .info_wrap .text_box .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0.2;
  background: #111;
}
.busi_con .info_wrap .text_box p {
  text-align: left;
  word-break: keep-all;
}
.busi_con .info_wrap .btns_box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.busi_con .info_wrap .btns_box .info_btn {
  display: flex;
  padding: 15px 20px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  border-bottom: 1px solid #222;
  color: #222;
  text-align: center;
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 144.444%;
}
.busi_con .info_wrap .btns_box .info_btn::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/sub/ico_btn.svg") center no-repeat;
  flex-shrink: 0;
}

.location {
  align-items: flex-start;
  gap: 40px;
}
.location .info_con {
  display: flex;
  padding-bottom: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.location .info_con .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.location .info_con .content .con_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.location .info_con .content .con_title p {
  color: #111;
  font-size: 1.444rem;
  line-height: 138.462%;
  word-break: keep-all;
  text-align: left;
}
.location .info_con .content .con_title .tit {
  color: #413528;
  font-size: 1.556rem;
  font-weight: 700;
  line-height: 128.571%;
}
.location .info_con .content .direction {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
}
.location .info_con .content .direction .box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.location .info_con .content .direction dt {
  display: flex;
  padding: 7px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background: #222;
  color: var(--Grays-White, var(--Grays-White, #fff));
  font-family: Pretendard;
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.location .info_con .content .direction dd {
  color: #111;
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 111.111%;
  padding-top: 7px;
  word-break: keep-all;
}
.location .info_con .goto_btns {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0 0 20px 0;
}
.location .info_con .goto_btns a {
  width: 100%;
  display: flex;
  padding: 15px 30px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  border: 2px solid transparent;
  color: #111;
  text-align: center;
  font-family: Pretendard;
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  flex-shrink: 0;
  transform: color 2s ease-in-out;
}
.location .info_con .goto_btns a:hover {
  -webkit-animation: shadow-drop-br 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: shadow-drop-br 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.location .info_con .goto_btns a:nth-child(1) {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #006cfa, #00e700) border-box;
}
.location .info_con .goto_btns a:nth-child(1)::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  background: url("../img/sub/ico_map_01.svg") center no-repeat;
  background-size: 100%;
  flex-shrink: 0;
}
.location .info_con .goto_btns a:nth-child(1):hover {
  color: #006cfa;
}
.location .info_con .goto_btns a:nth-child(2) {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #fae100, #fae100) border-box;
}
.location .info_con .goto_btns a:nth-child(2)::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  background: url("../img/sub/ico_map_02.svg") center no-repeat;
  background-size: 100%;
  flex-shrink: 0;
}
.location .info_con .goto_btns a:nth-child(2):hover {
  color: #ffc400;
}
.location .info_con .goto_btns a:nth-child(3) {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #4274eb, #da2f2a, #ecb72b, #60a850) border-box;
}
.location .info_con .goto_btns a:nth-child(3)::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  background: url("../img/sub/ico_map_03.svg") center no-repeat;
  background-size: 100%;
  flex-shrink: 0;
}
.location .info_con .goto_btns a:nth-child(3):hover {
  color: #4274eb;
}
.location .info_con .goto_btns a:nth-child(4) {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #ea44bf, #843cf8, #5989d8, #2ed7b8, #0264ff) border-box;
}
.location .info_con .goto_btns a:nth-child(4)::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  background: url("../img/sub/ico_map_04.svg") center no-repeat;
  background-size: 100%;
  flex-shrink: 0;
}
.location .info_con .goto_btns a:nth-child(4):hover {
  color: #843cf8;
}
.location .map_con {
  width: 100%;
  flex: 1 0 0;
}
.location .map_con #map {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.location .map_con #map .root_daum_roughmap,
.location .map_con #map .root_daum_roughmap .wrap_map,
.location .map_con #map .root_daum_roughmap .map {
  width: 100%;
  height: 400px;
}
.location .map_con #map .root_daum_roughmap .wrap_controllers,
.location .map_con #map .root_daum_roughmap .cont,
.location .map_con #map .root_daum_roughmap .map_border,
.location .map_con #map .root_daum_roughmap .wrap_btn_zoom,
.location .map_con #map .root_daum_roughmap .wrap_map .wrap_controllers,
.location .map_con #map .root_daum_roughmap .wrap_map .cont,
.location .map_con #map .root_daum_roughmap .wrap_map .map_border,
.location .map_con #map .root_daum_roughmap .wrap_map .wrap_btn_zoom,
.location .map_con #map .root_daum_roughmap .map .wrap_controllers,
.location .map_con #map .root_daum_roughmap .map .cont,
.location .map_con #map .root_daum_roughmap .map .map_border,
.location .map_con #map .root_daum_roughmap .map .wrap_btn_zoom {
  display: none;
}

.pg_wrap {
  width: 100%;
  float: none;
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.pg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.pg_page,
.pg_current {
  display: flex;
  height: 40px;
  min-width: 30px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  aspect-ratio: 21/20;
  border: none;
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.54px;
  text-transform: capitalize;
}

.pg_page {
  background: #fff;
  color: #555;
}

.pg_current {
  background: #222;
  color: #fff;
}

.pg_start {
  background: url("../img/ico_btn_start.svg") center no-repeat, #fff;
}

.pg_end {
  background: url("../img/ico_btn_end.svg") center no-repeat, #fff;
}

#sub .sub_container {
  padding: 0;
}
#sub .mir_center {
  max-width: initial;
  padding: 0;
}

/* 미디어쿼리 */
@media (max-width: 1440px) {
  .mir_center {
    padding: 0 100px;
  }
  .top_tabs .tab_menu {
    padding: 20px 35px;
  }
  .top_tabs.lot .tab_menu {
    flex: none;
  }
  .busi_con .img_wrap {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .tablet_view {
    display: block;
  }
  .mir_center {
    padding: 0 50px;
  }
  .top_tabs .tab_menu {
    padding: 20px 50px;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .sub_top .sub_top_bg {
    height: 300px;
  }
  .sub_top .sub_top_bg .title_h2 {
    padding-top: 0;
  }
  .top_tabs .tab_menu {
    padding: 20px 35px;
  }
  .busi_con {
    padding-top: 0;
    flex-direction: column;
    align-items: center;
  }
  .busi_con .img_wrap {
    width: 100%;
  }
  .busi_con .img_wrap img {
    width: 100%;
  }
  .busi_con .info_wrap {
    gap: 40px;
    padding-top: 0;
  }
  .location {
    flex-direction: column;
  }
  .location .info_con {
    gap: 50px;
  }
  .location .info_con .goto_btns {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .mo_view {
    display: block;
  }
  .sub_container,
  .sec_wrap {
    gap: 60px;
  }
  .mir_center {
    padding: 0 30px;
  }
  .sub_top .nav_bar .nav_tab_wrap .nav_tab_li {
    width: 100%;
  }
  .sub_top .nav_bar .nav_tab_wrap .nav_tab_li .nav_tab_btn {
    width: 100%;
  }
  .sub_top .nav_bar .nav_tab_wrap .nav_tab_li .nav_menu_wrap {
    width: 100%;
  }
  .top_tabs .tab_menu {
    padding: 15px 20px;
    font-size: 1.143rem;
  }
  .top_tabs .tab_menu span {
    font-size: 0.857rem;
  }
  .busi_con::before {
    height: calc(100% + 160px);
    top: -60px;
  }
  .location .info_con .goto_btns a {
    font-size: 1rem;
  }
  .pg_page,
  .pg_current {
    height: 30px;
  }
  .pg_start,
  .pg_end {
    background-size: 40%;
  }
}
@media (max-width: 640px) {
  .pc_view {
    display: none;
  }
  .top_tabs.nor .tab_menu {
    flex: none;
  }
}
@media (max-width: 480px) {
  .sub_container {
    padding: 60px 0;
    gap: 40px;
  }
  .sec_wrap {
    gap: 40px;
  }
  .sub_top .nav_bar .nav_tab_wrap .nav_tab_li.nav_tab_dep1 {
    display: none;
  }
  .top_tabs {
    flex-direction: column;
  }
  .top_tabs .tab_menu {
    flex-direction: row;
    padding: 15px 25px;
  }
  .top_tabs .tab_menu .tablet_view {
    display: none;
  }
  .busi_con {
    gap: 40px;
  }
  .busi_con::before {
    height: calc(100% + 140px);
    top: -40px;
  }
  .busi_con .info_wrap {
    gap: 30px;
  }
  .busi_con .info_wrap .text_box {
    gap: 20px;
  }
  .busi_con .info_wrap .text_box .title {
    gap: 20px;
    font-size: 1.714rem;
  }
  .busi_con .info_wrap .btns_box {
    flex-direction: column;
    gap: 5px;
  }
  .busi_con .info_wrap .btns_box .info_btn {
    width: 100%;
  }
  .location .info_con {
    gap: 30px;
  }
  .location .info_con .goto_btns {
    grid-template-columns: auto;
    gap: 10px;
  }
}