* {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

b {
  font-weight: normal;
}

i {
  font-style: normal;
}

html {
  font-size: 14px;
}

body {
  font-family: "SUIT", "Spoqa Han Sans Neo", sans-serif;
  font-style: normal;
  letter-spacing: -.05rem;
}

section {
  width: 100%;
  overflow: hidden;
}

.inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 140px 0;
}

.m_br {
  display: none;
}

.top_wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #ffffff3f;
  transition: background .5s, padding .5s;
}

.top_wrap.on {
  background: var(--back00);
  border: 0;
}

.top_wrap.on .menu {
  height: 80px;
}

.top_wrap .call {
  font-size: 2rem;
  font-weight: 800;
  margin-right: 3%;
  text-wrap: nowrap;
  direction: rtl;
}

.top_wrap .call a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_wrap .call .part {
  font-size: 1.3rem;
}

.top_wrap .call .pr5 {
  margin-right: 5px;
}

.top_wrap .call .cspan {
  font-size: 1.3rem;
  font-weight: 400;
}

.top_wrap .logo {
  font-size: 1.5rem;
  margin-left: 3%;
}

.top_wrap .logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.top_wrap .logo img {
  width: 220px;
}

.top_wrap .menu {
  height: 90px;
  transition: height .5s;
}

.top_wrap .menu>ul {
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
}

.top_wrap .menu>ul>li {
  width: 140px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.top_wrap .menu>ul>li>p {
  font-weight: 400;
}

.top_wrap .menu>ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.top_wrap .menu>ul>li ul {
  position: absolute;
  display: flex;
  top: 90px;
  padding-top: 5px;
  font-size: 1.1rem;
}

.top_wrap.on .menu>ul>li ul {
  top: 85px;
}

.top_wrap .menu>ul>li ul li {
  margin: 0 17px;
}

.top_wrap .menu_m {
  display: none;
}

@media(min-width:1200px) {
  .top_wrap.active {
    background: var(--back00);
    padding-bottom: 55px;
  }

  .top_wrap .menu>ul>li::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--back03);
    bottom: 14px;
    transition: width .5s;
    z-index: 1;
  }

  .top_wrap .menu>ul>li:hover>p {
    font-weight: 700;
  }

  .top_wrap .menu>ul>li:hover::before {
    width: 60px;
  }

}

.tit {
  font-weight: 300;
  font-style: normal;
  font-size: 3.2rem;
  letter-spacing: -.2rem;
  line-height: 1.4;
}

.tits {
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: .2rem;
  font-family: "Cinzel", serif;
  color: #f47c20;
  margin: 50px 0 5px 0;
}

.sub_top>div.aos-animate .tits span {
  animation: tits .5s .3s ease both;
}

@keyframes tits {
  0% {
    color: #e13234;
    left: -30px;
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  50% {
    color: #e13234;
    left: 0;
  }

  100% {
    color: #f47c20;
    left: 0;
    opacity: 1;
  }
}

.sub_top {
  width: 100%;
  height: 400px;
  background: url(../images/sub_top.jpg) center / cover no-repeat;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sub_top>div p:last-child {
  font-size: 3rem;
}

.sub_inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}


.quick {
  display: none;
  position: fixed;
  bottom: 52%;
  right: 10px;
  width: 100px;
  background: #1f1f1f;
  font-size: 1.1rem;
  z-index: 999;
}

.quick ul {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  color: #ffffff;
  height: 100%;
}

.quick ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
}

.quick ul li:nth-of-type(2) {
  display: none;
}

.quick ul li:nth-of-type(3) {
  line-height: 1.1;
  background: var(--back00);
}

.quick ul li:nth-of-type(3) b {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  text-align: center;
}

.quick ul li:nth-of-type(3) p {
  font-size: 1.3rem;
  margin-bottom: 2px;
}

.quick ul li img {
  width: 40px;
  margin-bottom: 3px;
}

.quick ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.quick ul li p span {
  display: block;
  font-size: 1rem;
  opacity: .8;
}


.img_tx {
  position: absolute;
  font-size: 1rem;
  z-index: 9;
  right: 20px;
  bottom: 20px;
  color: #ffffff;
  opacity: .8;
}


.guide_tx {
  text-align: center;
  font-size: .9rem;
  color: #bbb;
  margin-top: 50px;
}

#cont_overview {
  background: #f7f6f5;
}

#cont_overview .sub_inner>div>div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#cont_overview .sub_inner table {
  width: 100%;
  border-spacing: 0;
  font-size: 1.2rem;
}

#cont_overview .sub_inner table tbody {
  display: flex;
  flex-wrap: wrap;
}

#cont_overview .sub_inner table tr {
  width: 50%;
  border-bottom: 1px solid #d8d8d8;
}

#cont_overview .sub_inner table th {
  border-bottom: 2px solid var(--back00);
  font-size: 1.2rem;
  width: 200px;
}

#cont_overview .sub_inner table td {
  height: 60px;
  padding-left: 20px;
  font-weight: 300;
  text-align: left;
}

#cont_location .tit_wrap {
  text-align: center;
  margin-bottom: 80px;
}

#cont_location .tit_wrap>div b {
  font-size: 2.2rem;
  font-weight: 700;
  word-spacing: -.2rem;
  color: var(--back03);
}

#cont_location .tit_wrap>div p {
  font-size: 1.45rem;
}

#cont_location img {
  width: 100%;
}

#cont_calendar .sub_inner>div {
  display: table;
  border-radius: 100px;
  background: var(--back00);
  margin: 50px auto 0 auto;
}

#cont_calendar .sub_inner>div p {
  color: #ffffff;
  padding: 20px 50px;
  font-size: 1.2rem;
  font-weight: 700;
}

#cont_calendar .sub_inner>div a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#cont_premium .pre_tit {
  font-size: 1.9rem;
  letter-spacing: -.06rem;
  color: #777777;
  font-weight: 300;
}

#cont_premium .pre_tits {
  font-size: 5.2rem;
  font-weight: 400;
  letter-spacing: -.1rem;
  line-height: .7;
  word-spacing: -.6rem;
  color: #414040;
  margin: 15px 0 25px 0;
  font-family: "Cinzel", serif;
}

#cont_premium .pre_tits span:nth-of-type(1),
#cont_premium .pre_tits span:nth-of-type(9) {
  font-weight: 600;
  color: #333333;
}

#cont_premium .pre_tits span:last-child {
  color: #f47c20;
  font-size: 8rem;
  font-weight: 500;
}

#cont_premium .pre_tits span:nth-of-type(9) {
  margin-left: 10px;
}

#cont_premium .titbox {
  width: 740px;
  border-radius: 100px;
  font-size: 1.4rem;
  align-self: flex-start;
  background: var(--back00);
  margin: 0 auto;
  padding: 10px 43px;
  font-weight: 500;
  color: #ffffff;
}

#cont_premium .sub_inner>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}

#cont_premium .sub_inner>ul li {
  width: 630px;
  margin-bottom: 50px;
}

#cont_premium .sub_inner>ul li img {
  width: 100%;
}

#cont_premium .sub_inner>ul li:last-child {
  margin-bottom: 0;
}

#cont_premium .sub_inner>ul li div>b:nth-of-type(1) {
  display: block;
  color: var(--back03);
  font-weight: 700;
  margin-top: 10px;
}

#cont_premium .sub_inner>ul li div>b:nth-of-type(2) {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 5px 0 10px 0;
}

#cont_premium .sub_inner>ul li div>p {
  font-size: 1.2rem;
  color: #808080;
}

#cont_unit .sub_inner {
  padding-top: 0;
}

#cont_unit .type_menu {
  position: sticky;
  top: 80px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  background: #ffffff;
  z-index: 9;
  text-align: center;
  padding: 0 16%;
}

#cont_unit .type_menu li {
  width: 20%;
  padding: 30px 0;
  cursor: pointer;
  font-size: 1.2rem;
  align-self: flex-start;
}

#cont_unit .type_menu li.on {
  font-weight: 800;
  border-bottom: 1px solid #000000;
}

#cont_unit .option>div {
  display: none;
}

#cont_unit .option>div:nth-of-type(1) {
  display: block;
}

#cont_unit .option .option_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 50px;
  margin-top: 50px;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  z-index: 1;
}

#cont_unit .option .option_btn::after {
  position: relative;
  content: "";
  width: 20px;
  height: 11px;
  background: url(../images/arrow.png) no-repeat;
  background-size: cover;
}

#cont_unit .option .option_btn.on::after {
  background-position-y: 100%;
}

#cont_unit .option .option_img {
  overflow: hidden;
  border: 1px solid #d1d1d1;
  border-top: 0;
  top: -15px;
  text-align: center;
  display: none;
}

#cont_unit .option .option_img>img {
  margin-top: 70px;
}

#cont_unit .option .option_img>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 50px 0;
}

#cont_unit .option .option_img>div img {
  margin: 20px 0;
}

#cont_unit .option .option_type {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0;
  background: #f4f4f4;
  text-align: center;
}

#cont_unit .option .option_type>p {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: -.25rem;
}

#cont_unit .option .option_type>p span {
  font-weight: 500;
  font-size: 3rem;
}

#cont_unit .option .option_type>span {
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 6px 12px;
  font-size: 1.2rem;
}

#cont_unit .option>div>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 50px;
}

#cont_unit .option>div>ul li {
  width: 25%;
  padding: 20px 0;
  text-align: center;
  font-size: 1.1rem;
}

#cont_unit .option>div>ul li b {
  font-weight: 800;
}

#cont_unit .unit_img img {
  margin: 10px;
}

#cont_unit.etc .unit_img img {
  margin: 0;
  margin-bottom: 10px;
}

#cont_unit.etc .option .option_type>p span {
  font-size: 2.5rem;
}

#cont_unit.etc .option>div>ul li {
  width: 100%;
}

#cont_unit.etc .option .option_type>p {
  font-size: 3rem;
  letter-spacing: -.15rem;
}

#cont_unit.etc .option>div>ul li {
  font-size: 1.3rem;
}

#cont_unit.etc .type_menu li {
  width: 30%;
}

#cont_unit.firstige .type_menu li {
  width: calc(100%/7);
}

#cont_unit.firstige .cgimg {
  margin-top: 50px;
}

#cont_unit.firstige .cgimg img {
  width: 100%;
}

#cont_unit.firstige .community_slide {
  width: 100%;
  font-size: 0;
}

#cont_unit.firstige .community_slide .swiper-slide {
  background: #ffffff;
  text-align: center;
}

#cont_unit.firstige .community_slide .swiper-slide img {
  width: 100%;
}

#cont_unit.firstige .community_slide .swiper-slide img:nth-of-type(2) {
  margin: 20px 0;
}

#cont_unit.firstige .swiper-pagination4 {
  position: relative;
  width: 100%;
  height: 60px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  z-index: 2;
}

#cont_unit.firstige .swiper-pagination4 .swiper-pagination-bullet {
  width: calc(100%/5);
  height: 100%;
  opacity: 1;
  margin: 0;
  border-radius: 0;
  border-right: 1px solid #dcdcdc;
}

#cont_unit.firstige .swiper-pagination4 .swiper-pagination-bullet:last-child {
  border: 0;
}

#cont_unit.firstige .swiper-pagination4 .swiper-pagination-bullet span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #f5f4f4;
  color: #212121;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

#cont_unit.firstige .swiper-pagination4 .swiper-pagination-bullet-active span {
  font-weight: 700;
  background: #333333;
  color: #ffffff;
}

#cont_unit.firstige .community_2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  border: 0;
}

#cont_unit.firstige .community_2 li {
  width: 19%;
}

#cont_unit.firstige .community_2 li .community_img {
  width: 100%;
  max-width: 266px;
  overflow: hidden;
}

#cont_unit.firstige .community_2 li .community_img img {
  width: 100%;
}

#cont_unit.firstige .community_2 li p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
  text-wrap: nowrap;
  text-align: left;
}

#cont_unit.firstige .community_2 li p:first-child {
  margin-top: 20px;
}

#cont_unit.firstige .community_2 li p span {
  font-weight: 700;
  font-size: 1.3rem;
}

#cont_system .tit_wrap {
  margin-bottom: 50px;
}

#cont_system .system_list {
  margin-bottom: 70px;
}

#cont_system .system_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#cont_system .system_list ul li {
  text-align: center;
  padding: 4% 0;
}

#cont_system .system_list ul li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 75%;
  background: #dfdfdf;
}

#cont_system .system_list ul li::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80%;
  height: 1px;
  background: #dfdfdf;
}

#cont_system .system_list ul li b {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  margin: 10px 0 6px 0;
}

#cont_system .system_list ul li b::before {
  position: relative;
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  margin: 20px auto;
}

#cont_system .system_list ul li p {
  font-size: 1.2rem;
}

#cont_system .system_list ul li p span {
  display: block;
  font-size: 1rem;
  color: #999;
}

#cont_system .system_list ul li p span:nth-of-type(1) {
  margin-top: 7px;
}

#cont_system .energy>p {
  width: 100%;
  line-height: 250px;
  text-align: center;
  background: url(../images/system_bg2.jpg) center / cover no-repeat;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

#cont_system .energy ul li {
  width: 24%;
}

#cont_system .energy ul li:nth-of-type(4)::after,
#cont_system .energy ul li:last-child::after {
  display: none;
}

#cont_system .energy ul li:nth-of-type(n+5)::before {
  display: none;
}

#cont_system .energy ul li b {
  color: rgb(36, 10, 6);
}

#cont_system .energy ul li b::before {
  background: rgb(36, 10, 6);
}

#cont_system .digital>p {
  width: 100%;
  line-height: 250px;
  text-align: center;
  background: url(../images/system_bg3.jpg) center / cover no-repeat;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

#cont_system .digital ul li {
  width: 30%;
}

#cont_system .digital ul li:last-child::after,
#cont_system .digital ul li:nth-of-type(3)::after,
.digital ul li:nth-of-type(6)::after {
  display: none;
}

#cont_system .digital ul li:nth-of-type(n+7)::before {
  display: none;
}

#cont_system .digital ul li:nth-of-type(n+7) {
  width: 40%;
}

#cont_system .digital ul li b {
  color: var(--back00);
}

#cont_system .digital ul li b::before {
  background: var(--back00);
}

#cont_system .security {
  margin-bottom: 0;
}

#cont_system .security>p {
  width: 100%;
  line-height: 250px;
  text-align: center;
  background: url(../images/system_bg4.jpg) center / cover no-repeat;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

#cont_system .security ul li {
  width: 24%;
}

#cont_system .security ul li::before {
  display: none;
}

#cont_system .security ul li:last-child::after {
  display: none;
}

#cont_vr .vr_view iframe {
  width: 100%;
  height: 700px;
}

/*홍보영상*/
#cont_11 .sub_inner>ul {
  width: 92.3%;
  margin: 0 auto;
  display: flex;
}

#cont_11 .sub_inner>ul li {
  width: calc(100%/3);
  height: 55px;
  background: rgb(228, 228, 228);
  border-right: 1px solid #d3d3d3;
}

#cont_11 .sub_inner>ul li:last-child {
  border-right: 0;
}

#cont_11 .sub_inner>ul li a {
  width: 100%;
  height: 40px;
  display: block;
  font-size: 1.3rem;
  color: #000;
  padding-top: 15px;
}

#cont_11 .sub_inner>ul li.active {
  background: #0a264d;
}

#cont_11 .sub_inner>ul li.active a {
  color: #fff;
  font-weight: 600;
}

#cont_11 iframe {
  width: 100%;
  height: 720px;
}

#cont_11 .type_menu {
  position: sticky;
  top: 80px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  background: #ffffff;
  z-index: 9;
  text-align: center;
  padding: 0 16%;
}

#cont_11 .type_menu li {
  width: 30%;
  padding: 30px 0;
  cursor: pointer;
  font-size: 1.2rem;
  align-self: flex-start;
}

#cont_11 .type_menu li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cont_11 .type_menu li.on {
  font-weight: 800;
  border-bottom: 1px solid #000000;
}

@media(max-width:1600px) {
  #cont_11 .type_menu {
    padding: 0;
  }
}

@media(max-width:1200px) {
  #cont_11 .type_menu {
    top: 70px;
  }
}

@media(max-width:800px) {
  #cont_11 .type_menu {
    flex-wrap: wrap;
  }

  #cont_11 .type_menu li {
    width: calc(100%/3);
    padding: 20px 0;
  }
}

#cont_notice .sub_inner {
  width: 1000px;
}

#cont_notice .sub_inner>div {
  display: flex;
}

#cont_notice .sub_inner>div>div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  background: #245e70;
  font-weight: 700;
  width: 74%;
  height: 89px;
  color: #ffffff;
}

#cont_notice .sub_inner>div>div:last-child {
  width: 26%;
}

#cont_notice .sub_inner img {
  width: 100%;
}

#cont_notice .sub_inner>div>div ul {
  display: flex;
}

#cont_notice .sub_inner span {
  display: block;
  width: 300px;
  padding: 20px;
  border-radius: 100px;
  border: 2px solid #245e70;
  color: #245e70;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin: 50px auto 0 auto;
}

#cont_notice .sub_inner span a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#cont_news .news-box .posts {
  line-height: 2;
  color: #a0a0a0;
  font-size: 1.3rem;
  text-align: left;
}

#cont_news .news-box .posts span {
  color: #222;
  font-weight: 500;
}

#cont_news .news-box ul {
  border-top: 2px solid #333;
}

#cont_news .news-box ul li {
  border-bottom: 1px solid #e5e5e5;
}

#cont_news .news-box ul li a {
  display: block;
}

#cont_news .news-box ul li a .num {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  text-align: center;
  line-height: 130px;
  font-size: 1.5rem;
  color: #a0a0a0;
  font-weight: 500;
}

#cont_news .news-box ul li a .category {
  display: block;
  position: absolute;
  left: 100px;
  top: 27px;
  background: var(--back00);
  color: #fff;
  width: 160px;
  line-height: 74px;
  font-size: 1.3rem;
  font-weight: 400;
}

#cont_news .news-box ul li a .tit {
  display: block;
  margin-left: 300px;
  width: 830px;
  font-weight: 500;
  color: #333;
  font-size: 1.7rem;
  line-height: 130px;
  letter-spacing: -1px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#cont_news .news-box ul li a .date {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  line-height: 130px;
  font-size: 1.5rem;
  color: #a0a0a0;
}


#cont_location2 .location_map .map_1 {
  height: 500px;
  border: 1px rgb(223, 223, 223) solid;
  overflow: hidden;
}

#cont_location2 .tx {
  margin-bottom: 50px;
}

#cont_location2 .tx b {
  font-size: 1.7rem;
  letter-spacing: -0.05em;
  display: block;
  line-height: 20px;
  font-weight: 600;
}

#cont_location2 .tx p {
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  margin-top: 5px;
}

#cont_location2 .tx>div:nth-child(2) {
  width: 222px;
  height: 2px;
  border-bottom: #040836 2px solid;
  display: inline-block;
}

#cont_location2 .location_map .btn_wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

#cont_location2 .root_daum_roughmap_landing {
  width: 100% !important;
}


#footer {
  width: 100%;
  background: var(--back00);
  color: #ffffffea;
  font-size: .97rem;
  overflow: hidden;
  text-align: center;
}

.footer_t>div>b {
  font-weight: 300;
  opacity: .8;
}

.footer_t>div>p {
  font-size: 1.1rem;
  margin-top: 10px;
}

.footer_t>div:nth-of-type(2) {
  text-align: left;
}

#footer .footer_t {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1400px;
  margin: 40px auto;
  font-weight: 400;
  line-height: 1.4;
}

#footer #bt_top {
  position: absolute;
  top: 0;
  right: 50px;
  width: 50px;
  height: 50px;
  border-radius: 20%;
  text-align: center;
  z-index: 20;
  border: 2px solid rgb(184, 199, 202);
  cursor: pointer;
}

#footer #bt_top span {
  top: 15px;
  font-size: .9rem;
  color: rgb(184, 199, 202);
  font-weight: 700;
}

#footer .copyright {
  margin-top: 15px;
}

#footer .footercopytxt a {
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 2px;
}

#footer .yourbiz {
  margin-top: 15px;
}

#footer .info {
  color: #ffffffea;
  border-bottom: 1px solid #ffffff26;
}

#footer .info ul {
  display: flex;
  justify-content: center;
}

#footer .info ul li {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin: 0 50px;
}

#footer .info ul li span {
  display: inline-block;
  line-height: 88px;
  padding-right: 20px;
  font-weight: 300;
  font-size: 1.1rem;
}

#footer .info ul li img {
  vertical-align: middle;
}


::-moz-selection {
  background-color: var(--back00);
  color: #fff;
}

::-webkit-selection {
  background-color: var(--back00);
  color: #fff;
}

::selection {
  background-color: var(--back00);
  color: #fff;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}

::-webkit-scrollbar-thumb {
  background-color: var(--back00);
}

:root {
  --back00: #241c4c;
  --back03: #f47c20;
}

[data-aos=fade-up] {
  transform: translate3d(0, 20px, 0)
}

[data-aos=fade-right] {
  transform: translate3d(-50px, 0, 0)
}

[data-aos=fade-left] {
  transform: translate3d(50px, 0, 0)
}

@media(max-width:1600px) {
  .top_wrap .menu>ul>li {
    width: 100px;
  }

  .inner {
    max-width: 90%;
  }

  .sub_inner {
    width: 90%;
    padding: 50px 0;
  }

  #cont_11 iframe {
    height: 540px;
  }

  #cont_unit .type_menu {
    padding: 0;
  }

  #cont_premium .sub_inner>ul li {
    width: 49%;
  }
}

@media(max-width:1400px) {
  #cont_unit.firstige .community_2 li {
    width: 20%;
  }

  #cont_unit.firstige .community_2 li p {
    font-size: 1.1rem;
  }

  #cont_unit.firstige .community_2 li p span {
    font-size: 1.2rem;
  }
}

@media(max-width:1300px) {
  #cont_unit.etc .unit_img img {
    width: 100%;
  }
}

@media(max-width:1200px) {
  .top_wrap {
    height: 70px;
    overflow: visible;
  }

  .top_wrap.on {
    background: var(--back00);
    border: 0;
  }

  .top_wrap.on .menu {
    height: 80px;
  }

  .top_wrap .menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
  }

  .top_wrap .menu>ul {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
    flex-direction: column;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    background: #161616f7;
    transition: width .5s;
    font-size: 1.7rem;
  }

  .top_wrap .menu>ul>li {
    width: 60%;
    height: auto;
    display: block;
    border-bottom: 1px solid #ffffff42;
    padding: 2.5vh 0;
    opacity: 0;
    transition: opacity .5s;
    cursor: pointer;
  }

  .top_wrap .menu>ul>li.on>p {
    color: var(--back03);
    font-weight: 700;
  }

  .top_wrap .menu>ul>li:first-child {
    margin-top: -5vh;
  }

  .top_wrap .menu>ul>li:last-child {
    border: 0;
  }

  .top_wrap .menu>ul>li>p::before {
    display: block;
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: var(--back03);
    top: 10px;
  }

  .top_wrap .menu>ul>li p {
    margin-left: 10px;
    text-wrap: nowrap;
  }

  .top_wrap .menu>ul>li>a:not(.top_wrap .menu>ul>li:last-child>a) {
    display: none;
  }

  .top_wrap .menu>ul.on {
    width: 100%;
  }

  .top_wrap .menu>ul.on li {
    opacity: 1;
  }

  .top_wrap .menu>ul>li ul {
    position: relative;
    opacity: 1;
    top: 10px;
    font-size: 1.3rem;
    display: none;
  }

  .top_wrap .menu>ul>li ul li {
    margin: 2vh 0;
  }

  .top_wrap .menu_m {
    display: block;
  }

  .top_wrap .menu_m>div {
    cursor: pointer;
    z-index: 1;
  }

  .top_wrap .menu_m>div.on span {
    width: 40px;
    left: 5px;
  }

  .top_wrap .menu_m>div.on span:nth-of-type(1) {
    transform: rotate(135deg);
    top: 7px;
  }

  .top_wrap .menu_m>div.on span:nth-of-type(2) {
    display: none;
  }

  .top_wrap .menu_m>div.on span:nth-of-type(3) {
    transform: rotate(-135deg);
  }

  .top_wrap .menu_m {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 95%;
    height: 70px;
    transition: height .5s;
  }

  .top_wrap .menu_m>div span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px 0;
    background: #fff;
    transition: transform .5s;
  }

  .top_wrap .call {
    display: none;
  }

  .top_wrap .logo {
    z-index: 1;
    margin-left: 5%;
  }

  .top_wrap .logo img {
    width: 150px;
  }

  .top_wrap.on .menu {
    height: 70px;
  }

  .top_wrap.on .menu_m {
    height: 70px;
  }

  .top_wrap.on .menu ul {
    top: 0;
  }

  .top_wrap.on .menu>ul>li ul {
    top: 10px;
  }

  #cont_overview .sub_inner table th {
    width: 100px;
  }

  #cont_unit .type_menu {
    top: 70px;
  }

  #cont_unit.firstige .community_2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  #cont_unit.firstige .community_2 li {
    width: 31%;
    margin: 0 10px 50px 10px;
  }

  #cont_unit.firstige .community_2 li .community_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #cont_unit.firstige .community_2 li p {
    font-size: 1.3rem;
  }

  #cont_unit.firstige .community_2 li p span {
    font-size: 1.4rem;
  }

  #cont_system .energy ul li {
    width: 30%;
  }

  #cont_system .energy ul li:nth-of-type(4)::after {
    display: block;
  }

  #cont_system .energy ul li:nth-of-type(3)::after,
  #cont_system .energy ul li:nth-of-type(6)::after {
    display: none;
  }

  #cont_system .energy ul li:nth-of-type(n+5)::before {
    display: block;
  }

  #cont_system .energy ul li:nth-of-type(n+7)::before {
    display: none;
  }

  #cont_news .news-box ul li a .num {
    width: 9%;
    line-height: 100px;
  }

  #cont_news .news-box ul li a .category {
    width: 14%;
    left: 8vw;
    top: 13px;
  }

  #cont_news .news-box ul li a .tit {
    width: 55%;
    margin-left: 24vw;
    font-size: 1.5rem;
    line-height: 100px;
    margin-bottom: 0;
  }

  #cont_news .news-box ul li a .date {
    width: 15%;
    line-height: 100px;
  }

}

@media(max-width:1024px) {
  html {
    font-size: 12px;
  }

  .inner {
    padding: 80px 0;
  }

  #cont_system .energy ul li {
    width: 45%;
  }

  #cont_system .digital ul li {
    width: 45%;
  }

  #cont_system .digital ul li:nth-of-type(n+7) {
    width: 45%;
  }

  #cont_system .security ul li {
    width: 45%;
  }

  #cont_system .energy ul li:nth-of-type(3)::after {
    display: block;
  }

  #cont_system .energy ul li:nth-of-type(2)::after,
  #cont_system .energy ul li:nth-of-type(4)::after,
  #cont_system .energy ul li:nth-of-type(6)::after {
    display: none;
  }

  #cont_system .digital ul li:nth-of-type(3)::after {
    display: block;
  }

  #cont_system .digital ul li:nth-of-type(2)::after,
  #cont_system .digital ul li:nth-of-type(4)::after {
    display: none;
  }

  #cont_system .security ul li:nth-of-type(2)::after {
    display: none;
  }

  #cont_vr .vr_view iframe {
    height: 400px;
  }

  #cont_unit .unit_img img {
    width: 80%;
  }

  #cont_unit.firstige .swiper-pagination4 .swiper-pagination-bullet span {
    font-size: 1.1rem;
  }

  #cont_overview .sub_inner table tr {
    width: 100%;
  }

  #cont_overview .sub_inner table th {
    width: 200px;
  }

  #cont_overview .sub_inner table td {
    width: 77%;
  }

  #cont_notice .sub_inner {
    width: 90%;
  }

  #cont_notice .sub_inner>div>div {
    width: 100%;
  }

  #cont_notice .sub_inner>div>div:last-child {
    display: none;
  }

  #cont_calendar img {
    width: 100%;
  }

  #footer {
    padding-bottom: 60px;
  }

  #footer .footer_t {
    flex-direction: column;
    width: 90%;
    align-items: flex-start;
  }

  #footer .footer_t img {
    width: 150px;
  }

  #footer .info ul li span {
    line-height: 65px;
    width: 80px;
    text-align: left;
  }

  .footer_t>div>p {
    margin-bottom: 20px;
    text-align: left;
  }

  #footer #bt_top {
    right: 10px;
  }

  .quick {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60px;
    border-radius: 0;
    font-size: 1.2rem;
    display: block;
  }

  .quick ul {
    flex-direction: row;
  }

  .quick ul li {
    flex-direction: row;
    width: 50%;
    height: 100%;
  }

  .quick ul li img {
    margin-right: 5px;
    margin-bottom: 0;
  }

  .quick ul li:nth-of-type(2) {
    display: flex;
    border-left: 1px solid #ffffff3f;
  }

  .quick ul li:nth-of-type(2) img {
    width: 34px;
    margin-left: -6px;
  }

  .quick ul li:nth-of-type(3) {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    flex-direction: column;
    bottom: 70px;
    right: 10px;
    display: none;
  }



}

@media(max-width:800px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }

  html {
    font-size: 11px;
  }

  .inner {
    width: 90%;
    max-width: 420px;
    padding: 60px 0;
  }

  .m_br {
    display: block;
  }

  .p_br {
    display: none;
  }

  .tit {
    margin-bottom: 20px;
  }


  .sub_top {
    height: 250px;
  }

  .sub_inner {
    width: 90%;
    padding-bottom: 50px;
  }

  .sub_top>div p:last-child {
    font-size: 2.5rem;
  }

  #cont_location .tit_wrap {
    margin-bottom: 50px;
  }

  #cont_premium .titbox {
    width: 335px;
    padding: 10px 20px;
    left: -5%;
  }

  #cont_premium .sub_inner>ul {
    margin-bottom: 50px;
  }

  #cont_premium .sub_inner>ul li {
    width: 100%;
  }

  #cont_premium .sub_inner>ul li img {
    height: 250px;
    object-fit: contain;
  }

  #cont_premium .pre_tit {
    font-size: 1.6rem;
    text-align: left;
  }

  #cont_premium .pre_tits span:nth-of-type(9) {
    margin-left: 50px;
  }

  #cont_premium .pre_tits {
    font-size: 4rem;
    text-align: left;
  }

  #cont_premium .tit_wrap {
    width: 303px;
    margin: 0 auto;
    margin-top: 30px;
  }

  #cont_premium .pre_tits span:last-child {
    font-size: 6rem;
  }

  #cont_unit .type_menu li {
    padding: 20px 0;
  }

  #cont_unit .option .option_btn {
    padding: 20px 30px;
    border-radius: 10px;
  }

  #cont_unit .option>div>ul li {
    width: 50%;
    padding: 10px 0;
  }

  #cont_unit .option .option_img>img {
    width: 85%;
  }

  #cont_unit.etc .type_menu li {
    width: 50%;
  }

  #cont_unit.etc .option .option_type>p {
    font-size: 2rem;
  }

  #cont_unit.etc .option .option_type>p span {
    font-size: 1.8rem;
  }

  #cont_unit.firstige .type_menu {
    flex-wrap: wrap;
  }

  #cont_unit.firstige .type_menu li {
    width: calc(100%/4);
  }

  #cont_unit.firstige .type_menu li:nth-of-type(n+5) {
    width: calc(100%/3);
  }

  #cont_unit.firstige .community_slide {
    margin: 50px auto;
  }

  #cont_unit.firstige .swiper-pagination4 {
    flex-wrap: wrap;
    height: 50px;
    margin-bottom: 50px;
  }

  #cont_unit.firstige .swiper-pagination4 .swiper-pagination-bullet {
    width: calc(100%/3);
  }

  #cont_unit.firstige .community_2 li .community_img {
    height: 250px;
    max-width: 100%;
  }

  #cont_unit.firstige .community_2 li {
    width: 100%;
    transition-delay: 0s !important;
  }

  #cont_unit.firstige .community_2 li p:first-child {
    margin-top: 10px;
  }

  #cont_unit.firstige .swiper-pagination4 .swiper-pagination-bullet:nth-of-type(3) {
    border: 0;
  }

  #cont_news .news-box ul li a .tit {
    width: 85%;
    margin-left: 10vw;
    line-height: 3.5;
  }

  #cont_news .news-box ul li a .category {
    width: auto;
    display: table;
    padding: 0 10px;
    position: relative;
    line-height: 2;
    left: 10vw;
    text-wrap: nowrap;
  }

  #cont_news .news-box ul li a .num {
    line-height: 5;
  }

  #cont_news .news-box ul li a .date {
    display: none;
  }

  #cont_11 iframe {
    height: 250px;
    margin-top: 50px;
  }

  #cont_system .system_list ul li {
    margin: 0;
  }

  #cont_system .system_list ul li b::before {
    margin: 12px auto;
  }

  #cont_system .system_list ul li::after {
    display: none;
  }

  #cont_system .system_list ul li p {
    font-size: 1.1rem;
  }

  #cont_system .system_list ul li b {
    margin: 0 0 3px 0;
  }

  #cont_system .energy>p {
    line-height: 160px;
    font-size: 1.8rem;
  }

  #cont_system .digital>p {
    line-height: 160px;
    font-size: 1.8rem;
  }

  #cont_system .security>p {
    line-height: 160px;
    font-size: 1.8rem;
  }

  #cont_system .energy ul li {
    width: 100%;
  }

  #cont_system .digital ul li {
    width: 100%;
  }

  #cont_system .digital ul li:nth-of-type(n+7) {
    width: 100%;
  }

  #cont_system .security ul {
    justify-content: space-between;
  }

  #cont_system .security ul li img {
    width: 100%;
  }

  #cont_system .system_list ul li::before {
    display: block !important;
  }

  #cont_system .system_list ul li::after {
    display: none !important;
  }

  #cont_overview .sub_inner table th {
    width: 90px;
  }

  #cont_location2 .location_map .map_1 {
    height: 300px;
  }

  #cont_location2 .root_daum_roughmap {
    height: 300px !important;
  }

  #footer .info ul {
    text-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }

  #footer .info ul li {
    margin: 0 30px;
  }

  #footer .info ul li span {
    line-height: 35px;
  }
}

@media(max-width:450px) {
  #cont_premium .sub_inner>ul {
    margin-top: 40px;
  }

  #cont_premium .sub_inner>ul li img {
    object-fit: cover;
  }

  #cont_unit .unit_img img {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  #cont_unit .option .option_img>div img {
    width: 85%;
  }

  #cont_notice .sub_inner span {
    width: 90%;
    font-size: 1.6rem;
    margin: 30px auto 0 auto;
  }
}