header {
  position: relative;
  border-bottom: 1px solid #F1F0EE;
}
@media screen and (max-width: 992px) {
  header {
    border-bottom: none;
  }
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  animation: fadeInDown 0.5s;
  z-index: 7;
}
header .innerHeader {
  background: #FFFFFF;
  padding: 35px 25px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  header .innerHeader {
    padding: 29px 16px 26px 16px;
    height: 70px;
  }
}
header .innerHeader .leftH {
  display: flex;
  align-items: center;
}
header .innerHeader .leftH .logo img {
  width: 215px;
}
@media screen and (max-width: 1130px) {
  header .innerHeader .leftH .logo img {
    width: 180px;
  }
}
header .innerHeader .leftH .nav-menu {
  margin-left: 120px;
}
@media screen and (max-width: 1200px) {
  header .innerHeader .leftH .nav-menu {
    margin-left: 90px;
  }
}
@media screen and (max-width: 1130px) {
  header .innerHeader .leftH .nav-menu {
    margin-left: 50px;
  }
}
@media screen and (max-width: 800px) {
  header .innerHeader .leftH .nav-menu {
    margin-left: 90px;
  }
}
@media screen and (max-width: 992px) {
  header .innerHeader .leftH .nav-menu {
    display: none;
  }
}
header .innerHeader .leftH .nav-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
header .innerHeader .leftH .nav-menu ul li {
  list-style: none;
  margin-left: 60px;
}
header .innerHeader .leftH .nav-menu ul li:first-child {
  margin-left: 0;
}
header .innerHeader .leftH .nav-menu ul li.active a {
  border-bottom: 1px solid #222722;
}
@media screen and (max-width: 1280px) {
  header .innerHeader .leftH .nav-menu ul li {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1130px) {
  header .innerHeader .leftH .nav-menu ul li {
    margin-left: 30px;
  }
}
header .innerHeader .leftH .nav-menu ul li a {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.03em;
  -moz-columns: #222722;
       columns: #222722;
  outline: none;
  color: #222722;
}
header .innerHeader .leftH .nav-menu ul li a:hover {
  color: #222722;
}
@media screen and (max-width: 1200px) {
  header .innerHeader .leftH .nav-menu ul li a {
    font-size: 15px;
  }
}
header .innerHeader .rightH {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  header .innerHeader .rightH .language {
    display: none;
  }
}
header .innerHeader .rightH .language ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
header .innerHeader .rightH .language ul li {
  list-style: none;
  padding: 0px 22px;
  border-right: 2px solid #B1B3B2;
}
header .innerHeader .rightH .language ul li:last-child {
  padding-right: 0;
  border: none;
}
header .innerHeader .rightH .language ul li:first-child {
  padding-left: 0;
}
header .innerHeader .rightH .language ul li a {
  font-size: 18px;
  line-height: 22px;
  -moz-columns: #222722;
       columns: #222722;
  outline: none;
  color: #B1B3B2;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 1200px) {
  header .innerHeader .rightH .language ul li a {
    font-size: 15px;
  }
}
header .innerHeader .rightH .hamburgermenu {
  margin-left: 30px;
}
@media screen and (max-width: 992px) {
  header .innerHeader .rightH .hamburgermenu {
    display: none;
  }
}
header .innerHeader .rightH .hamburgermenu .menu_open {
  display: block;
}
header .innerHeader .rightH .hamburgermenu .menu_close {
  display: none;
}
header .innerHeader .rightH .hamburgermenu.show .menu_open {
  display: none;
}
header .innerHeader .rightH .hamburgermenu.show .menu_close {
  display: block;
}
header .innerHeader .rightH .mobile_hamburgermenu {
  display: none;
}
@media screen and (max-width: 992px) {
  header .innerHeader .rightH .mobile_hamburgermenu {
    display: block;
  }
}
header .submenuWrapper {
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  left: 0;
  top: 101px;
  padding: 40px 0 45px 360px;
  z-index: 7;
  display: none;
}
@media screen and (max-width: 1200px) {
  header .submenuWrapper {
    padding: 40px 0 45px 330px;
  }
}
@media screen and (max-width: 1130px) {
  header .submenuWrapper {
    padding: 40px 0 45px 250px;
  }
}
@media screen and (max-width: 800px) {
  header .submenuWrapper {
    padding: 40px 0 45px 285px;
  }
}
@media screen and (max-width: 992px) {
  header .submenuWrapper {
    display: none !important;
  }
}
header .submenuWrapper .menuwrap {
  display: flex;
}
header .submenuWrapper .menuwrap .nav-column {
  margin-left: 190px;
}
header .submenuWrapper .menuwrap .nav-column:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1600px) {
  header .submenuWrapper .menuwrap .nav-column {
    margin-left: 170px;
  }
}
@media screen and (max-width: 1500px) {
  header .submenuWrapper .menuwrap .nav-column {
    margin-left: 130px;
  }
}
@media screen and (max-width: 1366px) {
  header .submenuWrapper .menuwrap .nav-column {
    margin-left: 110px;
  }
}
@media screen and (max-width: 1280px) {
  header .submenuWrapper .menuwrap .nav-column {
    margin-left: 90px;
  }
}
@media screen and (max-width: 1024px) {
  header .submenuWrapper .menuwrap .nav-column {
    margin-left: 70px;
  }
}
header .submenuWrapper .menuwrap .nav-column h2 {
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  color: #222722;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  header .submenuWrapper .menuwrap .nav-column h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  header .submenuWrapper .menuwrap .nav-column h2 {
    font-size: 15px;
  }
}
header .submenuWrapper .menuwrap .nav-column ul {
  margin: 0;
  padding: 0;
}
header .submenuWrapper .menuwrap .nav-column ul li {
  list-style: none;
  margin-top: 16px;
}
header .submenuWrapper .menuwrap .nav-column ul li:first-child {
  margin-top: 0;
}
header .submenuWrapper .menuwrap .nav-column ul li h4 a {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  header .submenuWrapper .menuwrap .nav-column ul li h4 a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  header .submenuWrapper .menuwrap .nav-column ul li h4 a {
    font-size: 15px;
  }
}
header .submenuWrapper .menuwrap .nav-column ul li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #222722;
}
@media screen and (max-width: 1024px) {
  header .submenuWrapper .menuwrap .nav-column ul li a {
    font-size: 12px;
  }
}

.overlay {
  display: none;
}
@media screen and (max-width: 992px) {
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 8;
  }
}

.mobile_menu {
  width: 375px;
  position: fixed;
  height: 100%;
  top: 0;
  right: -375px;
  background-color: #FFFFFF;
  transition: all 300ms ease-in;
  display: none;
  z-index: 9;
  overflow: auto;
}
@media screen and (max-width: 992px) {
  .mobile_menu {
    display: block;
  }
}
@media screen and (max-width: 360px) {
  .mobile_menu {
    width: 325px;
  }
}
.mobile_menu.toggle {
  right: 0;
  transition: all 300ms ease-in;
}
.mobile_menu .wrap {
  padding: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .mobile_menu .wrap {
    overflow: auto;
  }
}
.mobile_menu .wrap .menu_close {
  text-align: right;
  padding: 0 20px 0 0;
  height: auto;
  margin-top: 29px;
  margin-bottom: 18px;
  width: 100%;
  display: block;
}
.mobile_menu .wrap .language {
  margin: 0px 40px 36px;
}
.mobile_menu .wrap .language ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.mobile_menu .wrap .language ul li {
  list-style: none;
  padding: 0px 22px;
  border-right: 2px solid #B1B3B2;
}
.mobile_menu .wrap .language ul li:last-child {
  padding-right: 0;
  border: none;
}
.mobile_menu .wrap .language ul li:first-child {
  padding-left: 0;
}
.mobile_menu .wrap .language ul li a {
  font-size: 18px;
  line-height: 22px;
  outline: none;
  color: #B1B3B2;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 1200px) {
  .mobile_menu .wrap .language ul li a {
    font-size: 15px;
  }
}
.mobile_menu .wrap .accordion {
  padding: 0px 40px;
  flex-grow: 1;
}
.mobile_menu .wrap .accordion .nav-column h2 {
  font-size: 20px;
  line-height: 29px;
  color: #222722;
  margin-bottom: 24px;
}
.mobile_menu .wrap .accordion .nav-column ul {
  margin: 0;
  padding: 0;
}
.mobile_menu .wrap .accordion .nav-column ul li {
  list-style-type: none;
  margin-bottom: 19px;
  font-size: 14px;
  line-height: 14px;
  color: #222722;
}
.mobile_menu .wrap .accordion .nav-column ul li a {
  color: #222722;
}
.mobile_menu .topF {
  padding: 0px 40px 45px 40px;
}
.mobile_menu .topF ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.mobile_menu .topF ul li {
  list-style: none;
}
.mobile_menu .topF ul li a {
  font-size: 12px;
  line-height: 36px;
  color: #999999;
  position: relative;
}

footer {
  border-top: 1px solid #F1F0EE;
}
footer .innerFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  padding: 33px 0 40px;
}
@media only screen and (max-width: 800px) {
  footer .innerFooter {
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  footer .innerFooter {
    text-align: center;
  }
}
footer .innerFooter .leftF {
  max-width: 60%;
  margin-right: 20px;
}
@media only screen and (max-width: 800px) {
  footer .innerFooter .leftF {
    max-width: none;
    width: 100%;
    margin-right: 0;
  }
}
footer .innerFooter .leftF .topF {
  margin-bottom: 40px;
}
footer .innerFooter .leftF .topF ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  footer .innerFooter .leftF .topF ul {
    justify-content: center;
  }
}
footer .innerFooter .leftF .topF ul li {
  list-style: none;
}
footer .innerFooter .leftF .topF ul li:first-child a::before {
  display: none;
}
footer .innerFooter .leftF .topF ul li a {
  font-size: 15px;
  line-height: 22px;
  color: #3D393B;
  position: relative;
}
@media only screen and (max-width: 992px) {
  footer .innerFooter .leftF .topF ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  footer .innerFooter .leftF .topF ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 360px) {
  footer .innerFooter .leftF .topF ul li a {
    font-size: 11px;
  }
}
footer .innerFooter .leftF .topF ul li a::before {
  content: "I";
  margin: 0 23px;
  color: #B1B3B2;
}
@media only screen and (max-width: 992px) {
  footer .innerFooter .leftF .topF ul li a::before {
    margin: 0 15px;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  footer .innerFooter .leftF .topF ul li a::before {
    margin: 0 9px;
  }
}
@media only screen and (max-width: 640px) {
  footer .innerFooter .leftF .bottomF {
    text-align: center;
  }
}
footer .innerFooter .leftF .bottomF ul {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1240px) {
  footer .innerFooter .leftF .bottomF ul {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  footer .innerFooter .leftF .bottomF ul {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
footer .innerFooter .leftF .bottomF ul li {
  font-weight: 300;
  font-size: 13px;
  line-height: 28px;
  line-height: 200%;
  color: #868484;
  list-style-type: none;
}
@media only screen and (max-width: 1440px) {
  footer .innerFooter .leftF .bottomF ul li {
    font-size: 12px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 640px) {
  footer .innerFooter .leftF .bottomF ul li {
    font-size: 12px;
    font-weight: 400;
  }
}
footer .innerFooter .leftF .bottomF ul li:first-child::before {
  display: none;
}
footer .innerFooter .leftF .bottomF ul li::before {
  content: "I";
  margin: 0 10px;
  color: #B1B3B2;
}
@media only screen and (max-width: 1240px) {
  footer .innerFooter .leftF .bottomF ul li::before {
    display: none;
  }
}
footer .innerFooter .leftF .bottomF p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 13px;
  line-height: 200%;
  color: #868484;
}
@media only screen and (max-width: 992px) {
  footer .innerFooter .leftF .bottomF p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 640px) {
  footer .innerFooter .leftF .bottomF p {
    margin-top: 27px;
    font-size: 10px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 800px) {
  footer .innerFooter .rightF {
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  footer .innerFooter .rightF {
    display: none;
  }
}
footer .innerFooter .rightF .languageF {
  text-align: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
  footer .innerFooter .rightF .languageF {
    text-align: left;
  }
}
footer .innerFooter .rightF .languageF a {
  color: #7F983E;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
footer .innerFooter .rightF .StoreF {
  display: flex;
}
footer .innerFooter .rightF .StoreF a {
  margin-left: 11px;
}
footer .innerFooter .rightF .StoreF a img {
  width: 150px;
}
footer .innerFooter .rightF .StoreF a:first-child {
  margin-left: 0;
}

/*** Totop button ***/
.totop {
  opacity: 0;
  position: fixed;
  right: 30px;
  z-index: 999;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-out;
  width: 60px;
  height: 60px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0px 6px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 640px) {
  .totop {
    width: 40px;
    height: 40px;
  }
}
.totop.show {
  opacity: 1;
  visibility: visible;
}
.totop:hover {
  color: #222722;
}
.totop:focus {
  color: #222722;
}
@media only screen and (max-width: 640px) {
  .totop img {
    width: 15px;
  }
}

.main-wrapper {
  position: relative;
}

.banner_sec {
  width: 100%;
  height: 724px;
  background-image: url(../assets/images/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .banner_sec {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .banner_sec {
    height: 550px;
  }
}
@media screen and (max-width: 640px) {
  .banner_sec {
    height: 900px;
    justify-content: flex-start;
    background-position: bottom;
    background-image: url(../assets/images/mobile_banner.jpg);
  }
}
@media screen and (max-width: 576px) {
  .banner_sec {
    height: 708px;
  }
}
.banner_sec .banneroverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(79, 83, 67, 0.51) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner_sec .banner_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .banner_sec .banner_content {
    margin-top: 174px;
  }
}
.banner_sec .banner_content img {
  width: 160px;
  height: auto;
  margin: 0px auto;
}
@media screen and (max-width: 992px) {
  .banner_sec .banner_content img {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .banner_sec .banner_content img {
    width: 120px;
  }
}
@media screen and (max-width: 640px) {
  .banner_sec .banner_content img {
    width: 75px;
  }
}
.banner_sec .banner_content .site_logo img {
  width: 476px;
  height: auto;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .banner_sec .banner_content .site_logo img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .banner_sec .banner_content .site_logo img {
    width: 340px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .banner_sec .banner_content .site_logo img {
    width: 222px;
    margin-top: 22px;
  }
}
.banner_sec .banner_content h1 {
  font-size: 24px;
  line-height: 36px;
  color: #FBFAF7;
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
}
.banner_sec .banner_content h1 br {
  display: none;
}
@media screen and (max-width: 640px) {
  .banner_sec .banner_content h1 br {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .banner_sec .banner_content h1 {
    font-size: 18px;
    line-height: 27px;
    margin-top: 18px;
  }
}

.about_sec {
  width: 100%;
  background-color: #FFFFFF;
  height: auto;
}
.about_sec .title {
  padding: 200px 0 70px 0;
}
@media screen and (max-width: 1024px) {
  .about_sec .title {
    padding: 120px 0 55px 0;
  }
}
@media screen and (max-width: 640px) {
  .about_sec .title {
    padding: 100px 0 55px 0;
  }
}
.about_sec .title h2 {
  font-size: 50px;
  font-weight: 500;
  color: #222722;
  text-align: center;
  font-family: "Inter", "Noto Sans KR", sans-serif;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .about_sec .title h2 {
    font-size: 26px;
    line-height: 39px;
  }
}
.about_sec .about_img {
  width: 100%;
  height: 1010px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top -100%;
  background-image: url(../assets/images/about.jpg);
}
@media screen and (max-width: 640px) {
  .about_sec .about_img {
    height: 445px;
    background-position: center bottom 30%;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 576px) {
  .about_sec .about_img {
    background-position: center center;
  }
}
@media screen and (max-width: 1500px) {
  .about_sec .about_img {
    background-position: center top -100%;
  }
}
@media screen and (max-width: 640px) {
  .about_sec .about_img {
    height: 445px;
    background-position: center bottom 30%;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 576px) {
  .about_sec .about_img {
    background-image: url(../assets/images/about_mobile.jpg);
    background-position: center center;
  }
}
.about_sec .about_content {
  background-color: #FFFFFF;
  padding-top: 55px;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .about_sec .about_content {
    padding-top: 40px;
    padding-bottom: 16px;
  }
}
.about_sec .about_content h2 {
  font-size: 40px;
  line-height: 56px;
  color: #222722;
  font-family: "Inter", "Noto Sans KR", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .about_sec .about_content h2 {
    font-size: 26px;
  }
}
.about_sec .about_content p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  color: #222722;
  margin-top: 23px;
  margin-bottom: 0;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 640px) {
  .about_sec .about_content p {
    font-size: 14px;
    line-height: 25px;
  }
  .about_sec .about_content p br {
    display: none;
  }
}

.aminity_sec {
  width: 100%;
  height: auto;
  padding: 100px 0px;
}
@media screen and (max-width: 1024px) {
  .aminity_sec {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .aminity_sec {
    padding-top: 100px;
  }
}
.aminity_sec .title {
  text-align: center;
  padding-bottom: 91px;
}
@media screen and (max-width: 640px) {
  .aminity_sec .title {
    padding-bottom: 56px;
  }
}
.aminity_sec .title h3 {
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
  color: #222722;
  font-family: "Inter", "Noto Sans KR", sans-serif;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .aminity_sec .title h3 {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0.1em;
  }
}
.aminity_sec .service_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .aminity_sec .service_wrap {
    display: none;
  }
}
.aminity_sec .service_wrap .service_box {
  width: 100%;
  height: auto;
  padding: 151px 0px;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .aminity_sec .service_wrap .service_box {
    padding: 100px 0 100px 0;
  }
}
.aminity_sec .service_wrap .service_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.aminity_sec .service_wrap .service_box ul li {
  width: 50%;
  height: 272px;
  border: 1px solid #FFFFFF;
  list-style-type: none;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .aminity_sec .service_wrap .service_box ul li {
    height: 250px;
  }
}
.aminity_sec .service_wrap .service_box ul li a {
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 23px;
  line-height: 33px;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  display: block;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.aminity_sec .service_wrap .service_box ul li a:hover, .aminity_sec .service_wrap .service_box ul li a.active {
  background-color: rgba(255, 255, 255, 0.8);
  color: #222722;
}
@media screen and (max-width: 768px) {
  .aminity_sec .service_wrap .service_box ul li a {
    font-size: 26px;
  }
}
.aminity_sec .service_wrap .service_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.aminity_sec .service_wrap .service_image img {
  width: 100%;
  height: 846px;
}
@media screen and (max-width: 768px) {
  .aminity_sec .service_wrap .service_image img {
    height: 800px;
  }
}
.aminity_sec .service_wrap_mobile {
  width: 100%;
  text-align: center;
  display: none;
}
@media screen and (max-width: 640px) {
  .aminity_sec .service_wrap_mobile {
    display: block;
  }
}
.aminity_sec .service_wrap_mobile .service {
  margin-bottom: 50px;
}
.aminity_sec .service_wrap_mobile .service:last-child {
  margin-bottom: 0;
}
.aminity_sec .service_wrap_mobile .service img {
  width: 100%;
  height: auto;
}
.aminity_sec .service_wrap_mobile .service p {
  margin-top: 26px;
  font-size: 24px;
  color: #222722;
  font-family: "Inter", "Noto Sans KR", sans-serif;
  line-height: 25px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .aminity_sec .service_wrap_mobile .service p {
    font-size: 17px;
  }
}

.hotel_sec {
  width: 100%;
  padding: 100px 0px;
}
@media screen and (max-width: 992px) {
  .hotel_sec {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 640px) {
  .hotel_sec {
    padding-bottom: 0;
  }
}
.hotel_sec .title {
  text-align: center;
  padding-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .hotel_sec .title {
    padding-bottom: 40px;
  }
}
.hotel_sec .title h3 {
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 50px;
  color: #222722;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 640px) {
  .hotel_sec .title h3 {
    font-size: 26px;
    line-height: 39px;
  }
}
.hotel_sec .content_wrap {
  width: 100%;
  height: 530px;
  background-image: url(../assets/images/hotel.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .hotel_sec .content_wrap {
    background-position: top right 30%;
  }
}
@media screen and (max-width: 640px) {
  .hotel_sec .content_wrap {
    display: none;
  }
}
.hotel_sec .content_wrap .content {
  text-align: center;
}
.hotel_sec .content_wrap .content img {
  width: 258px;
  height: auto;
  margin: 0px auto;
}
@media screen and (max-width: 1024px) {
  .hotel_sec .content_wrap .content img {
    width: 450px;
  }
}
.hotel_sec .content_wrap .content p {
  margin-top: 20px;
  color: #222722;
  font-weight: 300;
  font-size: 28px;
  line-height: 44px;
}
.hotel_sec .content_wrap .content a {
  margin: 38px auto;
  margin-bottom: 0;
  border: 1px solid #222722;
  color: #222722;
  width: 200px;
  height: 55px;
  font-size: 16px;
  display: block;
  line-height: 52px;
  transition: 0.5s;
}
.hotel_sec .content_wrap .content a:hover {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.hotel_sec .content_wrap_mobile {
  width: 100%;
  height: 1000px;
  display: none;
  background: url(../assets/images/hotel_mobile.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 0 0;
}
@media screen and (max-width: 640px) {
  .hotel_sec .content_wrap_mobile {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .hotel_sec .content_wrap_mobile {
    height: 900px;
    padding: 100px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .hotel_sec .content_wrap_mobile {
    height: 760px;
  }
}
@media screen and (max-width: 411px) {
  .hotel_sec .content_wrap_mobile {
    height: 650px;
  }
}
@media screen and (max-width: 360px) {
  .hotel_sec .content_wrap_mobile {
    height: 580px;
  }
}
.hotel_sec .content_wrap_mobile .content {
  text-align: center;
}
.hotel_sec .content_wrap_mobile .content img {
  width: 258px;
  height: auto;
  margin: 0px auto;
}
.hotel_sec .content_wrap_mobile .content p {
  margin-top: 10px;
  color: #222722;
  font-weight: 300;
  font-size: 28px;
  line-height: 44px;
}
@media screen and (max-width: 480px) {
  .hotel_sec .content_wrap_mobile .content p {
    font-size: 18px;
    line-height: 150%;
  }
}
.hotel_sec .content_wrap_mobile .content a {
  margin: 38px auto;
  margin-bottom: 0;
  border: 1px solid #222722;
  color: #222722;
  width: 200px;
  height: 55px;
  font-size: 16px;
  display: block;
  line-height: 52px;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .hotel_sec .content_wrap_mobile .content a {
    margin: 43px auto;
  }
}
@media screen and (max-width: 480px) {
  .hotel_sec .content_wrap_mobile .content a {
    width: 134px;
    height: 36px;
    font-size: 11px;
    line-height: 32px;
  }
}
.hotel_sec .content_wrap_mobile .content a:hover {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.office_tenants {
  width: 100%;
  height: auto;
  padding: 100px 0px;
}
@media screen and (max-width: 1024px) {
  .office_tenants {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 640px) {
  .office_tenants {
    padding-bottom: 0;
  }
}
.office_tenants .office .title {
  text-align: center;
}
.office_tenants .office .title h3 {
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 0.15em;
  line-height: 70px;
  color: #222722;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 640px) {
  .office_tenants .office .title h3 {
    font-size: 26px;
    line-height: 39px;
  }
}
.office_tenants .office .all_logo {
  width: 100%;
  display: flex;
  justify-content: center;
}
.office_tenants .office .all_logo:last-child {
  margin-bottom: 0;
}
.office_tenants .office .all_logo .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.office_tenants .office .all_logo .wrapper .company_logo {
  height: auto;
  text-align: center;
  flex-basis: 20%;
  padding: 15px;
}
@media screen and (max-width: 1260px) {
  .office_tenants .office .all_logo .wrapper .company_logo {
    flex-basis: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .office_tenants .office .all_logo .wrapper .company_logo {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 992px) {
  .office_tenants .office .all_logo .wrapper .company_logo {
    flex-basis: 30%;
  }
}
.office_tenants .office .all_logo .wrapper .company_logo img {
  width: 100%;
  max-width: 232px;
  height: 190px;
}
@media screen and (max-width: 1180px) {
  .office_tenants .office .all_logo .wrapper .company_logo img {
    width: 180px;
    height: 150px;
  }
}
@media screen and (max-width: 992px) {
  .office_tenants .office .all_logo .wrapper .company_logo img {
    width: 100%;
    height: auto;
  }
}
.office_tenants .office .all_logo .wrapper .company_logo .content {
  padding: 0px 15px 40px;
}
.office_tenants .office .all_logo .wrapper .company_logo .content h5 {
  font-size: 18px;
  color: #3D393B;
  line-height: 18px;
  font-weight: 500;
  font-family: "Noto Sans KR", sans-serif;
}
.office_tenants .office .all_logo .wrapper .company_logo .content p {
  font-size: 16px;
  line-height: 28px;
  color: #868484;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.office_tenants .office .view-button {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .office_tenants .office .view-button {
    margin-top: 24px;
  }
}
.office_tenants .office .view-button a {
  width: 200px;
  height: 55px;
  border: 1px solid #222722;
  font-size: 16px;
  display: block;
  line-height: 52px;
  transition: 0.5s;
  margin: 0px auto;
  text-align: center;
}
.office_tenants .office .view-button a:hover {
  background-color: #222722;
  border: 1px solid #222722;
  color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .office_tenants .office .view-button a {
    width: 134px;
    height: 36px;
    font-size: 11px;
    line-height: 36px;
  }
}
.office_tenants .retail {
  margin-top: 175px;
}
@media screen and (max-width: 640px) {
  .office_tenants .retail {
    margin-top: 82px;
  }
}
.office_tenants .retail .title {
  text-align: center;
}
.office_tenants .retail .title h3 {
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 0.15em;
  line-height: 70px;
  color: #222722;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 640px) {
  .office_tenants .retail .title h3 {
    font-size: 26px;
  }
}
.office_tenants .retail .all_logo {
  width: 100%;
  display: flex;
  justify-content: center;
}
.office_tenants .retail .all_logo:last-child {
  margin-bottom: 0;
}
.office_tenants .retail .all_logo .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.office_tenants .retail .all_logo .wrapper .company_logo {
  height: auto;
  text-align: center;
  flex-basis: 20%;
  padding: 15px;
}
@media screen and (max-width: 1260px) {
  .office_tenants .retail .all_logo .wrapper .company_logo {
    flex-basis: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .office_tenants .retail .all_logo .wrapper .company_logo {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 992px) {
  .office_tenants .retail .all_logo .wrapper .company_logo {
    flex-basis: 30%;
  }
}
.office_tenants .retail .all_logo .wrapper .company_logo img {
  width: 100%;
  max-width: 232px;
  height: 190px;
}
@media screen and (max-width: 1180px) {
  .office_tenants .retail .all_logo .wrapper .company_logo img {
    width: 180px;
    height: 150px;
  }
}
@media screen and (max-width: 992px) {
  .office_tenants .retail .all_logo .wrapper .company_logo img {
    width: 100%;
    height: auto;
  }
}
.office_tenants .retail .all_logo .wrapper .company_logo .content {
  padding: 0px 15px 40px;
}
.office_tenants .retail .all_logo .wrapper .company_logo .content h5 {
  font-size: 18px;
  color: #3D393B;
  line-height: 18px;
  font-weight: 500;
  font-family: "Noto Sans KR", sans-serif;
}
.office_tenants .retail .all_logo .wrapper .company_logo .content p {
  font-size: 16px;
  line-height: 28px;
  color: #868484;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.office_tenants .retail .view-button {
  width: 100%;
  margin-top: 41px;
}
@media screen and (max-width: 640px) {
  .office_tenants .retail .view-button {
    margin-top: 24px;
  }
}
.office_tenants .retail .view-button a {
  width: 200px;
  height: 55px;
  border: 1px solid #222722;
  font-size: 16px;
  display: block;
  line-height: 52px;
  transition: 0.5s;
  margin: 0px auto;
  text-align: center;
}
.office_tenants .retail .view-button a:hover {
  background-color: #222722;
  border: 1px solid #222722;
  color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .office_tenants .retail .view-button a {
    width: 134px;
    height: 36px;
    font-size: 11px;
    line-height: 36px;
  }
}

.shop_sec {
  width: 100%;
  padding: 100px 0px;
}
@media screen and (max-width: 992px) {
  .shop_sec {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 640px) {
  .shop_sec {
    padding-bottom: 0;
  }
}
.shop_sec .title {
  text-align: center;
  padding-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .shop_sec .title {
    padding-bottom: 40px;
  }
}
.shop_sec .title h3 {
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 50px;
  color: #222722;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 640px) {
  .shop_sec .title h3 {
    font-size: 26px;
    line-height: 39px;
  }
}
.shop_sec .shop_banner {
  width: 100%;
  height: 530px;
  background-image: url(../assets/images/shop_banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.shop_sec .shop_banner .banner_content {
  width: 60%;
  max-width: 836px;
  height: 457px;
  margin-top: 73px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 840px) {
  .shop_sec .shop_banner .banner_content {
    width: 70%;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .shop_sec .shop_banner .banner_content {
    width: 90%;
    max-width: none;
  }
}
.shop_sec .shop_banner .banner_content .contect_wrap {
  width: 100%;
  height: auto;
  margin-top: 106px;
  text-align: center;
}
.shop_sec .shop_banner .banner_content .contect_wrap img {
  width: 327px;
  height: auto;
  margin: 0px auto;
}
@media screen and (max-width: 480px) {
  .shop_sec .shop_banner .banner_content .contect_wrap img {
    width: 250px;
  }
}
.shop_sec .shop_banner .banner_content .contect_wrap p {
  margin-top: 26px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 0;
}
.shop_sec .shop_banner .banner_content .contect_wrap a {
  width: 200px;
  height: 55px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  margin: 0px auto;
  margin-top: 35px;
}

.location {
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 164px;
}
@media screen and (max-width: 1024px) {
  .location {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .location {
    margin-top: 100px;
    margin-bottom: 70px;
  }
}
.location .title {
  text-align: center;
  margin-bottom: 51px;
}
@media screen and (max-width: 640px) {
  .location .title {
    margin-bottom: 32px;
  }
}
.location .title h3 {
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
  color: #222722;
  letter-spacing: 0.15em;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 640px) {
  .location .title h3 {
    font-size: 26px;
    line-height: 100%;
  }
}
.location .title p {
  font-size: 20px;
  line-height: 28px;
  color: #222722;
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .location .title p {
    font-size: 15px;
    margin-top: 10px;
  }
}
.location .map {
  width: 100%;
  height: 700px;
  margin-top: 57px;
}
@media screen and (max-width: 768px) {
  .location .map {
    height: 550px;
  }
}
@media screen and (max-width: 640px) {
  .location .map {
    margin-top: 40px;
  }
}
.location .address_wrap {
  margin-top: 49px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 576px) {
  .location .address_wrap {
    margin-top: 25px;
  }
}
.location .address_wrap .address {
  width: 32%;
  text-align: left;
  margin-right: 30px;
}
.location .address_wrap .address:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 992px) {
  .location .address_wrap .address {
    text-align: center;
  }
}
.location .address_wrap .address img {
  width: 40px;
  height: 52px;
}
@media screen and (max-width: 640px) {
  .location .address_wrap .address img {
    width: 28px;
    height: 37px;
  }
}
.location .address_wrap .address b {
  margin-top: 20px;
  color: #222722;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  display: block;
}
@media screen and (max-width: 576px) {
  .location .address_wrap .address b {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .location .address_wrap .address b {
    font-size: 11px;
  }
}
.location .address_wrap .address p {
  font-size: 15px;
  color: #868484;
  line-height: 28px;
  font-weight: 300;
  margin-top: 11px;
  margin-bottom: 0;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 992px) {
  .location .address_wrap .address p {
    display: none;
  }
}

.contact {
  width: 100%;
  height: auto;
  background-image: url(../assets/images/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right -125%;
  background-color: #eeeeee;
  padding: 130px 0 100px 0;
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .contact {
    background-position: center right -50%;
  }
}
@media screen and (max-width: 1180px) {
  .contact {
    background-position: center right -30%;
  }
}
@media screen and (max-width: 1024px) {
  .contact {
    margin-top: 50px;
    background-position: center right 10%;
  }
}
@media screen and (max-width: 992px) {
  .contact {
    background-position: center right 40%;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    background-position: center right 40%;
  }
}
@media screen and (max-width: 640px) {
  .contact {
    background-image: url(../assets/images/contact_mobile.jpg);
    background-position: center;
    padding: 100px 0 100px 0;
  }
}
.contact .title {
  text-align: center;
}
.contact .title h4 {
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
  color: #222722;
  letter-spacing: 0.15em;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 640px) {
  .contact .title h4 {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0.1em;
  }
}
.contact .contact_wrp {
  background-color: #FFFFFF;
  padding: 85px 108px 73px 108px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 53px;
}
@media screen and (max-width: 992px) {
  .contact .contact_wrp {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .contact .contact_wrp {
    padding: 42px 20px;
  }
}
.contact .contact_wrp .cntnt {
  text-align: left;
}
.contact .contact_wrp .cntnt:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .contact .contact_wrp .cntnt {
    margin-bottom: 39px;
  }
}
.contact .contact_wrp .cntnt b {
  font-weight: 500;
  font-size: 18px;
  color: #222722;
  line-height: 18px;
  display: block;
}
@media screen and (max-width: 480px) {
  .contact .contact_wrp .cntnt b {
    font-size: 15px;
  }
}
.contact .contact_wrp .cntnt p {
  line-height: 39px;
  color: #868484;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .contact .contact_wrp .cntnt p {
    font-size: 15px;
    line-height: 20px;
  }
}

.aboutus {
  width: 100%;
  height: auto;
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .aboutus {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .aboutus {
    margin-top: 40px;
  }
}
.aboutus .title {
  text-align: center;
}
.aboutus .title h1 {
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0.15em;
  font-family: "Inter", "Noto Sans KR", sans-serif;
  color: #222722;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .aboutus .title h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media screen and (max-width: 992px) {
  .aboutus .title h1 {
    font-size: 35px;
    line-height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .aboutus .title h1 {
    font-size: 26px;
    line-height: 50px;
  }
}
@media screen and (max-width: 640px) {
  .aboutus .title h1 {
    font-size: 20px;
    line-height: 100%;
  }
}
@media screen and (max-width: 320px) {
  .aboutus .title h1 {
    font-size: 20px;
    line-height: 24px;
  }
}
.aboutus .title p {
  margin-top: 15px;
  font-size: 20px;
  line-height: 28px;
  color: #222722;
}
@media screen and (max-width: 640px) {
  .aboutus .title p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 21px;
  }
}
.aboutus .about1 {
  width: 100%;
  height: auto;
  margin-top: 173px;
}
@media screen and (max-width: 1024px) {
  .aboutus .about1 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .aboutus .about1 {
    margin-top: 50px;
  }
}
.aboutus .about1 .container {
  padding: 0;
}
@media screen and (max-width: 640px) {
  .aboutus .about1 .container {
    padding: 0 15px;
  }
}
.aboutus .about1 .about_img {
  background-image: url(../assets/images/about.jpg);
  width: 100%;
  height: 1010px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top -100%;
}
@media screen and (max-width: 640px) {
  .aboutus .about1 .about_img {
    height: 445px;
    background-position: center bottom 30%;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 576px) {
  .aboutus .about1 .about_img {
    background-position: center center;
  }
}
@media screen and (max-width: 576px) {
  .aboutus .about1 .about_img {
    background-image: url(../assets/images/about_mobile.jpg);
  }
}
.aboutus .about1 .aboutus_content {
  margin-top: 75px;
}
@media screen and (max-width: 640px) {
  .aboutus .about1 .aboutus_content {
    margin-top: 45px;
  }
}
.aboutus .about1 .aboutus_content h4 {
  font-size: 40px;
  letter-spacing: 0.05em;
  color: #222722;
  line-height: 56px;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 640px) {
  .aboutus .about1 .aboutus_content h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .aboutus .about1 .aboutus_content h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
.aboutus .about1 .aboutus_content p {
  margin-top: 23px;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
  color: #222722;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 640px) {
  .aboutus .about1 .aboutus_content p {
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .aboutus .about1 .aboutus_content p br {
    display: none;
  }
}
.aboutus .about2 {
  width: 100%;
  height: auto;
  margin-top: 150px;
}
@media screen and (max-width: 640px) {
  .aboutus .about2 {
    margin-top: 70px;
  }
}
.aboutus .about2 .container {
  padding: 0;
}
@media screen and (max-width: 640px) {
  .aboutus .about2 .container {
    padding: 0 15px;
  }
}
.aboutus .about2 .about_img {
  width: 100%;
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .aboutus .about2 .about_img {
    height: 445px;
    background-position: center left 30%;
  }
}
.aboutus .about2 .aboutus_content {
  margin-top: 75px;
}
@media screen and (max-width: 640px) {
  .aboutus .about2 .aboutus_content {
    margin-top: 45px;
  }
}
.aboutus .about2 .aboutus_content h4 {
  font-size: 40px;
  letter-spacing: 0.05em;
  color: #222722;
  line-height: 56px;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 640px) {
  .aboutus .about2 .aboutus_content h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .aboutus .about2 .aboutus_content h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 360px) {
  .aboutus .about2 .aboutus_content h4 {
    font-size: 18px;
  }
}
.aboutus .about2 .aboutus_content p {
  margin-top: 23px;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
  color: #222722;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 640px) {
  .aboutus .about2 .aboutus_content p {
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .aboutus .about2 .aboutus_content p br {
    display: none;
  }
}

.golden_cross_point {
  width: 100%;
  height: auto;
  margin-top: 150px;
}
@media screen and (max-width: 640px) {
  .golden_cross_point {
    margin-top: 70px;
  }
}
.golden_cross_point .about_img {
  background-image: url(../assets/images/darkbakground.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.golden_cross_point .about_img .content {
  text-align: center;
  padding: 167px 0 130px 0;
}
@media screen and (max-width: 640px) {
  .golden_cross_point .about_img .content {
    padding: 100px 0 70px 0;
  }
}
.golden_cross_point .about_img .content img {
  width: 120px;
  height: 120px;
  margin: 0px auto;
}
.golden_cross_point .about_img .content p {
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  color: #D6B56A;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .golden_cross_point .about_img .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.golden_cross_point .about_img .content p br {
  display: none;
}
@media screen and (max-width: 640px) {
  .golden_cross_point .about_img .content p br {
    display: block;
  }
}
.golden_cross_point .aboutus_content {
  margin-top: 51px;
}
.golden_cross_point .aboutus_content h4 {
  font-size: 40px;
  letter-spacing: 0.05em;
  color: #222722;
  line-height: 56px;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 640px) {
  .golden_cross_point .aboutus_content h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 360px) {
  .golden_cross_point .aboutus_content h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
.golden_cross_point .aboutus_content p {
  margin-top: 23px;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
  color: #222722;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 640px) {
  .golden_cross_point .aboutus_content p {
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .golden_cross_point .aboutus_content p br {
    display: none;
  }
}

.installation_art_sec {
  width: 100%;
  height: auto;
  background-color: #F9F9F9;
  position: relative;
  overflow: hidden;
  margin-top: 190px;
}
@media screen and (max-width: 992px) {
  .installation_art_sec {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .installation_art_sec {
    margin-top: 113px;
    padding: 20px 17px 68px 17px;
  }
}
@media screen and (max-width: 640px) {
  .installation_art_sec {
    margin-top: 70px;
    padding: 20px 4% 68px;
  }
}
.installation_art_sec .section_wrap .pool {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .installation_art_sec .section_wrap .pool {
    flex-direction: column;
  }
}
.installation_art_sec .section_wrap .pool .pool-bg {
  width: 50%;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1280px) {
  .installation_art_sec .section_wrap .pool .pool-bg {
    min-height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .installation_art_sec .section_wrap .pool .pool-bg {
    width: 100%;
  }
}
.installation_art_sec .section_wrap .pool .pool-bg.bg1 {
  background-image: url(../../dist/assets/images/aboutimg1.jpg);
}
.installation_art_sec .section_wrap .pool .pool-bg.bg2 {
  background-image: url(../../dist/assets/images/aboutimg2.jpg);
}
.installation_art_sec .section_wrap .pool .content {
  width: 50%;
  padding: 0 0 95px 70px;
}
@media screen and (max-width: 1366px) {
  .installation_art_sec .section_wrap .pool .content {
    padding: 0 0 50px 70px;
  }
}
@media screen and (max-width: 1280px) {
  .installation_art_sec .section_wrap .pool .content {
    padding: 0 0 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .installation_art_sec .section_wrap .pool .content {
    width: 100%;
    padding: 0;
    margin-top: 63px;
  }
}
@media screen and (max-width: 640px) {
  .installation_art_sec .section_wrap .pool .content {
    margin-top: 30px;
  }
}
.installation_art_sec .section_wrap .pool .content .wrap {
  width: 70%;
}
@media screen and (max-width: 1280px) {
  .installation_art_sec .section_wrap .pool .content .wrap {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .installation_art_sec .section_wrap .pool .content .wrap {
    width: 100%;
  }
}
.installation_art_sec .section_wrap .pool .content .wrap span {
  font-size: 20px;
  color: #7F983E;
  font-family: "Inter", "Noto Sans KR", sans-serif;
  line-height: 28px;
}
@media screen and (max-width: 1366px) {
  .installation_art_sec .section_wrap .pool .content .wrap span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 640px) {
  .installation_art_sec .section_wrap .pool .content .wrap span {
    font-size: 14px;
    line-height: 19px;
  }
}
.installation_art_sec .section_wrap .pool .content .wrap h5 {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 35px;
  line-height: 49px;
  color: #222722;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 1366px) {
  .installation_art_sec .section_wrap .pool .content .wrap h5 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 640px) {
  .installation_art_sec .section_wrap .pool .content .wrap h5 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
  }
}
.installation_art_sec .section_wrap .pool .content .wrap p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #222722;
  margin-top: 35px;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .installation_art_sec .section_wrap .pool .content .wrap p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .installation_art_sec .section_wrap .pool .content .wrap p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .installation_art_sec .section_wrap .pool .content .wrap p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .installation_art_sec .section_wrap .pool .content .wrap p br {
    display: none;
  }
}
.installation_art_sec .section_wrap .pool.pool2 {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .installation_art_sec .section_wrap .pool.pool2 {
    flex-direction: column;
    margin-top: 90px;
  }
}
@media screen and (max-width: 640px) {
  .installation_art_sec .section_wrap .pool.pool2 {
    margin-top: 70px;
  }
}
.installation_art_sec .section_wrap .pool.pool2 .content {
  padding: 0 50px 95px 0;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1366px) {
  .installation_art_sec .section_wrap .pool.pool2 .content {
    padding: 0 50px 50px 0;
  }
}
@media screen and (max-width: 1280px) {
  .installation_art_sec .section_wrap .pool.pool2 .content {
    padding: 0 40px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .installation_art_sec .section_wrap .pool.pool2 .content {
    width: 100%;
    padding: 0;
    margin-top: 63px;
  }
}
@media screen and (max-width: 640px) {
  .installation_art_sec .section_wrap .pool.pool2 .content {
    margin-top: 30px;
  }
}
.installation_art_sec .section_wrap .pool.pool2 .content .wrap {
  width: 68%;
}
@media screen and (max-width: 1280px) {
  .installation_art_sec .section_wrap .pool.pool2 .content .wrap {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .installation_art_sec .section_wrap .pool.pool2 .content .wrap {
    width: 100%;
  }
}

.parking {
  border-top: 1px solid #BEBFBB;
  padding-top: 140px;
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .parking {
    padding-top: 40px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .parking {
    border-top: none;
  }
}
@media screen and (max-width: 640px) {
  .parking {
    padding-top: 0px;
    margin-bottom: 40px;
  }
}
.parking .parking_img {
  width: 100%;
  margin-top: 57px;
}
.parking .parking_img.mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .parking .parking_img.mobile {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .parking .parking_img.desktop {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .parking .parking_img {
    margin-top: 40px;
  }
}
.parking .parking_img .korian {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.parking .parking_img .english {
  width: 100%;
  height: auto;
  margin: 0px auto;
  display: none;
}
.parking .address_wrap {
  margin-top: 58px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .parking .address_wrap {
    flex-direction: column;
    margin-top: 40px;
  }
}
.parking .address_wrap .address {
  width: 32%;
  text-align: left;
  margin-right: 30px;
}
.parking .address_wrap .address:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 640px) {
  .parking .address_wrap .address:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .parking .address_wrap .address {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.parking .address_wrap .address b {
  margin-top: 20px;
  color: #222722;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  display: block;
}
@media screen and (max-width: 640px) {
  .parking .address_wrap .address b {
    margin-top: 0;
  }
}
@media screen and (max-width: 360px) {
  .parking .address_wrap .address b {
    font-size: 11px;
  }
}
.parking .address_wrap .address p {
  font-size: 15px;
  color: #868484;
  line-height: 28px;
  font-weight: 300;
  margin-top: 11px;
  margin-bottom: 0;
  font-family: "Inter", "Noto Sans KR", sans-serif;
  display: block;
}

.about_location {
  margin-top: 268px;
}
@media screen and (max-width: 768px) {
  .about_location {
    margin-top: 51px;
  }
}
@media screen and (max-width: 640px) {
  .about_location {
    margin-top: 70px;
  }
}

.gallery_sec {
  width: 100%;
  height: auto;
  margin-top: 268px;
}
@media screen and (max-width: 640px) {
  .gallery_sec {
    margin-top: 100px;
  }
}
.gallery_sec .title {
  text-align: center;
  width: 100%;
}
.gallery_sec .title h3 {
  margin: 0;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0.05em;
  color: #222722;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 640px) {
  .gallery_sec .title h3 {
    font-size: 26px;
    line-height: 39px;
  }
}
.gallery_sec .title p {
  margin: 0;
  margin-top: 15px;
  color: #222722;
  font-size: 20px;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 640px) {
  .gallery_sec .title p {
    font-size: 15px;
    line-height: 21px;
  }
}
.gallery_sec .mainwrapper {
  width: 100%;
  margin-top: 39px;
}
.gallery_sec .mainwrapper .container {
  padding: 0;
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .gallery_sec .mainwrapper .container {
    padding: 0 16px;
  }
}
.gallery_sec .mainwrapper .gallery_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 20px;
}
@media screen and (max-width: 992px) {
  .gallery_sec .mainwrapper .gallery_row {
    justify-content: center;
  }
}
.gallery_sec .mainwrapper .gallery_row .thumbnail {
  width: 100%;
  max-width: 450px;
  max-height: 400px;
}
@media screen and (max-width: 992px) {
  .gallery_sec .mainwrapper .gallery_row .thumbnail {
    max-width: 355px;
  }
}
@media screen and (max-width: 768px) {
  .gallery_sec .mainwrapper .gallery_row .thumbnail {
    max-width: 100%;
  }
}
.gallery_sec .mainwrapper .gallery_row .thumbnail:hover img {
  opacity: 0.8;
}
.gallery_sec .mainwrapper .gallery_row .thumbnail img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 1;
  transition: all 300ms linear;
}

.gallery_image .modal-dialog {
  max-width: 1000px;
  height: auto;
  width: 100%;
  margin: 0px auto;
}
@media screen and (max-width: 1600px) {
  .gallery_image .modal-dialog {
    max-width: 800px;
  }
}
@media screen and (max-width: 800px) {
  .gallery_image .modal-dialog {
    width: 90%;
  }
}
.gallery_image .modal-dialog .modal-content {
  background-color: transparent;
  border: 0;
}
.gallery_image .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.gallery_image .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  z-index: 9;
  right: 0;
  opacity: 1;
}
.gallery_image .modal-dialog .modal-content .modal-body .close img {
  width: 68px;
  height: 68px;
}
@media screen and (max-width: 768px) {
  .gallery_image .modal-dialog .modal-content .modal-body .close img {
    width: 36px;
    height: 36px;
  }
}
.gallery_image .modal-dialog .modal-content .modal-body .glry_img img {
  width: 100%;
  height: auto;
  margin: 0px auto;
}

.aboutus.leaseInfo {
  width: 100%;
  height: auto;
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .aboutus.leaseInfo {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .aboutus.leaseInfo {
    margin-top: 40px;
  }
}
.aboutus.leaseInfo .lease-info-banner {
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .aboutus.leaseInfo .lease-info-banner {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 640px) {
  .aboutus.leaseInfo .lease-info-banner {
    margin-top: 50px;
  }
}
.aboutus.leaseInfo .lease-info-banner .lease-info-img {
  background-image: url(../assets/images/lease-1.jpg);
  width: 100%;
  height: 1010px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top -100%;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .aboutus.leaseInfo .lease-info-banner .lease-info-img {
    height: 445px;
    background-position: center bottom 30%;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 576px) {
  .aboutus.leaseInfo .lease-info-banner .lease-info-img {
    background-position: center center;
  }
}
@media only screen and (max-width: 640px) {
  .aboutus.leaseInfo .lease-info-banner .lease-info-img {
    height: 445px;
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 768px) {
  .aboutus.leaseInfo .lease-info-banner .xl_screen {
    display: none;
  }
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 114px;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left {
  position: relative;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left img {
  height: 1165px;
  width: auto;
}
@media only screen and (max-width: 1164px) {
  .aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left img {
    height: 900px;
  }
}
@media only screen and (max-width: 940px) {
  .aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left img {
    height: 700px;
  }
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left .floorClickBtn {
  display: inline-block;
  z-index: 2;
  position: absolute;
  max-width: 100%;
  cursor: pointer;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left .floorClickBtn .floor_modal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 119px;
  height: 27px;
  font-size: 12px;
  background-color: #FFFFFF;
  color: #868484;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 27px;
  display: none;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left .floorClickBtn .floor_modal.active {
  display: block;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left .floorClickBtn.floor1 {
  right: 75px;
  width: 264px;
  height: 217px;
  top: 470px;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left .floorClickBtn.floor1:hover .floor_img {
  display: block;
}
@media only screen and (max-width: 1164px) {
  .aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left .floorClickBtn.floor1 {
    right: 56px;
    width: 207px;
    height: 164px;
    top: 365px;
  }
}
@media only screen and (max-width: 940px) {
  .aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left .floorClickBtn.floor1 {
    right: 44px;
    width: 160px;
    height: 129px;
    top: 283px;
  }
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left .floorClickBtn.floor2 {
  right: 75px;
  width: 265px;
  height: 269px;
  bottom: 181px;
}
@media only screen and (max-width: 1164px) {
  .aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left .floorClickBtn.floor2 {
    right: 56px;
    width: 207px;
    height: 207px;
    bottom: 140px;
  }
}
@media only screen and (max-width: 940px) {
  .aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left .floorClickBtn.floor2 {
    right: 44px;
    width: 160px;
    height: 160px;
    bottom: 109px;
  }
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left .floor_img {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left .floor_img.active {
  display: block;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left .floor_img img {
  max-width: 100%;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left .floor_img.floor_img_1 {
  right: 0;
  top: 0;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-left .floor_img.floor_img_2 {
  left: 0;
  bottom: 0;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-right {
  position: relative;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-right img {
  height: 1165px;
  width: auto;
}
@media only screen and (max-width: 1164px) {
  .aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-right img {
    height: 900px;
  }
}
@media only screen and (max-width: 940px) {
  .aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-right img {
    height: 700px;
  }
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-right .floorClickBtn {
  display: inline-block;
  z-index: 2;
  position: absolute;
  max-width: 100%;
  cursor: pointer;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-right .floorClickBtn .floor_modal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 119px;
  height: 27px;
  font-size: 12px;
  background-color: #FFFFFF;
  color: #868484;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  line-height: 27px;
  transform: translate(-50%, -50%);
  display: none;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-right .floorClickBtn .floor_modal.active {
  display: block;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-right .floorClickBtn.floor3 {
  left: 13px;
  width: 276px;
  height: 460px;
  top: 120px;
}
@media only screen and (max-width: 1164px) {
  .aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-right .floorClickBtn.floor3 {
    left: 10px;
    width: 212px;
    height: 355px;
    top: 92px;
  }
}
@media only screen and (max-width: 940px) {
  .aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-right .floorClickBtn.floor3 {
    left: 8px;
    width: 165px;
    height: 274px;
    top: 73px;
  }
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-right .floorClickBtn.floor4 {
  left: 13px;
  width: 276px;
  height: 405px;
  bottom: 153px;
}
@media only screen and (max-width: 1164px) {
  .aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-right .floorClickBtn.floor4 {
    left: 10px;
    width: 212px;
    height: 311px;
    bottom: 119px;
  }
}
@media only screen and (max-width: 940px) {
  .aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-right .floorClickBtn.floor4 {
    left: 8px;
    width: 165px;
    height: 241px;
    bottom: 93px;
  }
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-right .floor_img {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-right .floor_img.active {
  display: block;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-right .floor_img img {
  max-width: 100%;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-right .floor_img.floor_img_3 {
  left: 0;
  top: 0;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .floorMain .building-right .floor_img.floor_img_4 {
  left: 0;
  bottom: 0;
}
.aboutus.leaseInfo .lease-info-banner .xl_screen .black_divdr {
  width: 100%;
  height: 67px;
  background-color: #222722;
  margin-top: -1px;
}
.aboutus.leaseInfo .lease-info-banner .sm-screen {
  display: none;
  text-align: center;
  margin-top: 59px;
}
.aboutus.leaseInfo .lease-info-banner .sm-screen .title {
  padding-bottom: 28px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .aboutus.leaseInfo .lease-info-banner .sm-screen {
    display: block;
  }
}
.aboutus.leaseInfo .lease-info-banner .view_button {
  width: 100%;
  text-align: center;
  margin-top: 53px;
  display: flex;
  justify-content: center;
}
.aboutus.leaseInfo .lease-info-banner .view_button a {
  width: 200px;
  height: 55px;
  outline: none;
  border: 1px solid #222722;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 17px;
  color: #222722;
}
.aboutus.leaseInfo .availability-lease {
  margin-top: 155px;
}
@media only screen and (max-width: 640px) {
  .aboutus.leaseInfo .availability-lease {
    margin-top: 100px;
  }
}
.aboutus.leaseInfo .availability-lease .title-left h3 {
  font-family: "Inter", "Noto Sans KR", sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0.05em;
  color: #222722;
}
@media only screen and (max-width: 640px) {
  .aboutus.leaseInfo .availability-lease .title-left h3 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.1em;
  }
}
.aboutus.leaseInfo .availability-lease .avail-tabs {
  margin-top: 50px;
  position: relative;
}
.aboutus.leaseInfo .availability-lease .avail-tabs .downPdf {
  position: absolute;
  right: 0;
  top: -15px;
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #222722;
  border: 1px solid #222722;
  width: 200px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .aboutus.leaseInfo .availability-lease .avail-tabs .downPdf {
    position: relative;
    top: 30px;
  }
}
.aboutus.leaseInfo .availability-lease .avail-tabs .nav-tabs {
  border: none;
}
.aboutus.leaseInfo .availability-lease .avail-tabs .nav-tabs .nav-item {
  margin-bottom: 0;
  margin-left: 35px;
  list-style-type: none;
}
.aboutus.leaseInfo .availability-lease .avail-tabs .nav-tabs .nav-item:first-child {
  margin-left: 0;
}
.aboutus.leaseInfo .availability-lease .avail-tabs .nav-tabs .nav-item .nav-link {
  color: #B1B3B2;
  border: none;
  border-radius: 0;
  padding: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.aboutus.leaseInfo .availability-lease .avail-tabs .nav-tabs .nav-item .nav-link span {
  width: 8px;
  height: 8px;
  background: #B1B3B2;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}
.aboutus.leaseInfo .availability-lease .avail-tabs .nav-tabs .nav-item .nav-link.active {
  color: #222722;
}
.aboutus.leaseInfo .availability-lease .avail-tabs .nav-tabs .nav-item .nav-link.active span {
  background: #222722;
}
@media only screen and (max-width: 640px) {
  .aboutus.leaseInfo .availability-lease .avail-tabs .nav-tabs .nav-item .nav-link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .aboutus.leaseInfo .availability-lease .avail-tabs .nav-tabs .nav-item .nav-link {
    font-size: 12px;
  }
}
.aboutus.leaseInfo .availability-lease .avail-tabs .tab-content {
  border: 1px solid #BEBFBB;
  padding: 50px;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .aboutus.leaseInfo .availability-lease .avail-tabs .tab-content {
    margin-top: 55px;
    padding: 0px 15px 41px 15px;
  }
}
.aboutus.leaseInfo .availability-lease .avail-tabs .tab-content .imgboxHolder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .aboutus.leaseInfo .availability-lease .avail-tabs .tab-content .imgboxHolder {
    flex-direction: column;
  }
}
.aboutus.leaseInfo .availability-lease .avail-tabs .tab-content .imgboxHolder .box1 {
  flex: 1 1 auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .aboutus.leaseInfo .availability-lease .avail-tabs .tab-content .imgboxHolder .box1 {
    margin-top: 38px;
  }
}
.aboutus.leaseInfo .availability-lease .avail-tabs .tab-content .imgboxHolder .box1 img {
  width: 100%;
}
.aboutus.leaseInfo .availability-lease .avail-tabs .tab-content .imgboxHolder .box1 p {
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #B1B3B2;
  margin-top: 15px;
}

.info-type-wrap {
  margin-top: 152px;
}
@media only screen and (max-width: 840px) {
  .info-type-wrap {
    margin-top: 110px;
  }
}
.info-type-wrap .info-type-img .desktop {
  width: 100%;
}
@media only screen and (max-width: 840px) {
  .info-type-wrap .info-type-img .desktop {
    display: none;
  }
}
.info-type-wrap .info-type-img .mobile {
  width: 100%;
  display: none;
}
@media only screen and (max-width: 840px) {
  .info-type-wrap .info-type-img .mobile {
    display: block;
  }
}
.info-type-wrap .info-type-contents {
  padding: 70px 0 92px;
}
@media only screen and (max-width: 640px) {
  .info-type-wrap .info-type-contents {
    padding: 50px 0 70px;
  }
}
.info-type-wrap .info-type-contents .title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .info-type-wrap .info-type-contents .title {
    margin-bottom: 0;
  }
}
.info-type-wrap .info-type-contents .title h3 {
  font-weight: normal;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0.05em;
  color: #222722;
}
@media only screen and (max-width: 640px) {
  .info-type-wrap .info-type-contents .title h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.info-type-wrap .info-type-contents .info-box-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 45px;
}
@media only screen and (max-width: 992px) {
  .info-type-wrap .info-type-contents .info-box-wrap {
    margin-top: 0px;
  }
}
.info-type-wrap .info-type-contents .info-box-wrap:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .info-type-wrap .info-type-contents .info-box-wrap {
    flex-direction: column;
  }
}
.info-type-wrap .info-type-contents .info-box-wrap .info-small-box {
  flex: 1 1 auto;
  width: 25%;
}
@media only screen and (max-width: 992px) {
  .info-type-wrap .info-type-contents .info-box-wrap .info-small-box {
    width: 50%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .info-type-wrap .info-type-contents .info-box-wrap .info-small-box {
    width: 100%;
    margin-top: 30px;
  }
}
.info-type-wrap .info-type-contents .info-box-wrap .info-small-box h4 {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #222722;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  .info-type-wrap .info-type-contents .info-box-wrap .info-small-box h4 {
    margin-bottom: 10px;
  }
}
.info-type-wrap .info-type-contents .info-box-wrap .info-small-box p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #868484;
  margin-bottom: 0;
}
.info-type-wrap .info-type-contents .info-box-wrap .info-small-box p.fitness_guide_class {
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .info-type-wrap .info-type-contents .info-box-wrap .info-small-box p {
    font-size: 16px;
    line-height: 150%;
  }
}
.info-type-wrap .buling-info-rounds {
  background: #F1F0EE;
  margin-top: 0px;
}
@media screen and (max-width: 992px) {
  .info-type-wrap .buling-info-rounds {
    margin-top: 0px;
  }
}
.info-type-wrap .buling-info-rounds .list {
  width: 100%;
  padding: 95px 0;
}
@media only screen and (max-width: 640px) {
  .info-type-wrap .buling-info-rounds .list {
    padding: 40px 0 20px;
  }
}
.info-type-wrap .buling-info-rounds .list ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .info-type-wrap .buling-info-rounds .list ul {
    flex-wrap: wrap;
  }
}
.info-type-wrap .buling-info-rounds .list ul li {
  list-style-type: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .info-type-wrap .buling-info-rounds .list ul li {
    width: 33.33%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 375px) {
  .info-type-wrap .buling-info-rounds .list ul li {
    width: 33.33%;
    margin-bottom: 20px;
  }
}
.info-type-wrap .buling-info-rounds .list ul li img {
  width: 88px;
  height: 88px;
}
@media screen and (max-width: 375px) {
  .info-type-wrap .buling-info-rounds .list ul li img {
    width: 65px;
    height: 65px;
  }
}
.info-type-wrap .buling-info-rounds .list ul li p {
  color: #222722;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 375px) {
  .info-type-wrap .buling-info-rounds .list ul li p {
    font-size: 12px;
  }
}

.lease-inquiry {
  margin: 150px 0;
}
@media screen and (max-width: 1024px) {
  .lease-inquiry {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .lease-inquiry {
    margin: 70px 0;
  }
}
.lease-inquiry .title {
  text-align: center;
}
.lease-inquiry .title h3 {
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0.15em;
  color: #3D393B;
  margin-bottom: 0px;
}
@media only screen and (max-width: 640px) {
  .lease-inquiry .title h3 {
    font-size: 26px;
    line-height: 100%;
  }
}
.lease-inquiry .title p {
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 640px) {
  .lease-inquiry .title p {
    font-size: 15px;
    margin-top: 10px;
  }
}
.lease-inquiry .inquiry_wrap {
  width: 100%;
  margin-top: 69px;
}
@media only screen and (max-width: 640px) {
  .lease-inquiry .inquiry_wrap {
    margin-top: 66px;
  }
}
.lease-inquiry .inquiry_wrap .head h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #3D393B;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .lease-inquiry .inquiry_wrap .head h4 {
    font-size: 16px;
    line-height: 100%;
  }
}
.lease-inquiry .inquiry_wrap .lease-contract-box {
  border: 1px solid #BEBFBB;
  height: 230px;
  overflow-y: auto;
  padding: 14px;
  overflow-x: hidden;
}
.lease-inquiry .inquiry_wrap .lease-contract-box.privacy_sec {
  margin-top: 0;
}
.lease-inquiry .form_wrap {
  width: 100%;
  margin-top: 43px;
  margin-bottom: 19px;
}
@media only screen and (max-width: 640px) {
  .lease-inquiry .form_wrap {
    margin-top: 11px;
  }
}
.lease-inquiry .form_wrap .allform {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.lease-inquiry .form_wrap .allform .left {
  width: 48%;
  margin-right: 42px;
  position: relative;
}
.lease-inquiry .form_wrap .allform .left:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .lease-inquiry .form_wrap .allform .left {
    width: 47%;
  }
}
@media only screen and (max-width: 992px) {
  .lease-inquiry .form_wrap .allform .left {
    width: 100%;
    margin-right: 0;
  }
}
.lease-inquiry .form_wrap .allform .left .form1 {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .lease-inquiry .form_wrap .allform .left .form1 {
    margin-top: 20px;
  }
}
.lease-inquiry .form_wrap .allform .left .form1 label {
  width: 10%;
  font-size: 16px;
  line-height: 24px;
  color: #222722;
  min-width: 56px;
  margin-right: 35px;
  font-family: "Noto Sans KR", sans-serif;
}
@media only screen and (max-width: 992px) {
  .lease-inquiry .form_wrap .allform .left .form1 label {
    width: 100%;
    display: block;
    margin-bottom: 0px;
  }
}
.lease-inquiry .form_wrap .allform .left .form1 input {
  width: calc(100% - 100px);
  max-width: 500px;
  height: 45px;
  border: 1px solid #B1B3B2;
  padding: 0px 18px;
  color: #222722;
}
@media only screen and (max-width: 992px) {
  .lease-inquiry .form_wrap .allform .left .form1 input {
    width: 100%;
    max-width: initial;
  }
}
.lease-inquiry .form_wrap .msg_box {
  width: 100%;
  margin-top: 40px;
}
.lease-inquiry .form_wrap .msg_box .form1 {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.lease-inquiry .form_wrap .msg_box .form1 .ckeck_box_row {
  width: calc(100% - 100px);
}
@media only screen and (max-width: 992px) {
  .lease-inquiry .form_wrap .msg_box .form1 .ckeck_box_row {
    width: 100%;
  }
}
.lease-inquiry .form_wrap .msg_box .form1 .ckeck_box_row label {
  width: 5%;
  font-size: 16px;
  line-height: 24px;
  color: #222722;
  margin-right: 35px;
}
@media only screen and (max-width: 992px) {
  .lease-inquiry .form_wrap .msg_box .form1 .ckeck_box_row label {
    width: 100%;
    display: block;
    margin-bottom: 0px;
  }
}
.lease-inquiry .form_wrap .msg_box .form1 .ckeck_box_row textarea {
  width: 100%;
  max-width: 1121px;
  height: 264px;
  border: 1px solid #B1B3B2;
  padding: 15px 18px;
  color: #222722;
  resize: none;
}
.lease-inquiry .form_wrap .msg_box .form1 .ckeck_box_row textarea ::-moz-placeholder {
  color: #B1B3B2;
}
.lease-inquiry .form_wrap .msg_box .form1 .ckeck_box_row textarea ::placeholder {
  color: #B1B3B2;
}
.lease-inquiry .form_wrap .msg_box .form1 .ckeck_box_row .check-box-wrap {
  margin-top: 20px;
}
.lease-inquiry .form_wrap .msg_box .form1 .ckeck_box_row .check-box-wrap .custom-control-label {
  font-size: 13px;
  line-height: 19px;
  margin-left: 7px;
  color: #3D393B;
  width: 100%;
}
.lease-inquiry .form_wrap .msg_box .form1 .ckeck_box_row .check-box-wrap .custom-control-label::before {
  background-color: transparent;
  border: 1px solid #3D393B;
  border-radius: 2px;
  top: 3px;
  box-shadow: none;
  width: 16px;
  height: 16px;
}
.lease-inquiry .form_wrap .msg_box .form1 .ckeck_box_row .check-box-wrap .custom-control-label::after {
  top: 3px;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  background: url(../assets/images/check-tick.svg) no-repeat center center !important;
}
.lease-inquiry .form_wrap .msg_box .form1 .ckeck_box_row .check-box-wrap .custom-control-label a {
  color: #3D393B;
  text-decoration: underline;
}
.lease-inquiry .form_wrap .msg_box .form1 .ckeck_box_row .check-box-wrap .custom-control-label a:hover {
  color: #3D393B;
}
.lease-inquiry .form_wrap .msg_box .form1 .ckeck_box_row .check-box-wrap .error {
  left: 28px;
  bottom: -32px;
  margin-top: 0px;
}
.lease-inquiry .form_wrap .msg_box .form1 .ckeck_box_row .error {
  bottom: auto !important;
  left: auto !important;
  margin-left: 7px;
  margin-top: 0px;
}
.lease-inquiry .form_wrap .button_wrap {
  width: 100%;
  margin-top: 58px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .lease-inquiry .form_wrap .button_wrap {
    margin-top: 20px;
  }
}
.lease-inquiry .form_wrap .button_wrap .btn {
  width: 200px;
  height: 60px;
  border-radius: 0px;
  outline: none;
  border: 1px solid #222722;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 17px;
  color: #222722;
}
@media only screen and (max-width: 640px) {
  .lease-inquiry .form_wrap .button_wrap .btn {
    width: 100%;
  }
}
.lease-inquiry .form_wrap .successMsg {
  width: 100%;
  margin-top: 5px;
  color: #2A9642;
  font-size: 14px;
  text-align: center;
  display: none;
}

.lease-inquiry .inquiry_wrap .lease-contract-box::-webkit-scrollbar {
  -webkit-appearance: none;
}

.lease-inquiry .inquiry_wrap .lease-contract-box::-webkit-scrollbar:vertical {
  width: 7px;
}

.lease-inquiry .inquiry_wrap .lease-contract-box::-webkit-scrollbar:horizontal {
  height: 98px;
}

.lease-inquiry .inquiry_wrap .lease-contract-box::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 2px solid #FFFFFF; /* should match background, can't be transparent */
  background-color: #B1B3B2;
}

.lease-inquiry .check-box-wrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #222722 !important;
}

.lease-inquiry .form_wrap .msg_box .form1 .ckeck_box_row .check-box-wrap .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #222722 !important;
}

.floorplan_modal {
  width: 90%;
  margin: 0 auto;
  height: auto;
}
.floorplan_modal .modal-dialog {
  max-width: 1000px;
}
.floorplan_modal .modal-dialog .modal-content {
  border-radius: 20px;
  border: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.floorplan_modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0px;
  padding: 51px 56px 27px;
}
@media only screen and (max-width: 768px) {
  .floorplan_modal .modal-dialog .modal-content .modal-header {
    padding: 20px;
  }
}
.floorplan_modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .floorplan_modal .modal-dialog .modal-content .modal-header .close {
    padding: 20px;
  }
}
.floorplan_modal .modal-dialog .modal-content .modal-header .close img {
  width: 31px;
  height: 31px;
}
.floorplan_modal .modal-dialog .modal-content .modal-body {
  padding: 0px 114px 84px;
}
@media only screen and (max-width: 768px) {
  .floorplan_modal .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
}
.floorplan_modal .modal-dialog .modal-content .modal-body .floorplan {
  width: 100%;
  text-align: center;
}
.floorplan_modal .modal-dialog .modal-content .modal-body .floorplan h4 {
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #222722;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .floorplan_modal .modal-dialog .modal-content .modal-body .floorplan h4 {
    font-size: 20px;
  }
}
.floorplan_modal .modal-dialog .modal-content .modal-body .floorplan img {
  width: 100%;
  margin-top: 55px;
}

.privacy_sec {
  width: 100%;
  margin-top: 143px;
}
@media screen and (max-width: 1024px) {
  .privacy_sec {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .privacy_sec {
    margin-top: 40px;
  }
}
.privacy_sec.terms {
  margin-top: 240px;
}
@media screen and (max-width: 1024px) {
  .privacy_sec.terms {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .privacy_sec.terms {
    margin-top: 70px;
  }
}
.privacy_sec.email {
  margin-top: 240px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .privacy_sec.email {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .privacy_sec.email {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}
.privacy_sec .title {
  text-align: center;
}
.privacy_sec .title h1 {
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
  color: #222722;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .privacy_sec .title h1 {
    font-size: 26px;
    line-height: 39px;
  }
}
.privacy_sec .title p {
  margin-top: 23px;
  font-size: 20px;
  color: #222722;
  line-height: 28px;
}
@media screen and (max-width: 640px) {
  .privacy_sec .title p {
    font-size: 15px;
    line-height: 21px;
  }
}
.privacy_sec .privacy_wrap {
  margin-top: 84px;
  padding-bottom: 40px;
  border-top: 1px solid #868484;
  border-bottom: 1px solid #868484;
}
@media screen and (max-width: 992px) {
  .privacy_sec .privacy_wrap {
    margin-top: 70px;
  }
}
.privacy_sec .privacy_wrap .content {
  margin-top: 44px;
}
.privacy_sec .privacy_wrap .content .head {
  margin-bottom: 30px;
}
.privacy_sec .privacy_wrap .content .content_group {
  margin-bottom: 30px;
}
.privacy_sec .privacy_wrap .content .inner_content {
  margin-top: 20px;
}
.privacy_sec .privacy_wrap .content .innerblock {
  margin-left: 20px;
}
.privacy_sec .privacy_wrap .content .innerblock > p {
  margin-bottom: 0;
}
.privacy_sec .privacy_wrap .content p {
  font-size: 14px;
  line-height: 25px;
  color: #868484;
}
@media screen and (max-width: 640px) {
  .privacy_sec .privacy_wrap .content p {
    font-size: 12px;
    line-height: 21px;
  }
}
.privacy_sec .privacy_wrap .content p .number {
  color: #868484;
  border: solid 1px #868484;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  margin-right: 0;
}
.privacy_sec .privacy_wrap .content p .mainicon {
  font-size: 20px;
  font-weight: 200;
}
@media screen and (max-width: 640px) {
  .privacy_sec .privacy_wrap .content p .mainicon {
    font-size: 15px;
  }
}
.privacy_sec .privacy_wrap .content p .icon {
  font-size: 18px;
  font-weight: 200;
}
@media screen and (max-width: 640px) {
  .privacy_sec .privacy_wrap .content p .icon {
    font-size: 12px;
  }
}
.privacy_sec .privacy_wrap .content p span {
  font-size: 14px;
  line-height: 25px;
}
.privacy_sec .privacy_wrap .content .parent {
  margin-bottom: 0px;
}
.privacy_sec .privacy_wrap .content .child_para {
  margin-left: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .privacy_sec .privacy_wrap .content .child_para {
    margin-left: 0px;
  }
}
.privacy_sec .privacy_wrap .content h5 {
  font-size: 20px;
  color: #222722;
  line-height: 36px;
}
@media screen and (max-width: 640px) {
  .privacy_sec .privacy_wrap .content h5 {
    font-size: 18px;
    line-height: 34px;
  }
}
.privacy_sec .privacy_wrap .content .item_list {
  margin: 20px auto;
  margin-bottom: 30px;
}
.privacy_sec .privacy_wrap .content .item_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
.privacy_sec .privacy_wrap .content .item_list ul.last_list li {
  border-top: 0;
}
.privacy_sec .privacy_wrap .content .item_list ul li {
  padding: 12px 14px;
  border: 1px solid #868484;
  list-style-type: none;
  min-height: 47px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .privacy_sec .privacy_wrap .content .item_list ul li {
    min-height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .privacy_sec .privacy_wrap .content .item_list ul li {
    min-height: 90px;
  }
}
@media screen and (max-width: 640px) {
  .privacy_sec .privacy_wrap .content .item_list ul li {
    padding: 12px 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 440px) {
  .privacy_sec .privacy_wrap .content .item_list ul li {
    min-height: 90px;
  }
}
@media screen and (max-width: 320px) {
  .privacy_sec .privacy_wrap .content .item_list ul li {
    min-height: 120px;
  }
}
.privacy_sec .privacy_wrap .content .item_list ul li:first-child {
  justify-content: center;
  color: #222722;
  border-right: 0;
  width: 200px;
  min-width: 200px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .privacy_sec .privacy_wrap .content .item_list ul li:first-child {
    width: 110px;
    min-width: 110px;
  }
}
@media screen and (max-width: 360px) {
  .privacy_sec .privacy_wrap .content .item_list ul li:first-child {
    width: 80px;
    min-width: 80px;
  }
}
.privacy_sec .privacy_wrap .content .item_list ul li:nth-child(2) {
  color: #868484;
  padding: 12px 34px;
}
@media screen and (max-width: 992px) {
  .privacy_sec .privacy_wrap .content .item_list ul li:nth-child(2) {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 480px) {
  .privacy_sec .privacy_wrap .content .item_list ul li:nth-child(2) {
    padding: 12px;
  }
}

.list_group {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .list_group {
    flex-direction: column;
    width: 100%;
  }
}
.list_group .item_list {
  width: 100%;
  margin-left: 110px !important;
}
@media screen and (max-width: 992px) {
  .list_group .item_list {
    margin-left: 55px !important;
  }
}
@media screen and (max-width: 870px) {
  .list_group .item_list {
    margin-left: 0px !important;
    width: 100%;
  }
}
.list_group .item_list h5 {
  margin-bottom: 20px !important;
}
.list_group .item_list:first-child {
  margin-left: 0px !important;
}
.list_group .item_list ul li {
  text-align: center;
  min-height: 55px !important;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 15px;
}
.list_group .item_list ul li:first-child {
  min-width: 185px !important;
  width: 185px !important;
}
@media screen and (max-width: 480px) {
  .list_group .item_list ul li:first-child {
    min-width: 130px !important;
    width: 130px !important;
  }
}

.aboutus.floorPlan {
  width: 100%;
  height: auto;
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .aboutus.floorPlan {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .aboutus.floorPlan {
    margin-top: 40px;
  }
}
.aboutus.floorPlan .floorPlanBanner {
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .aboutus.floorPlan .floorPlanBanner {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 640px) {
  .aboutus.floorPlan .floorPlanBanner {
    margin-top: 50px;
  }
}
.aboutus.floorPlan .floorPlanBanner .floor-plan-img {
  width: 100%;
  height: 1010px;
  background-image: url(../assets/images/floor-plan-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
@media only screen and (max-width: 640px) {
  .aboutus.floorPlan .floorPlanBanner .floor-plan-img {
    height: 445px;
    background-attachment: scroll;
  }
}
.aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap {
  margin-top: 139px;
}
@media only screen and (max-width: 768px) {
  .aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap {
    margin-top: 70px;
  }
}
.aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap:last-child {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap:last-child {
    margin-bottom: 80px;
  }
}
.aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap .title h2 {
  font-family: "Inter", "Noto Sans KR", sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 0.05em;
  color: #222722;
}
@media only screen and (max-width: 768px) {
  .aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap .title h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap .title p {
  font-family: "Inter", "Noto Sans KR", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #222722;
  margin-top: 23px;
}
@media only screen and (max-width: 768px) {
  .aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap .title p {
    font-size: 15px;
    line-height: 21px;
  }
}
.aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap .floor-plan-img-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 69px;
}
@media only screen and (max-width: 768px) {
  .aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap .floor-plan-img-row {
    flex-direction: column;
  }
}
.aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap .floor-plan-img-row .floorP {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
.aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap .floor-plan-img-row .floorP:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap .floor-plan-img-row .floorP {
    flex-direction: column-reverse;
    margin-top: 40px;
    margin-left: 0;
  }
  .aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap .floor-plan-img-row .floorP:first-child {
    margin-top: 0;
  }
}
.aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap .floor-plan-img-row .floorP h3 {
  font-family: "Inter", "Noto Sans KR", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap .floor-plan-img-row .floorP h3 {
    text-align: center;
    color: #B1B3B2;
    font-size: 13px;
    line-height: 13px;
  }
}
.aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap .floor-plan-img-row .floorP figure {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap .floor-plan-img-row .floorP figure {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.aboutus.floorPlan .floorPlanBanner .floor-plan-inner-wrap .floor-plan-img-row .floorP figure img {
  width: 100%;
}

.amenitservice {
  margin-top: 173px;
}
@media screen and (max-width: 1024px) {
  .amenitservice {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .amenitservice {
    margin-top: 40px;
  }
}
.amenitservice .about1 {
  margin-top: 134px;
}
@media screen and (max-width: 1024px) {
  .amenitservice .about1 {
    margin-top: 90px;
  }
}
@media screen and (max-width: 640px) {
  .amenitservice .about1 {
    margin-top: 50px;
  }
}
.amenitservice .about1 .about_img {
  width: 100%;
  height: 1010px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top -100%;
  background-image: url(../assets/images/img1.jpg);
}
@media screen and (max-width: 640px) {
  .amenitservice .about1 .about_img {
    height: 445px;
    background-position: center bottom 30%;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 576px) {
  .amenitservice .about1 .about_img {
    background-position: center center;
  }
}
@media screen and (max-width: 640px) {
  .amenitservice .about1 .about_img {
    background-image: url(../assets/images/img1Mobile.jpg);
    height: 445px;
    background-size: cover;
    background-position: center left 30%;
    background-attachment: scroll;
  }
}
.amenitservice .about1 .aboutus_content {
  margin-top: 115px;
}
@media screen and (max-width: 1024px) {
  .amenitservice .about1 .aboutus_content {
    margin-top: 90px;
  }
}
@media screen and (max-width: 640px) {
  .amenitservice .about1 .aboutus_content {
    margin-top: 40px;
    margin-bottom: 13px;
  }
}
.amenitservice .about1 .aboutus_content p {
  margin-bottom: 0;
}

.amenity_sec {
  width: 100%;
  position: relative;
  margin-top: 69px;
}
@media screen and (max-width: 768px) {
  .amenity_sec {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .amenity_sec {
    margin-top: 113px;
  }
}
.amenity_sec .img_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .amenity_sec .img_wrap {
    flex-direction: column;
  }
}
.amenity_sec .img_wrap .img_box {
  width: 49%;
  height: 100%;
  display: block;
  margin-bottom: 64px;
  cursor: pointer;
  transition: all 300ms linear;
}
@media screen and (max-width: 640px) {
  .amenity_sec .img_wrap .img_box {
    width: 100%;
  }
}
.amenity_sec .img_wrap .img_box:hover .img .imgoverlay {
  transition: all 300ms linear;
  opacity: 1;
}
.amenity_sec .img_wrap .img_box:hover p {
  transition: all 300ms linear;
  color: #222722;
}
.amenity_sec .img_wrap .img_box .img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms linear;
}
.amenity_sec .img_wrap .img_box .img .imgoverlay {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.74));
  z-index: 2;
  opacity: 0;
  transition: all 300ms linear;
}
.amenity_sec .img_wrap .img_box .img img {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.amenity_sec .img_wrap .img_box p {
  margin-top: 15px;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 28px;
  color: #BEBFBB;
  transition: all 300ms linear;
}
@media screen and (max-width: 640px) {
  .amenity_sec .img_wrap .img_box p {
    margin-top: 30px;
  }
}

.amenitypagewrap {
  width: 100%;
  margin-top: 0;
  margin-bottom: 142px;
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .amenitypagewrap {
    margin-bottom: 50px;
  }
}
.amenitypagewrap .wrapper:first-child .info-type-img {
  margin-top: 164px;
}
@media screen and (max-width: 640px) {
  .amenitypagewrap .wrapper:first-child .info-type-img {
    margin-top: 70px;
  }
}
.amenitypagewrap .wrapper .info-type-img {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .amenitypagewrap .wrapper .info-type-img {
    height: 250px;
    margin-top: 60px;
  }
}
.amenitypagewrap .wrapper .info-type-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .amenitypagewrap .wrapper .info-type-img img {
    height: 100%;
  }
}
.amenitypagewrap .info-type-contents {
  padding-top: 56px;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .amenitypagewrap .info-type-contents {
    padding-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .amenitypagewrap .info-type-contents .title h3 {
    margin-bottom: 30px;
  }
}
.amenitypagewrap .info-type-contents .info-box-wrap.box .info-small-box {
  width: 46%;
  margin-bottom: 26px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .amenitypagewrap .info-type-contents .info-box-wrap.box .info-small-box:last-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .amenitypagewrap .info-type-contents .info-box-wrap.box .info-small-box {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    margin-top: 0;
  }
}
.amenitypagewrap .info-type-contents .info-box-wrap.box .info-small-box h4 {
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .amenitypagewrap .info-type-contents .info-box-wrap.box .info-small-box h4 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .amenitypagewrap .info-type-contents .info-box-wrap.box .info-small-box p.desktop_view {
    display: none;
  }
}
.amenitypagewrap .info-type-contents .info-box-wrap.box .info-small-box p.mobile_view {
  display: none;
}
@media screen and (max-width: 640px) {
  .amenitypagewrap .info-type-contents .info-box-wrap.box .info-small-box p.mobile_view {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .amenitypagewrap .info-type-contents .info-box-wrap.box .info-small-box p {
    font-size: 14px;
    line-height: 180%;
  }
}
.amenitypagewrap .info-type-contents .info-box-wrap.box .info-small-box .btn_group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .amenitypagewrap .info-type-contents .info-box-wrap.box .info-small-box .btn_group {
    width: 100%;
    flex-direction: column;
  }
}
.amenitypagewrap .info-type-contents .info-box-wrap.box .info-small-box .btn_group a {
  width: 148px;
  height: 40px;
  margin-top: 11px;
  border: 1px solid #868484;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #868484;
  margin-left: 16px;
}
.amenitypagewrap .info-type-contents .info-box-wrap.box .info-small-box .btn_group a:first-child {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .amenitypagewrap .info-type-contents .info-box-wrap.box .info-small-box .btn_group a {
    width: 100%;
    flex-direction: columns;
    height: 48px;
    margin-left: 0;
  }
}
.amenitypagewrap .info-type-contents .info-box-wrap.box .info-small-box .btn_group .congestion {
  width: 148px;
  height: 40px;
  margin-top: 11px;
  border: 1px solid #868484;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #868484;
  margin-left: 16px;
  border-radius: 0;
  background-color: transparent;
}
@media screen and (max-width: 640px) {
  .amenitypagewrap .info-type-contents .info-box-wrap.box .info-small-box .btn_group .congestion {
    display: none;
  }
}

.popover {
  width: 375px;
  top: 14px !important;
  font-family: "Inter", "Noto Sans KR", sans-serif;
  max-width: none;
}
.popover .arrow {
  height: 16px;
  top: -16px;
}
.popover .arrow::before, .popover .arrow::after {
  border-width: 0 10px 16px 10px;
}
.popover .popover-body {
  width: 100%;
  padding: 15px;
}
.popover .popover-body .progressbar {
  width: 100%;
  height: 110px;
}
.popover .popover-body .progressbar .wrapper {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.popover .popover-body .progressbar .wrapper h5 {
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
  color: #222722;
  letter-spacing: -0.03em;
  font-family: "Noto Sans KR", sans-serif;
}
.popover .popover-body .progressbar .wrapper .progress_wrapper {
  margin-top: 12px;
  border: 1px solid #F1F0EE;
  padding: 10px;
  border-radius: 50px;
}
.popover .popover-body .progressbar .wrapper .progress_wrapper .progress {
  height: 4px;
  background-color: #FFFFFF;
}
.popover .popover-body .progressbar .wrapper .progress_wrapper .progress .progress-bar span {
  position: absolute;
  bottom: 30px;
  text-align: center;
  color: #BEBFBB;
}
.popover .popover-body .progressbar .wrapper .progress_wrapper .progress .progress-bar span.active {
  font-weight: 500;
  color: #222722;
}
.popover .popover-body .info_tooltip {
  width: 100%;
  height: auto;
}
.popover .popover-body .info_tooltip p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #3D393B;
}
.popover .popover-body .info_tooltip p b {
  font-weight: 500;
}

.bg-green {
  background-color: #93CC00;
}
.bg-green span {
  left: 77px;
}

.bg-yellow {
  background-color: #F3C62A;
}
.bg-yellow span {
  left: 177px;
}

.bg-red {
  background-color: #D24545;
}
.bg-red span {
  left: 277px;
}

.bg-transparent {
  background: transparent;
}

body.eng header .innerHeader .leftH .nav-menu ul li a {
  font-size: 14px;
}
body.eng header .innerHeader .rightH .language ul li a {
  font-size: 15px;
}
body.eng header .submenuWrapper .menuwrap .nav-column {
  margin-left: 57px;
}
body.eng header .submenuWrapper .menuwrap .nav-column:first-child {
  margin-left: 0;
}
body.eng header .submenuWrapper .menuwrap h2 {
  font-size: 18px;
}
body.eng header .submenuWrapper .menuwrap ul li h4 a {
  font-size: 18px;
}
body.eng footer .innerFooter .leftF {
  max-width: 80%;
}
@media screen and (max-width: 576px) {
  body.eng footer .innerFooter .leftF {
    max-width: 100%;
  }
}
body.eng footer .innerFooter .leftF .bottomF ul li {
  white-space: nowrap;
}
body.eng .contact .contact_wrp {
  align-items: flex-start;
}
body.eng .contact .contact_wrp .cntnt {
  max-width: 75%;
}
@media screen and (max-width: 992px) {
  body.eng .contact .contact_wrp .cntnt {
    max-width: 100%;
  }
}
body.eng .lease-inquiry .form_wrap .allform .left .form label {
  min-width: 139px;
}
body.eng .lease-inquiry .form_wrap .allform .left .form input {
  width: calc(100% - 175px);
}
@media screen and (max-width: 768px) {
  body.eng .lease-inquiry .form_wrap .allform .left .form input {
    width: 100%;
  }
}
body.eng .lease-inquiry .form_wrap .msg_box .form label {
  min-width: 139px;
}
body.eng .lease-inquiry .form_wrap .msg_box .form textarea {
  width: calc(100% - 175px);
}
@media screen and (max-width: 768px) {
  body.eng .lease-inquiry .form_wrap .msg_box .form textarea {
    width: 100%;
  }
}
body.eng .installation_art_sec .section_wrap .pool .content .wrap h5 {
  font-size: 24px;
  line-height: 30px;
}
body.eng .installation_art_sec .section_wrap .pool .content .wrap p {
  line-height: 23px;
}
body.eng .form_wrap .wrapper .form_row .group label {
  min-width: 190px;
}
body.eng .form_wrap .wrapper .form_row .group p {
  left: 175px;
}
@media screen and (max-width: 992px) {
  body.eng .form_wrap .wrapper .form_row .group p {
    left: 0;
  }
}
body.eng .signup_wrap .form_wrap .wrapper .form_row .group .radio-box-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.eng .signup_wrap .form_wrap .wrapper .form_row .group label {
  min-width: 145px;
}
body.eng .signup_wrap .form_wrap .wrapper .form_row .group .confirmid {
  text-align: center;
}
body.eng .signup_wrap .form_wrap .wrapper .form_row .group.withTime label {
  min-width: 145px;
}
body.eng .signup_wrap .form_wrap .wrapper .form_row .group input {
  font-size: 12px;
  padding: 0px 12px 0 12px;
}
body.eng .signup_wrap .form_wrap .wrapper .form_row .group.tick input {
  padding: 0px 40px 0 12px;
}
body.eng .signup_wrap .form_wrap .wrapper .form_row .group .timer_wrap input {
  padding: 0px 110px 0 12px;
}
body.eng .signup_wrap .form_wrap .wrapper .button_wrap a {
  width: 300px;
}
@media screen and (max-width: 480px) {
  body.eng .signup_wrap .form_wrap .head h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 375px) {
  body.eng .signup_wrap .form_wrap .head h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1180px) {
  body.eng .find_id_sec .id_wrap .wrapper.panel2 .form_row .group input {
    width: 100%;
    max-width: none;
  }
}
body.eng .find_id_sec .id_wrap .wrapper.panel2 .left p {
  left: 116px;
}
@media screen and (max-width: 992px) {
  body.eng .find_id_sec .id_wrap .wrapper.panel2 .left p {
    left: 0;
  }
}
body.eng .find_id_sec .id_wrap .wrapper .form_row .group input {
  font-size: 12px;
}
@media screen and (max-width: 1180px) {
  body.eng .find_id_sec .id_wrap .wrapper .form_row .group input {
    width: 100%;
    max-width: none;
  }
}
body.eng .find_id_sec .id_wrap .wrapper .form_row .group .confirmid {
  width: 120px;
  min-width: 120px;
  text-align: center;
  font-size: 12px;
}
body.eng .amenitypagewrap .info-type-contents .info-box-wrap.box .info-small-box .btn_group a {
  width: 250px;
}
body.eng .amenitypagewrap .info-type-contents .info-box-wrap.box .info-small-box .btn_group .congestion {
  width: 250px;
}
body.eng .set_password_sec .form_row .group.right .error {
  left: 150px;
}
@media screen and (max-width: 992px) {
  body.eng .set_password_sec .form_row .group.right .error {
    left: 0;
  }
}
body.eng .big_error_msg_eng {
  bottom: -30px !important;
  line-height: 12px !important;
}
@media screen and (max-width: 992px) {
  body.eng .big_error_msg_eng {
    bottom: -20px !important;
  }
}
@media screen and (max-width: 570px) {
  body.eng .big_error_msg_eng {
    bottom: -30px !important;
  }
}
body.eng .privacy_sec .privacy_wrap .content h5 {
  font-size: 19px;
}
@media only screen and (max-width: 600px) {
  body.eng .privacy_sec .privacy_wrap .content .item_list ul li {
    min-height: 90px;
  }
}

.loginWrap .loginBox {
  margin-bottom: 109px;
  margin-top: 102px;
}
@media screen and (max-width: 1024px) {
  .loginWrap .loginBox {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .loginWrap .loginBox {
    margin-top: 40px;
    margin-bottom: 77px;
  }
}
.loginWrap .loginBox .title p {
  margin-top: 23px;
}
@media only screen and (max-width: 640px) {
  .loginWrap .loginBox .title p {
    display: none;
  }
}
.loginWrap .loginBox .loginForm {
  max-width: 500px;
  width: 100%;
  margin: 81px auto 0;
}
@media only screen and (max-width: 640px) {
  .loginWrap .loginBox .loginForm {
    margin: 70px auto 0;
    max-width: none;
  }
}
.loginWrap .loginBox .loginForm .form-grp {
  margin-top: 32px;
}
.loginWrap .loginBox .loginForm .form-grp:first-child {
  margin-top: 0;
}
.loginWrap .loginBox .loginForm .form-grp input {
  width: 100%;
  height: 40px;
  border: 0;
  border-bottom: solid 1px #868484;
  color: #3D393B;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.05em;
  font-family: "Noto Sans KR", sans-serif;
}
@media only screen and (max-width: 640px) {
  .loginWrap .loginBox .loginForm .form-grp input {
    font-size: 14px;
  }
}
.loginWrap .loginBox .loginForm .form-grp input:focus {
  border: none !important;
  border-bottom: solid 1px #222722 !important;
}
.loginWrap .loginBox .loginForm .form-grp ::-moz-placeholder {
  color: #3D393B;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.05em;
  opacity: 1;
  font-family: "Noto Sans KR", sans-serif;
}
.loginWrap .loginBox .loginForm .form-grp ::placeholder {
  color: #3D393B;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.05em;
  opacity: 1;
  font-family: "Noto Sans KR", sans-serif;
}
.loginWrap .loginBox .loginForm .form-grp :-ms-input-placeholder {
  color: #3D393B;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.05em;
  font-family: "Noto Sans KR", sans-serif;
}
.loginWrap .loginBox .loginForm .form-grp ::-ms-input-placeholder {
  color: #3D393B;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.05em;
  font-family: "Noto Sans KR", sans-serif;
}
.loginWrap .loginBox .loginForm .check-box-wrap {
  margin-top: 15px;
}
.loginWrap .loginBox .loginForm .check-box-wrap .custom-control-label {
  font-size: 14px;
  line-height: 21px;
  margin-left: 9px;
  color: #868484;
}
.loginWrap .loginBox .loginForm .check-box-wrap .custom-control-label::before {
  background-color: transparent;
  border: 1px solid #868484;
  border-radius: 2px;
  top: 3px;
  box-shadow: none;
  width: 16px;
  height: 16px;
}
.loginWrap .loginBox .loginForm .check-box-wrap .custom-control-label::after {
  top: 3px;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  background: url(../assets/images/check-tick.svg) no-repeat center center !important;
}
.loginWrap .loginBox .loginForm .btnHolder {
  margin-top: 65px;
}
@media only screen and (max-width: 640px) {
  .loginWrap .loginBox .loginForm .btnHolder {
    margin-top: 55px;
  }
}
.loginWrap .loginBox .loginForm .btnHolder .submitBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #222722;
  height: 68px;
  background: #FFFFFF;
  font-size: 17px;
}
.loginWrap .loginBox .loginForm .login-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 23px;
}
@media only screen and (max-width: 640px) {
  .loginWrap .loginBox .loginForm .login-links {
    margin-top: 14px;
  }
}
.loginWrap .loginBox .loginForm .login-links .leftLog a {
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  color: #868484;
  position: relative;
}
.loginWrap .loginBox .loginForm .login-links .leftLog a::before {
  content: "I";
  margin: 0 5px;
  color: #868484;
}
.loginWrap .loginBox .loginForm .login-links .leftLog a:first-child::before {
  display: none;
}
.loginWrap .loginBox .loginForm .login-links .rightLog {
  margin-left: 25px;
}
.loginWrap .loginBox .loginForm .login-links .rightLog a {
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  color: #7F983E;
  font-family: "Noto Sans KR", sans-serif;
}

.loginForm .check-box-wrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #222722 !important;
}

.signup_wrap {
  margin: 102px 0;
}
@media screen and (max-width: 1024px) {
  .signup_wrap {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .signup_wrap {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.signup_wrap .title {
  text-align: center;
}
.signup_wrap .title h3 {
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0.15em;
  color: #222722;
  margin-bottom: 0px;
}
@media only screen and (max-width: 640px) {
  .signup_wrap .title h3 {
    font-size: 26px;
    line-height: 100%;
  }
}
.signup_wrap .title p {
  font-size: 20px;
  line-height: 28px;
  margin-top: 23px;
  color: #222722;
}
@media only screen and (max-width: 640px) {
  .signup_wrap .title p {
    font-size: 15px;
    margin-top: 10px;
  }
}
.signup_wrap .inquiry_wrap {
  width: 100%;
  margin-top: 79px;
}
@media only screen and (max-width: 640px) {
  .signup_wrap .inquiry_wrap {
    margin-top: 66px;
  }
}
.signup_wrap .inquiry_wrap .head h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #3D393B;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 640px) {
  .signup_wrap .inquiry_wrap .head h4 {
    font-size: 16px;
    line-height: 100%;
  }
}
.signup_wrap .inquiry_wrap .lease-contract-box {
  border: 1px solid #BEBFBB;
  height: 230px;
  overflow-y: auto;
  padding: 14px;
}
.signup_wrap .inquiry_wrap .lease-contract-box .privacy_wrap {
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .signup_wrap .inquiry_wrap .lease-contract-box .privacy_wrap {
    margin-top: 0px;
  }
}
.signup_wrap .inquiry_wrap .lease-contract-box .privacy_wrap .content {
  margin-bottom: 44px;
}
.signup_wrap .inquiry_wrap .lease-contract-box .privacy_wrap .content p {
  font-size: 13px;
  line-height: 25px;
  color: #868484;
}
@media screen and (max-width: 640px) {
  .signup_wrap .inquiry_wrap .lease-contract-box .privacy_wrap .content p {
    font-size: 12px;
    line-height: 21px;
  }
}
.signup_wrap .inquiry_wrap .lease-contract-box .privacy_wrap .content p label {
  font-size: 10px;
  margin-right: 5px;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  display: flex;
  align-items: flex-start;
}
.signup_wrap .inquiry_wrap .lease-contract-box .privacy_wrap .content p span {
  font-size: 14px;
  line-height: 25px;
}
.signup_wrap .inquiry_wrap .lease-contract-box .privacy_wrap .content h5 {
  font-size: 20px;
  color: #222722;
  line-height: 36px;
}
@media screen and (max-width: 640px) {
  .signup_wrap .inquiry_wrap .lease-contract-box .privacy_wrap .content h5 {
    font-size: 18px;
    line-height: 34px;
  }
}
.signup_wrap .inquiry_wrap .lease-contract-box .privacy_wrap .content .item_list {
  margin-bottom: 20px;
}
.signup_wrap .inquiry_wrap .lease-contract-box .privacy_wrap .content .item_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
.signup_wrap .inquiry_wrap .lease-contract-box .privacy_wrap .content .item_list ul.last_list li {
  border-bottom: 1px solid #868484;
}
.signup_wrap .inquiry_wrap .lease-contract-box .privacy_wrap .content .item_list ul li {
  padding: 12px 34px;
  list-style-type: none;
}
@media screen and (max-width: 640px) {
  .signup_wrap .inquiry_wrap .lease-contract-box .privacy_wrap .content .item_list ul li {
    padding: 12px 5px;
    font-size: 12px;
  }
}
.signup_wrap .inquiry_wrap .lease-contract-box .privacy_wrap .content .item_list ul li:first-child {
  flex: 2;
  text-align: center;
  color: #222722;
  border-right: 0;
}
@media screen and (max-width: 1200px) {
  .signup_wrap .inquiry_wrap .lease-contract-box .privacy_wrap .content .item_list ul li:first-child {
    flex: 3;
  }
}
.signup_wrap .inquiry_wrap .lease-contract-box .privacy_wrap .content .item_list ul li:nth-child(2) {
  flex: 7;
  color: #868484;
}
@media screen and (max-width: 1200px) {
  .signup_wrap .inquiry_wrap .lease-contract-box .privacy_wrap .content .item_list ul li:nth-child(2) {
    flex: 8;
  }
}
.signup_wrap .inquiry_wrap .check-box-wrap {
  margin-top: 17px;
  padding-bottom: 36px;
  border-bottom: 1px solid #BEBFBB;
}
@media only screen and (max-width: 640px) {
  .signup_wrap .inquiry_wrap .check-box-wrap {
    padding-bottom: 40px;
  }
}
.signup_wrap .inquiry_wrap .check-box-wrap .custom-control-label {
  font-size: 13px;
  line-height: 19px;
  margin-left: 7px;
  color: #3D393B;
}
.signup_wrap .inquiry_wrap .check-box-wrap .custom-control-label::before {
  background-color: transparent;
  border: 1px solid #3D393B;
  border-radius: 2px;
  top: 3px;
  box-shadow: none;
  width: 16px;
  height: 16px;
}
.signup_wrap .inquiry_wrap .check-box-wrap .custom-control-label::after {
  top: 3px;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  background: url(../assets/images/check-tick.svg) no-repeat center center !important;
}
.signup_wrap .form_wrap {
  width: 100%;
  margin-top: 46px;
  padding-bottom: 41px;
  border-bottom: 1px solid #868484;
}
.signup_wrap .form_wrap .head {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.signup_wrap .form_wrap .head h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  color: #3D393B;
  align-items: center;
  letter-spacing: -0.05em;
}
.signup_wrap .form_wrap .head span {
  display: flex;
  align-items: center;
  color: #7F983E;
  font-size: 14px;
  letter-spacing: -0.05em;
  line-height: 25px;
}
.signup_wrap .form_wrap .wrapper {
  width: 100%;
  margin-top: 47px;
}
.signup_wrap .form_wrap .wrapper .form_row {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.signup_wrap .form_wrap .wrapper .form_row:last-child .group {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .signup_wrap .form_wrap .wrapper .form_row {
    flex-direction: column;
  }
}
.signup_wrap .form_wrap .wrapper .form_row .group {
  margin-bottom: 30px;
  width: 50%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .signup_wrap .form_wrap .wrapper .form_row .group {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    flex-direction: column;
  }
}
.signup_wrap .form_wrap .wrapper .form_row .group span {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.05em;
  color: #7F983E;
}
.signup_wrap .form_wrap .wrapper .form_row .group.right {
  margin-left: 61px;
}
@media only screen and (max-width: 1180px) {
  .signup_wrap .form_wrap .wrapper .form_row .group.right {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .signup_wrap .form_wrap .wrapper .form_row .group.right {
    margin-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .signup_wrap .form_wrap .wrapper .form_row .group.left {
    margin-bottom: 20px;
  }
}
.signup_wrap .form_wrap .wrapper .form_row .group.withDate input {
  background: #FFFFFF url(../assets/images/calendar-grey.svg) no-repeat;
  background-position: right 15px center;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .signup_wrap .form_wrap .wrapper .form_row .group.withDate input {
    width: calc(100% - 115px);
  }
}
@media only screen and (max-width: 992px) {
  .signup_wrap .form_wrap .wrapper .form_row .group.withDate input {
    max-width: none;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .signup_wrap .form_wrap .wrapper .form_row .group.withDate input {
    background-position: right 16px center;
  }
}
.signup_wrap .form_wrap .wrapper .form_row .group > label {
  width: auto;
  min-width: 110px;
  margin-right: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #3D393B;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  display: flex;
  align-items: flex-start;
  font-family: "Noto Sans KR", sans-serif;
}
@media only screen and (max-width: 992px) {
  .signup_wrap .form_wrap .wrapper .form_row .group > label {
    width: 100%;
    min-width: 110px;
    display: block;
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.signup_wrap .form_wrap .wrapper .form_row .group > label span {
  color: #3D393B;
  margin-left: 3px;
}
.signup_wrap .form_wrap .wrapper .form_row .group input {
  width: 100%;
  max-width: 447px;
  height: 45px;
  border: 1px solid #B1B3B2;
  padding: 0px 40px 0 12px;
  font-size: 14px;
}
@media only screen and (max-width: 992px) {
  .signup_wrap .form_wrap .wrapper .form_row .group input {
    width: 100%;
    max-width: none;
  }
}
.signup_wrap .form_wrap .wrapper .form_row .group input::-moz-placeholder {
  color: #B1B3B2;
}
.signup_wrap .form_wrap .wrapper .form_row .group input::placeholder {
  color: #B1B3B2;
}
@media only screen and (max-width: 1280px) {
  .signup_wrap .form_wrap .wrapper .form_row .group input::-moz-placeholder {
    font-size: 12px;
  }
  .signup_wrap .form_wrap .wrapper .form_row .group input::placeholder {
    font-size: 12px;
  }
}
.signup_wrap .form_wrap .wrapper .form_row .group input.signup_form_active {
  border: 1px solid #7F983E;
}
.signup_wrap .form_wrap .wrapper .form_row .group .confirmid {
  width: 126px;
  min-width: 126px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #3D393B;
  border: 1px solid #B1B3B2;
  margin-left: 7px;
}
.signup_wrap .form_wrap .wrapper .form_row .group .confirmid.confirmation_btn {
  color: #7F983E;
  border: 1px solid #7F983E;
}
.signup_wrap .form_wrap .wrapper .form_row .group.confirm_btn .confirm_wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.signup_wrap .form_wrap .wrapper .form_row .group.tick input {
  background-image: url(../assets/images/tick.svg);
  background-repeat: no-repeat;
  background-position: center right 18px;
}
.signup_wrap .form_wrap .wrapper .form_row .group.tick input.form_active {
  background-image: url(../assets/images/green_tick.svg);
}
.signup_wrap .form_wrap .wrapper .form_row .group.tick.signup_form_active {
  border: 1px solid #7F983E;
}
.signup_wrap .form_wrap .wrapper .form_row .group.dropdown input {
  background-image: url(../assets/images/dropdown.svg);
  background-repeat: no-repeat;
  background-position: center right 18px;
}
.signup_wrap .form_wrap .wrapper .form_row .group .radio-box-wrap {
  width: calc(100% - 100px);
}
.signup_wrap .form_wrap .wrapper .form_row .group .radio-box-wrap .custom-radio {
  padding-left: 26px;
}
@media only screen and (max-width: 992px) {
  .signup_wrap .form_wrap .wrapper .form_row .group .radio-box-wrap .custom-radio {
    margin-right: 30px;
  }
}
.signup_wrap .form_wrap .wrapper .form_row .group .radio-box-wrap .custom-radio .custom-control-label {
  font-size: 14px;
  line-height: 25px;
  color: #3D393B;
}
.signup_wrap .form_wrap .wrapper .form_row .group .radio-box-wrap .custom-radio .custom-control-label::before {
  width: 20px;
  height: 20px;
  background: url(../assets/images/radio-normal.svg) no-repeat;
}
.signup_wrap .form_wrap .wrapper .form_row .group .timer_wrap {
  width: calc(100% - 140px);
  max-width: 447px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .signup_wrap .form_wrap .wrapper .form_row .group .timer_wrap {
    width: 100%;
    max-width: none;
  }
}
.signup_wrap .form_wrap .wrapper .form_row .group .timer_wrap input {
  width: 100%;
  height: 45px;
  border: 1px solid #B1B3B2;
  padding: 0px 110px 0 12px;
  font-size: 14px;
}
.signup_wrap .form_wrap .wrapper .form_row .group .timer_wrap input::-moz-placeholder {
  color: #B1B3B2;
}
.signup_wrap .form_wrap .wrapper .form_row .group .timer_wrap input::placeholder {
  color: #B1B3B2;
}
@media only screen and (max-width: 1280px) {
  .signup_wrap .form_wrap .wrapper .form_row .group .timer_wrap input::-moz-placeholder {
    font-size: 12px;
  }
  .signup_wrap .form_wrap .wrapper .form_row .group .timer_wrap input::placeholder {
    font-size: 12px;
  }
}
.signup_wrap .form_wrap .wrapper .form_row .group .timer_wrap .countdown {
  width: auto;
  position: absolute;
  right: 20px;
  top: 12px;
  color: #7F983E;
  font-size: 14px;
  display: none;
}
.signup_wrap .form_wrap .wrapper .form_row .group .timer_wrap .countdown.countdown_active {
  display: block;
}
.signup_wrap .form_wrap .wrapper .button_wrap {
  width: 100%;
  margin-top: 71px;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .signup_wrap .form_wrap .wrapper .button_wrap {
    margin-top: 60px;
  }
}
.signup_wrap .form_wrap .wrapper .button_wrap a {
  width: 225px;
  height: 60px;
  line-height: 25px;
  border: 1px solid #222722;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 17px;
  color: #222722;
}
@media only screen and (max-width: 992px) {
  .signup_wrap .form_wrap .wrapper .button_wrap a {
    width: 100%;
  }
}
.signup_wrap .form_wrap.signup_btn_wrap {
  border-bottom: 0;
}
.signup_wrap .form_wrap.signup_btn_wrap .wrapper .form_row .group {
  margin-bottom: 0;
}

.signup_wrap .inquiry_wrap .lease-contract-box::-webkit-scrollbar {
  -webkit-appearance: none;
}

.signup_wrap .inquiry_wrap .lease-contract-box::-webkit-scrollbar:vertical {
  width: 7px;
}

.signup_wrap .inquiry_wrap .lease-contract-box::-webkit-scrollbar:horizontal {
  height: 98px;
}

.signup_wrap .inquiry_wrap .lease-contract-box::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  background-color: #B1B3B2;
}

.signup_wrap .check-box-wrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #222722 !important;
}

.signup_wrap .radio-box-wrap .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: url(../assets/images/radio-check.svg) no-repeat;
  width: 20px;
  height: 20px;
}

.signup_wrap .radio-box-wrap .custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.approvalmodal .modal-dialog .modal-content {
  border: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.approvalmodal .modal-dialog .modal-content .modal-body .complete_msg {
  padding-bottom: 36px !important;
}
.approvalmodal .modal-dialog .modal-content .modal-footer {
  border-top: 1px solid #E2E2E2;
  padding: 26px 20px 31px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.approvalmodal .modal-dialog .modal-content .modal-footer a {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.select_modal .modal-dialog .modal-content {
  border-radius: 4px;
}
.select_modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.select_modal .modal-dialog .modal-content .modal-body .body_wrap {
  width: 100%;
}
.select_modal .modal-dialog .modal-content .modal-body .body_wrap .srch_wrap {
  padding: 41px 29px 0px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .select_modal .modal-dialog .modal-content .modal-body .body_wrap .srch_wrap {
    padding: 20px 15px 0px;
  }
}
.select_modal .modal-dialog .modal-content .modal-body .body_wrap .srch_wrap .search {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #B1B3B2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
}
.select_modal .modal-dialog .modal-content .modal-body .body_wrap .srch_wrap .search p {
  padding: 0px 0px 0px 8px;
}
.select_modal .modal-dialog .modal-content .modal-body .body_wrap .srch_wrap .search input {
  width: 90%;
  height: auto;
  padding: 14px 0px;
  border: none;
}
.select_modal .modal-dialog .modal-content .modal-body .body_wrap .srch_wrap .search input:focus {
  outline: none;
  border: none !important;
}
.select_modal .modal-dialog .modal-content .modal-body .body_wrap .srch_wrap .search button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.select_modal .modal-dialog .modal-content .modal-body .body_wrap .dropdown_wrap {
  width: 100%;
  height: auto;
  max-height: 741px;
  overflow: auto;
  padding: 14px 0px;
}
@media only screen and (max-height: 1000px) {
  .select_modal .modal-dialog .modal-content .modal-body .body_wrap .dropdown_wrap {
    max-height: 550px;
  }
}
@media only screen and (max-height: 767px) {
  .select_modal .modal-dialog .modal-content .modal-body .body_wrap .dropdown_wrap {
    max-height: 300px;
  }
}
@media only screen and (max-height: 480px) {
  .select_modal .modal-dialog .modal-content .modal-body .body_wrap .dropdown_wrap {
    max-height: 200px;
  }
}
.select_modal .modal-dialog .modal-content .modal-body .body_wrap .dropdown_wrap ul {
  margin: 0;
  padding: 0;
}
.select_modal .modal-dialog .modal-content .modal-body .body_wrap .dropdown_wrap ul li {
  list-style-type: none;
}
.select_modal .modal-dialog .modal-content .modal-body .body_wrap .dropdown_wrap ul li:hover {
  background-color: #F1F0EE;
}
.select_modal .modal-dialog .modal-content .modal-body .body_wrap .dropdown_wrap ul li a {
  padding: 15px 48px;
  font-size: 14px;
  line-height: 16px;
  color: #3D393B;
  display: block;
}
.select_modal .modal-dialog .modal-content .modal-body .body_wrap .dropdown_wrap ul li a:hover {
  color: #3D393B;
}
.select_modal .modal-dialog .modal-content .modal-body .body_wrap .dropdown_wrap ul li a.active {
  font-weight: 700;
}
.select_modal .modal-dialog .modal-content .modal-footer {
  margin-top: 50px;
}
.select_modal .modal-dialog .modal-content .modal-footer .cancle_btn {
  text-align: center;
  width: 100%;
}
.select_modal .modal-dialog .modal-content .modal-footer .cancle_btn a {
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  font-weight: 300;
}

.signup_terms .modal-dialog {
  max-width: 840px !important;
}
@media only screen and (max-width: 870px) {
  .signup_terms .modal-dialog .lease-contract-box .privacy_wrap .list_group .item_list {
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 600px) {
  .signup_terms .modal-dialog {
    max-width: 840px !important;
  }
}

.select_modal .body_wrap .dropdown_wrap::-webkit-scrollbar {
  -webkit-appearance: none;
}

.select_modal .body_wrap .dropdown_wrap::-webkit-scrollbar:vertical {
  width: 7px;
}

.select_modal .body_wrap .dropdown_wrap::-webkit-scrollbar:horizontal {
  height: 98px;
}

.select_modal .body_wrap .dropdown_wrap::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 2px solid #FFFFFF; /* should match background, can't be transparent */
  background-color: #B1B3B2;
}

.aboutus.visitorRes {
  width: 100%;
  height: auto;
  margin-top: 143px;
}
@media screen and (max-width: 1024px) {
  .aboutus.visitorRes {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .aboutus.visitorRes {
    margin-top: 40px;
  }
}
.aboutus.visitorRes .title p {
  margin-top: 23px;
}
.aboutus.visitorRes .visitor-res-banner {
  margin-top: 173px;
}
@media screen and (max-width: 1024px) {
  .aboutus.visitorRes .visitor-res-banner {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .aboutus.visitorRes .visitor-res-banner {
    margin-top: 50px;
  }
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-banner-img {
  width: 100%;
  height: 700px;
  background-image: url(../assets/images/visitor-res-banner.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
@media only screen and (max-width: 640px) {
  .aboutus.visitorRes .visitor-res-banner .visitor-res-banner-img {
    height: 450px;
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 576px) {
  .aboutus.visitorRes .visitor-res-banner .visitor-res-banner-img {
    height: 250px;
    background-image: url(../assets/images/visitor-res-banner-mob.jpg);
  }
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap {
  margin-top: 60px;
  margin-bottom: 135px;
}
@media only screen and (max-width: 576px) {
  .aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap {
    margin-top: 33px;
    margin-bottom: 71px;
  }
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  .aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder {
    flex-direction: column;
  }
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222722;
  width: 276px;
  height: 68px;
  font-weight: normal;
  font-size: 17px;
  line-height: 26px;
  color: #222722;
  margin-left: 20px;
}
@media only screen and (max-width: 576px) {
  .aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder a {
    margin-left: 0;
    margin-top: 25px;
    width: 100%;
  }
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder a:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 576px) {
  .aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder a:first-child {
    margin-top: 0;
  }
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder .upload-visitr-wrap {
  margin-left: 20px;
  position: relative;
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder .upload-visitr-wrap.m-l-0 {
  margin-left: 0;
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder .upload-visitr-wrap.m-l-0 a:first-child {
  margin-left: 20px;
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder .upload-visitr-wrap .downloadSample {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  margin-left: 0;
  color: #7F983E;
  margin-top: 5px;
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder .upload-visitr-wrap .downloadSample span img {
  width: 14px;
  height: 15px;
  margin-right: 5px;
}

.visitor .modal-dialog .modal-content .modal-body .complete_msg h4 {
  text-transform: none !important;
}

.aboutus.visitorRes {
  width: 100%;
  height: auto;
  margin-top: 143px;
}
@media screen and (max-width: 1024px) {
  .aboutus.visitorRes {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .aboutus.visitorRes {
    margin-top: 40px;
  }
}
.aboutus.visitorRes .title p {
  margin-top: 23px;
}
.aboutus.visitorRes .visitor-res-banner {
  margin-top: 173px;
}
@media screen and (max-width: 1024px) {
  .aboutus.visitorRes .visitor-res-banner {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .aboutus.visitorRes .visitor-res-banner {
    margin-top: 50px;
  }
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-banner-img {
  width: 100%;
  height: 700px;
  background-image: url(../assets/images/visitor-res-banner.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
@media only screen and (max-width: 640px) {
  .aboutus.visitorRes .visitor-res-banner .visitor-res-banner-img {
    height: 450px;
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 576px) {
  .aboutus.visitorRes .visitor-res-banner .visitor-res-banner-img {
    height: 250px;
    background-image: url(../assets/images/visitor-res-banner-mob.jpg);
  }
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap {
  margin-top: 60px;
  margin-bottom: 135px;
}
@media only screen and (max-width: 576px) {
  .aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap {
    margin-top: 33px;
    margin-bottom: 71px;
  }
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  .aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder {
    flex-direction: column;
  }
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222722;
  width: 276px;
  height: 68px;
  font-weight: normal;
  font-size: 17px;
  line-height: 26px;
  color: #222722;
  margin-left: 20px;
}
@media only screen and (max-width: 576px) {
  .aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder a {
    margin-left: 0;
    margin-top: 25px;
    width: 100%;
  }
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder a:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 576px) {
  .aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder a:first-child {
    margin-top: 0;
  }
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder .upload-visitr-wrap {
  margin-left: 20px;
  position: relative;
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder .upload-visitr-wrap.m-l-0 {
  margin-left: 0;
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder .upload-visitr-wrap.m-l-0 a:first-child {
  margin-left: 20px;
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder .upload-visitr-wrap .downloadSample {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  margin-left: 0;
  color: #7F983E;
  margin-top: 5px;
}
.aboutus.visitorRes .visitor-res-banner .visitor-res-inner-wrap .btnHolder .upload-visitr-wrap .downloadSample span img {
  width: 14px;
  height: 15px;
  margin-right: 5px;
}

.visitor .modal-dialog .modal-content .modal-body .complete_msg h4 {
  text-transform: none !important;
}

.notice_sec {
  width: 100%;
  height: auto;
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .notice_sec {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .notice_sec {
    margin-top: 40px;
  }
}
.notice_sec .title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .notice_sec .title {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 640px) {
  .notice_sec .title {
    margin-bottom: 30px;
  }
}
.notice_sec .title h1 {
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
  color: #222722;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .notice_sec .title h1 {
    font-size: 26px;
    line-height: 39px;
  }
}
.notice_sec .title p {
  margin-top: 23px;
  font-size: 20px;
  color: #222722;
  line-height: 28px;
}
@media screen and (max-width: 640px) {
  .notice_sec .title p {
    font-size: 15px;
    line-height: 21px;
  }
}
.notice_sec .notice_wrap {
  margin-top: 84px;
  padding-bottom: 40px;
  border-top: 1px solid #222722;
}
@media screen and (max-width: 992px) {
  .notice_sec .notice_wrap {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .notice_sec .notice_wrap {
    margin-top: 4px;
    border-top: 1px solid #BEBFBB;
  }
}
.notice_sec .notice_wrap .content {
  margin-top: 10px;
}
.notice_sec .notice_wrap .accordion .card {
  border: 0;
}
.notice_sec .notice_wrap .accordion .card .card-header {
  border-bottom: 1px solid #BEBFBB;
  padding: 20px 10px;
  background-color: #fff;
  margin-bottom: 5px;
}
.notice_sec .notice_wrap .accordion .card .card-header a {
  padding: 0;
  color: #222722;
  font-size: 18px;
  display: block;
  text-align: justify;
  font-weight: bold;
}
.notice_sec .notice_wrap .accordion .card .card-header a.collapsed {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .notice_sec .notice_wrap .accordion .card .card-header a {
    font-size: 13px;
  }
}
.notice_sec .notice_wrap .accordion .card .card-header a em {
  display: inline-block;
  margin-right: 20px;
  font-style: inherit;
  width: 16px;
  text-align: right;
  font-weight: normal;
}
.notice_sec .notice_wrap .accordion .card .card-header a em img {
  vertical-align: inherit;
}
.notice_sec .notice_wrap .accordion .card .card-header a span {
  float: right;
  color: #868484;
  font-weight: normal;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .notice_sec .notice_wrap .accordion .card .card-header a span {
    display: none;
  }
}
.notice_sec .notice_wrap .accordion .card .card-body {
  padding: 45px 10px 45px 45px;
  color: #868484;
  font-size: 14px;
  border-bottom: 1px solid #BEBFBB;
  margin-bottom: 6px;
}
.notice_sec .notice_wrap .accordion .card .card-body h6 {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .notice_sec .notice_wrap .accordion .card .card-body h6 {
    font-size: 16px;
  }
}
.notice_sec .notice_wrap .accordion .card .card-body p {
  margin-bottom: 14px;
}
.notice_sec .notice_wrap .accordion .card .card-body .attachment {
  width: 100%;
  margin-top: 20px;
}
.notice_sec .notice_wrap .accordion .card .card-body .attachment ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.notice_sec .notice_wrap .accordion .card .card-body .attachment ul li {
  margin-left: 10px;
  list-style-type: none;
}
.notice_sec .notice_wrap .accordion .card .card-body .attachment ul li:first-child {
  margin-left: 0;
}
.notice_sec .notice_wrap .accordion .card .card-body .attachment ul li a {
  font-size: 15px;
  line-height: 22px;
  color: #8BA340;
}
.notice_sec .notice_wrap .accordion .card .card-body .attachment ul li a img {
  margin-left: 10px;
}
.notice_sec .searchBar {
  margin-top: 75px;
  padding: 0 15px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .notice_sec .searchBar {
    margin: 0px;
    border-bottom: 1px solid #222722;
  }
}
.notice_sec .searchBar .form-inline {
  width: 100%;
}
.notice_sec .searchBar .form-inline .searchLeft {
  width: 182px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .notice_sec .searchBar .form-inline .searchLeft {
    width: 100px;
  }
}
.notice_sec .searchBar .form-inline .searchLeft select {
  width: 100%;
  max-width: 182px;
  height: 45px;
  border-radius: 0;
  padding-left: 18px;
  border-color: #B1B3B2;
  background: url(../assets/images/select-arrow.svg) 95% center no-repeat;
}
@media screen and (max-width: 768px) {
  .notice_sec .searchBar .form-inline .searchLeft select {
    border-color: #fff;
  }
}
.notice_sec .searchBar .form-inline .searchRight {
  width: calc(100% - 197px);
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .notice_sec .searchBar .form-inline .searchRight {
    width: calc(100% - 125px);
  }
}
@media screen and (max-width: 640px) {
  .notice_sec .searchBar .form-inline .searchRight {
    width: calc(100% - 116px);
  }
}
.notice_sec .searchBar .form-inline .searchRight .searchHolder {
  border-bottom: 2px solid #BEBFBB;
  padding: 0px 0px 13px 0px;
}
@media screen and (max-width: 768px) {
  .notice_sec .searchBar .form-inline .searchRight .searchHolder {
    border-bottom: none;
  }
}
.notice_sec .searchBar .form-inline .searchRight .searchHolder input {
  border: 0;
  width: calc(97% - 10px);
}
@media screen and (max-width: 640px) {
  .notice_sec .searchBar .form-inline .searchRight .searchHolder input {
    width: calc(90% - 10px);
  }
}
.notice_sec .searchBar .form-inline .searchRight .searchHolder .form-control:focus {
  border: 0 !important;
}
.notice_sec .searchBar .form-inline .searchRight .searchHolder button {
  background: url(../assets/images/search.svg) center no-repeat;
  border: 0;
  width: 10px;
  height: 24px;
}
.notice_sec .paginationHolder {
  display: table;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .notice_sec .paginationHolder {
    margin: 20px auto 30px;
  }
}
.notice_sec .paginationHolder a {
  border: 0;
  color: #BEBFBB;
  font-size: 15px;
}
.notice_sec .paginationHolder a:hover {
  background: none;
}
.notice_sec .paginationHolder li.active a {
  color: #868484;
  background: none;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .notice_sec .paginationHolder li.active a {
    font-size: 13px;
  }
}
.notice_sec .not_found {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .notice_sec .not_found {
    height: 300px;
  }
}
.notice_sec .not_found p {
  font-size: 28px;
  line-height: 42px;
  color: #222722;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}

@media screen and (max-width: 1024px) {
  .signup_wrap {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .signup_wrap {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.signup_wrap.visitor_resarvation .form_wrap {
  margin-top: 75px;
}
.signup_wrap.visitor_resarvation .form_wrap .wrapper .form_row {
  margin-bottom: 20px;
}
.signup_wrap.visitor_resarvation .form_wrap .wrapper .form_row .group {
  margin-bottom: 0;
}
.signup_wrap.visitor_resarvation .form_wrap .wrapper .form_row .group.withTime {
  position: relative;
}
.signup_wrap.visitor_resarvation .form_wrap .wrapper .form_row .group.withTime label {
  width: auto;
  min-width: 110px;
  margin-right: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #3D393B;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  display: flex;
  align-items: flex-start;
  font-family: "Noto Sans KR", sans-serif;
}
.signup_wrap.visitor_resarvation .form_wrap .wrapper .form_row .group.withTime .form-grp {
  width: calc(100% - 140px);
  max-width: 447px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .signup_wrap.visitor_resarvation .form_wrap .wrapper .form_row .group.withTime .form-grp {
    width: 100%;
    max-width: none;
  }
}
.signup_wrap.visitor_resarvation .form_wrap .wrapper .form_row .group.withTime .form-grp input {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .signup_wrap.visitor_resarvation .form_wrap .wrapper .form_row .group.left {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .signup_wrap.visitor_resarvation .form_wrap .wrapper .form_row .group.right {
    margin-bottom: 0px;
  }
}
.signup_wrap.visitor_resarvation .form_wrap .wrapper .form_row .group input.signup_form_active {
  border: 1px solid #7F983E;
}
.signup_wrap .form_wrap .wrapper .form_row .group select {
  width: calc(100% - 140px);
  height: 45px;
  border: 1px solid #B1B3B2;
  padding: 0px 40px 0 12px;
  font-size: 14px;
  outline: none;
  background-image: url(../assets/images/selectarrow.svg);
  background-repeat: no-repeat;
  background-position: center right 18px;
}
.signup_wrap .form_wrap .wrapper .form_row .group select.time_select {
  font-size: 17px;
}
@media only screen and (max-width: 992px) {
  .signup_wrap .form_wrap .wrapper .form_row .group select {
    width: 100%;
  }
}
.signup_wrap .form_wrap .wrapper .form_row .group.withTime {
  position: relative;
}
.signup_wrap .form_wrap .wrapper .form_row .group.withTime input {
  background: #FFFFFF url(../assets/images/down-arrow.svg) no-repeat;
  background-position: right 15px center;
}

.visitor .modal-dialog .modal-content .modal-body .complete_msg {
  padding-bottom: 69px !important;
}

.confarmation .modal-dialog .modal-content .modal-body .complete_msg {
  padding-bottom: 69px !important;
}
.confarmation .modal-dialog .modal-content .modal-body .complete_msg h4 {
  line-height: 42px !important;
}
.confarmation .modal-dialog .modal-content .modal-footer {
  padding: 0;
}
.confarmation .modal-dialog .modal-content .modal-footer .button_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  border-left: 1px solid #E2E2E2;
}
.confarmation .modal-dialog .modal-content .modal-footer .button_wrap:first-child {
  border-left: 0;
}
.confarmation .modal-dialog .modal-content .modal-footer .button_wrap a {
  font-size: 16px;
  line-height: 22px;
  padding: 26px 20px 31px 20px;
  width: 100%;
  display: block;
}

@media screen and (max-width: 1024px) {
  .customer_service_wrap {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .customer_service_wrap {
    margin-top: 40px;
  }
}
.customer_service_wrap .form_wrap {
  border-bottom: 0;
  margin-top: 67px;
}
@media only screen and (max-width: 640px) {
  .customer_service_wrap .form_wrap {
    margin-top: 30px;
  }
}
.customer_service_wrap .form_wrap .head {
  display: flex;
  justify-content: center;
}
.customer_service_wrap .form_wrap .head h5 {
  text-align: center;
  font-size: 17px;
  color: #7F983E;
  line-height: 150%;
  display: flex;
  justify-content: center;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 640px) {
  .customer_service_wrap .form_wrap .head h5 {
    font-size: 14px;
    line-height: 160%;
  }
}
.customer_service_wrap .form_wrap .wrapper .form_row .group.verified_tick input {
  background-image: url(../assets/images/greentick.svg);
  background-repeat: no-repeat;
  background-position: center right 18px;
}
.customer_service_wrap .form_wrap .wrapper .form_row .group.full_group {
  width: 100%;
}
.customer_service_wrap .form_wrap .wrapper .form_row .group.full_group input {
  width: 100%;
  max-width: 1120px;
}
.customer_service_wrap .form_wrap .wrapper .form_row .group.full_group.textbox {
  align-items: flex-start;
  margin-bottom: 0;
}
.customer_service_wrap .form_wrap .wrapper .form_row .group.full_group.textbox textarea {
  width: 100%;
  height: 264px;
  border: 1px solid #B1B3B2;
  padding: 0px 40px 0 12px;
  font-size: 14px;
  padding: 15px 18px;
}
.customer_service_wrap .form_wrap .wrapper .form_row .group.full_group.textbox textarea::-moz-placeholder {
  color: #B1B3B2;
}
.customer_service_wrap .form_wrap .wrapper .form_row .group.full_group.textbox textarea::placeholder {
  color: #B1B3B2;
}
@media only screen and (max-width: 1280px) {
  .customer_service_wrap .form_wrap .wrapper .form_row .group.full_group.textbox textarea::-moz-placeholder {
    font-size: 12px;
  }
  .customer_service_wrap .form_wrap .wrapper .form_row .group.full_group.textbox textarea::placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) {
  .customer_service_wrap .form_wrap .wrapper .form_row .group.full_group.textbox textarea {
    width: 100%;
  }
}

.aboutus.conHall .conference-hall-steps {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .aboutus.conHall .conference-hall-steps {
    margin-top: 30px;
  }
}
.aboutus.conHall .conference-hall-steps .navList {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .aboutus.conHall .conference-hall-steps .navList {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .aboutus.conHall .conference-hall-steps .navList {
    bottom: 50px;
  }
}
.aboutus.conHall .conference-hall-steps .navList ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.aboutus.conHall .conference-hall-steps .navList ul li {
  flex: 1;
  list-style: none;
}
.aboutus.conHall .conference-hall-steps .navList ul li:first-child a::before {
  display: none;
}
.aboutus.conHall .conference-hall-steps .navList ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #868484;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .aboutus.conHall .conference-hall-steps .navList ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .aboutus.conHall .conference-hall-steps .navList ul li a {
    font-size: 0;
  }
}
.aboutus.conHall .conference-hall-steps .navList ul li a::before {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 30px);
  border: dashed 1px #B1B3B2;
  top: 5px;
  position: absolute;
  left: calc(-50% + 15px);
  z-index: 0;
}
.aboutus.conHall .conference-hall-steps .navList ul li a span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-bottom: 10px;
  background: #B1B3B2;
  display: block;
}
.aboutus.conHall .conference-hall-steps .navList ul li a.active {
  color: #3D393B;
  font-weight: 500;
  font-family: "Noto Sans KR", sans-serif;
}
.aboutus.conHall .conference-hall-steps .navList ul li a.active span {
  background: #8BA340;
}
.aboutus.conHall .con-reservation-info {
  margin-top: 110px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .aboutus.conHall .con-reservation-info {
    margin-top: 40px;
  }
}
.aboutus.conHall .con-reservation-info h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  color: #222722;
  letter-spacing: -0.05em;
  font-family: "Noto Sans KR", sans-serif;
}
@media only screen and (max-width: 640px) {
  .aboutus.conHall .con-reservation-info h4 {
    font-size: 20px;
  }
}
.aboutus.conHall .con-reservation-info .form_wrap {
  width: 100%;
  margin-top: 43px;
  margin-bottom: 19px;
}
@media only screen and (max-width: 640px) {
  .aboutus.conHall .con-reservation-info .form_wrap {
    margin-top: 11px;
  }
}
.aboutus.conHall .con-reservation-info .form_wrap .allform {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left {
  width: 44%;
  position: relative;
  margin-left: 128px;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1275px) {
  .aboutus.conHall .con-reservation-info .form_wrap .allform .left {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 840px) {
  .aboutus.conHall .con-reservation-info .form_wrap .allform .left {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .aboutus.conHall .con-reservation-info .form_wrap .allform .left {
    width: 100%;
    margin-left: 0;
  }
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1 {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1 {
    margin-top: 20px;
  }
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.withDate input {
  background: #FFFFFF url(../assets/images/calendar.svg) no-repeat;
  background-position: right 15px center;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.withDate input::-moz-placeholder {
  color: #B1B3B2;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.withDate input::placeholder {
  color: #B1B3B2;
}
@media only screen and (max-width: 1275px) {
  .aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.withDate input {
    width: calc(100% - 146px);
  }
}
@media only screen and (max-width: 992px) {
  .aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.withDate input {
    width: 100%;
    max-width: initial;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.withDate input {
    background-position: right 16px center;
  }
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.withTime {
  position: relative;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.withTime .form-grp {
  width: calc(100% - 130px);
  max-width: 345px;
  position: relative;
}
@media only screen and (max-width: 1275px) {
  .aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.withTime .form-grp {
    width: calc(100% - 146px);
  }
}
@media only screen and (max-width: 992px) {
  .aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.withTime .form-grp {
    width: 100%;
    max-width: initial;
  }
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.withTime .form-grp input {
  width: 100%;
  background: #FFFFFF url(../assets/images/down-arrow.svg) no-repeat;
  background-position: right 15px center;
  font-family: "Noto Sans KR", sans-serif;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.withTime .form-grp input::-moz-placeholder {
  color: #B1B3B2;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.withTime .form-grp input::placeholder {
  color: #B1B3B2;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.withTime .form-grp select {
  width: 100%;
  max-width: 345px;
  height: 45px;
  border: 1px solid #B1B3B2;
  padding: 0px 18px;
  color: #222722;
  background: #FFFFFF url(../assets/images/down-arrow.svg) no-repeat;
  background-position: right 15px center;
  font-family: "Noto Sans KR", sans-serif;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.withTime .form-grp select::-moz-placeholder {
  color: #B1B3B2;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.withTime .form-grp select::placeholder {
  color: #B1B3B2;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.withTime .form-grp select:focus {
  outline: none;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.withTime .form-grp .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.participants-numbers .form-grp {
  width: calc(100% - 130px);
  max-width: 345px;
  position: relative;
}
@media only screen and (max-width: 1275px) {
  .aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.participants-numbers .form-grp {
    width: calc(100% - 146px);
  }
}
@media only screen and (max-width: 992px) {
  .aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.participants-numbers .form-grp {
    width: 100%;
    max-width: initial;
  }
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.participants-numbers .form-grp input {
  width: 100%;
  text-align: center;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.participants-numbers .form-grp .numButton {
  position: absolute;
  top: 10px;
  width: 20px;
  height: 20px;
  font-size: 0;
  cursor: pointer;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.participants-numbers .form-grp .numButton.dec {
  left: 15px;
  background: url(../assets/images/num-minus.svg) no-repeat;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.participants-numbers .form-grp .numButton.dec.active_minus {
  background: url(../assets/images/minus_active.svg) no-repeat;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.participants-numbers .form-grp .numButton.inc {
  right: 15px;
  background: url(../assets/images/plus_inactive.svg) no-repeat;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1.participants-numbers .form-grp .numButton.inc.active_plus {
  background: url(../assets/images/num-add.svg) no-repeat;
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1 label {
  width: 10%;
  font-size: 16px;
  line-height: 24px;
  color: #222722;
  min-width: 110px;
  margin-right: 35px;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 840px) {
  .aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1 label {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1 label {
    width: 100%;
    display: block;
    margin-bottom: 6px;
  }
}
.aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1 input {
  width: calc(100% - 130px);
  max-width: 345px;
  height: 45px;
  border: 1px solid #B1B3B2;
  padding: 0px 18px;
  color: #222722;
  font-family: "Noto Sans KR", sans-serif;
}
@media only screen and (max-width: 992px) {
  .aboutus.conHall .con-reservation-info .form_wrap .allform .left .form1 input {
    width: 100%;
    max-width: initial;
  }
}
.aboutus.conHall .available-rooms-reservation {
  border-top: 1px solid #868484;
  padding-top: 90px;
}
.aboutus.conHall .available-rooms-reservation h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  color: #222722;
  letter-spacing: -0.05em;
  font-family: "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 992px) {
  .aboutus.conHall .available-rooms-reservation h4 {
    font-size: 25px;
  }
}
.aboutus.conHall .available-rooms-reservation .available-room-list {
  margin-top: 36px;
  margin-bottom: 137px;
}
.aboutus.conHall .available-rooms-reservation .available-room-list .rooms-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F1F0EE;
  padding: 45px 0;
}
@media only screen and (max-width: 640px) {
  .aboutus.conHall .available-rooms-reservation .available-room-list .rooms-row {
    flex-direction: column;
  }
}
.aboutus.conHall .available-rooms-reservation .available-room-list .rooms-row:first-child {
  padding-top: 0;
}
.aboutus.conHall .available-rooms-reservation .available-room-list .rooms-row .rooms-left {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .aboutus.conHall .available-rooms-reservation .available-room-list .rooms-row .rooms-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.aboutus.conHall .available-rooms-reservation .available-room-list .rooms-row .rooms-left .count {
  width: 24px;
  font-size: 14px;
  line-height: 14px;
  color: #868484;
}
.aboutus.conHall .available-rooms-reservation .available-room-list .rooms-row .rooms-left .imgHolder {
  width: 155px;
  height: 93px;
  margin-right: 42px;
}
@media screen and (max-width: 768px) {
  .aboutus.conHall .available-rooms-reservation .available-room-list .rooms-row .rooms-left .imgHolder {
    margin-right: 25px;
  }
}
.aboutus.conHall .available-rooms-reservation .available-room-list .rooms-row .rooms-left .imgHolder img {
  width: 100%;
  height: 100%;
}
.aboutus.conHall .available-rooms-reservation .available-room-list .rooms-row .rooms-left .room-desc h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #222722;
  font-family: "Inter", sans-serif;
}
.aboutus.conHall .available-rooms-reservation .available-room-list .rooms-row .rooms-left .room-desc p {
  font-size: 11px;
  line-height: 17px;
  color: #868484;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 640px) {
  .aboutus.conHall .available-rooms-reservation .available-room-list .rooms-row .button-right {
    width: 100%;
  }
}
.aboutus.conHall .available-rooms-reservation .available-room-list .rooms-row .button-right .btn-select {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 102px;
  height: 45px;
  border: 1px solid #B1B3B2;
  font-size: 14px;
  color: #3D393B;
  border-radius: 0;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 640px) {
  .aboutus.conHall .available-rooms-reservation .available-room-list .rooms-row .button-right .btn-select {
    width: 100%;
  }
}
.aboutus.conHall .not_found {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .aboutus.conHall .not_found {
    height: 150px;
  }
}
.aboutus.conHall .not_found p {
  font-size: 28px;
  line-height: 42px;
  color: #B1B3B2;
  font-family: "Inter", "Noto Sans KR", sans-serif;
  text-align: center;
}

.office_tenants {
  width: 100%;
  height: auto;
  margin-top: 150px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .office_tenants {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .office_tenants {
    margin-top: 40px;
  }
}
.office_tenants .title {
  text-align: center;
}
.office_tenants .title h1 {
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0.15em;
  font-family: "Inter", "Noto Sans KR", sans-serif;
  color: #222722;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .office_tenants .title h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media screen and (max-width: 992px) {
  .office_tenants .title h1 {
    font-size: 35px;
    line-height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .office_tenants .title h1 {
    font-size: 26px;
    line-height: 50px;
  }
}
@media screen and (max-width: 640px) {
  .office_tenants .title h1 {
    font-size: 20px;
    line-height: 100%;
  }
}
@media screen and (max-width: 320px) {
  .office_tenants .title h1 {
    font-size: 20px;
    line-height: 24px;
  }
}
.office_tenants .title p {
  margin-top: 15px;
  font-size: 20px;
  line-height: 28px;
  color: #222722;
}
@media screen and (max-width: 640px) {
  .office_tenants .title p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 21px;
  }
}
.office_tenants .about1 {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .office_tenants .about1 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .office_tenants .about1 {
    margin-top: 50px;
  }
}
.office_tenants .about1 .about_img {
  background-image: url(../assets/images/office_tenants.jpg);
  width: 100%;
  height: 1010px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top -100%;
}
@media screen and (max-width: 640px) {
  .office_tenants .about1 .about_img {
    height: 445px;
    background-position: center bottom 30%;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 576px) {
  .office_tenants .about1 .about_img {
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .office_tenants .about1 .about_img {
    background-image: url(../assets/images/office_tenants_mobile.jpg);
    background-position: top center;
    height: 452px;
  }
}
.office_tenants .office_logo {
  width: 100%;
  margin-top: 103px;
  padding-bottom: 70px;
}
.office_tenants .office_logo .all_logo {
  width: 100%;
}
.office_tenants .office_logo .all_logo:last-child {
  margin-bottom: 0;
}
.office_tenants .office_logo .all_logo .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .office_tenants .office_logo .all_logo .wrapper {
    margin: 0 -8px;
  }
}
.office_tenants .office_logo .all_logo .wrapper .company_logo {
  height: auto;
  text-align: center;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .office_tenants .office_logo .all_logo .wrapper .company_logo {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 33.33%;
    padding: 0 8px;
  }
}
@media screen and (max-width: 640px) {
  .office_tenants .office_logo .all_logo .wrapper .company_logo {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 0 8px;
    margin-bottom: 25px;
  }
}
.office_tenants .office_logo .all_logo .wrapper .company_logo .cmpny_wrap {
  border: 1px solid #F1F0EE;
}
@media screen and (max-width: 640px) {
  .office_tenants .office_logo .all_logo .wrapper .company_logo .cmpny_wrap {
    border: none;
  }
}
.office_tenants .office_logo .all_logo .wrapper .company_logo .cmpny_wrap .imgholder {
  width: 100%;
  height: 190px;
  margin: 0px auto;
  background-size: 90% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 640px) {
  .office_tenants .office_logo .all_logo .wrapper .company_logo .cmpny_wrap .imgholder {
    background-size: 70% auto;
    height: 110px;
    border: 1px solid #F1F0EE;
    margin-bottom: 13px;
  }
}
.office_tenants .office_logo .all_logo .wrapper .company_logo .cmpny_wrap .content {
  padding: 0px 15px 40px;
}
@media screen and (max-width: 640px) {
  .office_tenants .office_logo .all_logo .wrapper .company_logo .cmpny_wrap .content {
    padding: 0px 15px;
  }
}
.office_tenants .office_logo .all_logo .wrapper .company_logo .cmpny_wrap .content h5 {
  font-size: 18px;
  color: #3D393B;
  line-height: 18px;
  font-weight: 500;
  font-family: "Noto Sans KR", sans-serif;
}
@media screen and (max-width: 640px) {
  .office_tenants .office_logo .all_logo .wrapper .company_logo .cmpny_wrap .content h5 {
    font-size: 11px;
  }
}
.office_tenants .office_logo .all_logo .wrapper .company_logo .cmpny_wrap .content p {
  font-size: 16px;
  line-height: 28px;
  color: #868484;
  margin-bottom: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .office_tenants .office_logo .all_logo .wrapper .company_logo .cmpny_wrap .content p {
    font-size: 9px;
  }
}
.office_tenants .office_logo.mobile-view {
  display: none;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .office_tenants .office_logo.mobile-view {
    display: none;
  }
}
.office_tenants .office_logo.mobile-view .logo_mobile_wrap {
  width: 100%;
}
.office_tenants .office_logo.mobile-view .logo_mobile_wrap .wrapper ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.office_tenants .office_logo.mobile-view .logo_mobile_wrap .wrapper ul li {
  width: 45%;
  margin-bottom: 25px;
  text-align: center;
  margin-right: 17px;
  list-style-type: none;
  margin-bottom: 22px;
  border: 1px solid #F1F0EE;
  cursor: pointer;
}
.office_tenants .office_logo.mobile-view .logo_mobile_wrap .wrapper ul li:nth-child(2n+1) {
  margin-left: 0;
}
.office_tenants .office_logo.mobile-view .logo_mobile_wrap .wrapper ul li .cmpny_wrap {
  width: 100%;
  height: 190px;
  margin: 0px auto;
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.office_tenants .office_logo.mobile-view .logo_mobile_wrap .wrapper ul li .content {
  margin-top: 13px;
  padding: 0px 15px 40px;
}
.office_tenants .office_logo.mobile-view .logo_mobile_wrap .wrapper ul li .content h5 {
  font-size: 11px;
  line-height: 11px;
  color: #3D393B;
  font-weight: 500;
  font-family: "Noto Sans KR", sans-serif;
}
.office_tenants .office_logo.mobile-view .logo_mobile_wrap .wrapper ul li .content p {
  margin-top: 9px;
  margin-bottom: 0;
  color: #868484;
  font-size: 9px;
}
.office_tenants .office_logo.mobile-view .logo_mobile_wrap .arrow_wrap {
  margin-top: 25px;
  border-top: 1px solid #BEBFBB;
  border-bottom: 1px solid #BEBFBB;
  padding: 17px 0px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .retail_tenants {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .retail_tenants {
    margin-top: 40px;
  }
}
.retail_tenants .about1 .about_img {
  background-image: url(../assets/images/retail_tenants.jpg);
  width: 100%;
  height: 1010px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top -100%;
}
@media screen and (max-width: 640px) {
  .retail_tenants .about1 .about_img {
    height: 445px;
    background-position: center bottom 30%;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 576px) {
  .retail_tenants .about1 .about_img {
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .retail_tenants .about1 .about_img {
    background-image: url(../assets/images/retail_tenants_mobile.jpg);
    background-position: center;
  }
}
.retail_tenants .office_logo .header {
  margin-top: 96px;
  padding-bottom: 78px;
  text-align: center;
}
.retail_tenants .office_logo .header .head_logo_1 {
  width: 100%;
}
.retail_tenants .office_logo .header .head_logo_1 img {
  width: 100%;
  max-width: 173px;
}
.retail_tenants .office_logo .header .head_logo_2 {
  width: 100%;
  margin-top: 16px;
}
.retail_tenants .office_logo .header .head_logo_2 img {
  width: 100%;
  max-width: 308px;
}
.retail_tenants .office_logo .all_logo .wrapper .company_logo {
  cursor: pointer;
}

.buildingmodal .modal-dialog {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .buildingmodal .modal-dialog {
    max-width: 500px;
  }
}
.buildingmodal .modal-dialog .modal-content {
  border-radius: 20px;
  border: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 500px;
}
@media screen and (min-height: 600px) {
  .buildingmodal .modal-dialog .modal-content {
    height: 600px;
  }
}
.buildingmodal .modal-dialog .modal-content .modal-header {
  border: 0;
  padding: 30px 33px 0px 0px;
}
@media screen and (max-width: 768px) {
  .buildingmodal .modal-dialog .modal-content .modal-header {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .buildingmodal .modal-dialog .modal-content .modal-header .close .desktop_cross {
    width: 12px;
    height: 12px;
  }
}
.buildingmodal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.buildingmodal .modal-dialog .modal-content .modal-body .head {
  text-align: center;
}
.buildingmodal .modal-dialog .modal-content .modal-body .head h5 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  color: #3D393B;
}
.buildingmodal .modal-dialog .modal-content .modal-body .head p {
  font-size: 14px;
  line-height: 25px;
  color: #868484;
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .buildingmodal .modal-dialog .modal-content .modal-body .head p {
    margin-top: 7px;
  }
}
.buildingmodal .modal-dialog .modal-content .modal-body .content_wrap {
  width: 100%;
  margin-top: 41px;
  display: flex;
  align-items: flex-start;
  padding: 0px 71px 52px 71px;
}
@media screen and (max-width: 768px) {
  .buildingmodal .modal-dialog .modal-content .modal-body .content_wrap {
    flex-direction: column;
    padding: 0px 25px 36px 25px;
    margin-top: 39px;
  }
}
.buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_content {
  display: flex;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_content {
    width: 100%;
  }
}
.buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_content .desktop_view {
  width: 100%;
  max-width: 383px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_content .desktop_view {
    display: none;
    width: 100%;
    max-width: 100%;
  }
}
.buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_content .mobile_view {
  display: none;
  width: 100%;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_content .mobile_view {
    display: block;
  }
}
.buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_details {
  width: 50%;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_details {
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
  }
}
.buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_details .image img {
  width: 100%;
  max-width: 115px;
}
.buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_details .wrapper {
  margin-top: 14px;
}
.buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_details .wrapper table tr td {
  border: 0;
  font-size: 13px;
  line-height: 19px;
  padding: 8px 13px;
}
.buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_details .wrapper table tr td:first-child {
  font-weight: 600;
  color: #3D393B;
}
.buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_details .wrapper table tr td:last-child {
  color: #868484;
}
.buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_details .wrapper .details {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_details .wrapper .details {
    margin-top: 47px;
  }
}
.buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_details .wrapper .details a {
  text-transform: uppercase;
  color: #7F983E;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_details .wrapper .details h6 {
  margin-top: 9px;
  font-weight: 500;
  font-size: 14px;
  color: #3D393B;
}
.buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_details .wrapper .details p {
  color: #868484;
  font-size: 12px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .buildingmodal .modal-dialog .modal-content .modal-body .content_wrap .img_details .wrapper .details p {
    margin-top: 20px;
  }
}

.conHall {
  margin-top: 103px;
}
.conHall .title h1 {
  letter-spacing: 0.15em;
  font-family: "Inter", sans-serif;
}
.conHall .title p {
  margin-top: 23px;
  margin-bottom: 0;
  font-family: "Noto Sans KR", sans-serif;
}

.con_hall_banner_sec {
  width: 100%;
  height: auto;
  margin-top: 108px;
}
@media screen and (max-width: 1024px) {
  .con_hall_banner_sec {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .con_hall_banner_sec {
    margin-top: 40px;
  }
}
.con_hall_banner_sec .banner_head {
  width: 100%;
  text-align: left;
}
.con_hall_banner_sec .banner_head h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  color: #222722;
  letter-spacing: -0.02em;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}
@media only screen and (max-width: 640px) {
  .con_hall_banner_sec .banner_head h4 {
    font-size: 20px;
  }
}
.con_hall_banner_sec .banner {
  margin-top: 50px;
  width: 100%;
  height: 425px;
  position: relative;
  z-index: 1;
}
.con_hall_banner_sec .banner .banner_slider .item {
  width: 100%;
  height: 425px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.con_hall_banner_sec .banner .banner_slider .owl-nav {
  width: 100%;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 38px;
}
.con_hall_banner_sec .banner .banner_slider .owl-nav button img {
  width: 26px;
  height: 50px;
}
.con_hall_banner_sec .banner .banner_slider .owl-dots {
  display: none;
}
.con_hall_banner_sec .banner .number_btn {
  width: 60px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 5px 2px;
  max-width: 60px;
  position: absolute;
  right: 12px;
  bottom: 35px;
  z-index: 2;
  text-align: center;
}
.con_hall_banner_sec .banner .number_btn span {
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

.reservation_info_sec {
  width: 100%;
  height: auto;
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  .reservation_info_sec {
    margin-top: 20px;
  }
}
.reservation_info_sec .reservation_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid #868484;
}
@media only screen and (max-width: 768px) {
  .reservation_info_sec .reservation_wrap {
    flex-direction: column;
  }
}
.reservation_info_sec .reservation_wrap .info {
  width: 45%;
  height: auto;
  margin-left: 163px;
}
@media only screen and (max-width: 992px) {
  .reservation_info_sec .reservation_wrap .info {
    margin-left: 80px;
    width: 48%;
  }
}
@media only screen and (max-width: 840px) {
  .reservation_info_sec .reservation_wrap .info {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .reservation_info_sec .reservation_wrap .info {
    margin-left: 0px;
    width: 100%;
  }
}
.reservation_info_sec .reservation_wrap .info.left_info .content .table tbody tr td {
  padding: 20px 0px;
}
.reservation_info_sec .reservation_wrap .info.right_info .content .table tbody tr:last-child td {
  border-bottom: 1px solid #F1F0EE;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .reservation_info_sec .reservation_wrap .info.right_info {
    margin-top: 40px;
  }
}
.reservation_info_sec .reservation_wrap .info.right_info .content .table tbody tr.blank td {
  padding: 18px 0;
}
.reservation_info_sec .reservation_wrap .info.right_info .content .table tbody tr td {
  padding: 10px 0px;
}
.reservation_info_sec .reservation_wrap .info:first-child {
  margin-left: 0;
}
.reservation_info_sec .reservation_wrap .info .head {
  text-align: left;
}
.reservation_info_sec .reservation_wrap .info .head h4 {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: -0.05em;
  line-height: 37px;
  color: #222722;
  font-family: "Noto Sans KR", sans-serif;
}
@media only screen and (max-width: 640px) {
  .reservation_info_sec .reservation_wrap .info .head h4 {
    font-size: 20px;
  }
}
.reservation_info_sec .reservation_wrap .info .content {
  width: 100%;
  margin-top: 33px;
}
@media only screen and (max-width: 768px) {
  .reservation_info_sec .reservation_wrap .info .content {
    margin-top: 20px;
  }
}
.reservation_info_sec .reservation_wrap .info .content .table tbody tr:last-child td {
  border: 0;
  padding-bottom: 0;
}
.reservation_info_sec .reservation_wrap .info .content .table tbody tr td {
  border-top: 0;
  border-bottom: 1px solid #F1F0EE;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.05em;
  color: #222722;
}
@media only screen and (max-width: 992px) {
  .reservation_info_sec .reservation_wrap .info .content .table tbody tr td {
    font-size: 12px;
  }
}
.reservation_info_sec .reservation_wrap .info .content .table tbody tr td:first-child {
  width: 40%;
}
.reservation_info_sec .reservation_wrap .info .content .table tbody tr td:last-child {
  text-align: right;
  font-size: 18px;
  line-height: 18px;
  color: #868484;
  width: 60%;
}
@media only screen and (max-width: 992px) {
  .reservation_info_sec .reservation_wrap .info .content .table tbody tr td:last-child {
    font-size: 14px;
  }
}
.reservation_info_sec .reservation_wrap .info .content .table tbody tr td.txt {
  color: #222722;
}
.reservation_info_sec .reservation_wrap .info .content .table tbody tr td .check-box-wrap .custom-checkbox .chacked::before {
  border: none;
  background: url(../assets/images/graytick.svg) no-repeat center center !important;
}
.reservation_info_sec .reservation_wrap .info .content .table tbody tr td .check-box-wrap .custom-checkbox .chacked::after {
  display: none;
}
.reservation_info_sec .reservation_wrap .info .content .table tbody tr td .check-box-wrap .custom-checkbox .gray_unchecked::before {
  background-color: #F1F0EE;
  border: 1px solid #B1B3B2;
}
.reservation_info_sec .reservation_wrap .info .content .table tbody tr td .check-box-wrap .custom-checkbox .gray_unchecked::after {
  display: none;
}
.reservation_info_sec .reservation_wrap .info .content .table tbody tr td .check-box-wrap .custom-control-label {
  font-size: 14px;
  line-height: 17px;
  margin-left: 20px;
  color: #3D393B;
}
@media only screen and (max-width: 992px) {
  .reservation_info_sec .reservation_wrap .info .content .table tbody tr td .check-box-wrap .custom-control-label {
    font-size: 12px;
  }
}
.reservation_info_sec .reservation_wrap .info .content .table tbody tr td .check-box-wrap .custom-control-label::before {
  background-color: #FFFFFF;
  border: 1px solid #3D393B;
  border-radius: 2px;
  top: 3px;
  box-shadow: none;
  width: 17px;
  height: 16px;
}
.reservation_info_sec .reservation_wrap .info .content .table tbody tr td .check-box-wrap .custom-control-label::after {
  top: 3px;
  border-radius: 4px;
  width: 17px;
  height: 16px;
}
.reservation_info_sec .reservation_wrap .info .content .table tbody tr td .check-box-wrap .custom-control-label .info_img {
  margin-left: 5px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.reservation_info_sec .check-box-wrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: url(../assets/images/black_tick.svg) no-repeat center center !important;
}

.payment_info {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 116px;
}
@media only screen and (max-width: 576px) {
  .payment_info {
    margin-bottom: 0px;
  }
}
.payment_info .head {
  width: 100%;
}
.payment_info .head h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  color: #222722;
  letter-spacing: -0.02em;
  font-family: "Noto Sans KR", sans-serif;
}
@media only screen and (max-width: 640px) {
  .payment_info .head h4 {
    font-size: 20px;
  }
}
.payment_info .info_wrapper {
  width: 100%;
  margin-top: 48px;
}
.payment_info .info_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 41px;
}
@media only screen and (max-width: 768px) {
  .payment_info .info_wrap {
    flex-direction: column;
  }
}
.payment_info .info_wrap .p_info {
  width: 50%;
  height: auto;
  margin-left: 155px;
}
.payment_info .info_wrap .p_info:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 992px) {
  .payment_info .info_wrap .p_info {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 840px) {
  .payment_info .info_wrap .p_info {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .payment_info .info_wrap .p_info {
    width: 100%;
    margin-left: 0;
  }
}
.payment_info .info_wrap .p_info .content_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.payment_info .info_wrap .p_info .content_wrap.border_wrap {
  max-width: 537px;
  height: 87px;
  border: 1px solid #B1B3B2;
  padding: 34px 43px;
}
@media only screen and (max-width: 768px) {
  .payment_info .info_wrap .p_info .content_wrap.border_wrap {
    max-width: inherit;
  }
}
@media only screen and (max-width: 640px) {
  .payment_info .info_wrap .p_info .content_wrap.border_wrap {
    padding: 20px;
  }
}
.payment_info .info_wrap .p_info .content_wrap.border_wrap p {
  color: #222722;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.02em;
  font-family: "Noto Sans KR", sans-serif;
}
.payment_info .info_wrap .p_info .content_wrap.border_wrap p:first-child {
  font-size: 22px;
}
.payment_info .info_wrap .p_info .content_wrap:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .payment_info .info_wrap .p_info .content_wrap:last-child {
    margin-top: 40px;
  }
}
.payment_info .info_wrap .p_info .content_wrap p {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #868484;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .payment_info .info_wrap .p_info .content_wrap p {
    font-size: 14px;
    line-height: 20px;
  }
}
.payment_info .info_wrap .p_info .content_wrap p span {
  margin-left: 17px;
  cursor: pointer;
}
.payment_info .info_wrap .p_info .content_wrap p span img {
  width: 16px;
  height: 16px;
}
.payment_info .button_wrap {
  margin-top: 60px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .payment_info .button_wrap {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.payment_info .button_wrap a {
  width: 275px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222722;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 25px;
}

.reservation_info_sec.reservation_payment {
  margin-top: 110px;
}
.reservation_info_sec.reservation_payment .reservation_wrap .info {
  margin-left: 155px;
}
.reservation_info_sec.reservation_payment .reservation_wrap .info:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .reservation_info_sec.reservation_payment .reservation_wrap .info {
    margin-left: 0;
  }
}
.reservation_info_sec.reservation_payment .reservation_wrap .info .content {
  margin-top: 9px;
}
@media screen and (max-width: 1024px) {
  .reservation_info_sec {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .reservation_info_sec {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .reservation_info_sec .reservation_wrap {
    padding-bottom: 0px;
  }
}
.reservation_info_sec .reservation_wrap .info .content.payment_page .table tbody tr td {
  padding: 20px 0px;
}
.reservation_info_sec .reservation_wrap .info .content .table tbody tr td a {
  margin-left: 8px;
}
.reservation_info_sec .reservation_wrap .info .content .table tbody tr td input {
  width: 100%;
  height: 45px;
  font-size: 14px;
  text-align: left;
  padding: 10px 15px;
  border: 1px solid #B1B3B2;
}
@media only screen and (max-width: 992px) {
  .reservation_info_sec .reservation_wrap .info .content .table tbody tr td input {
    font-size: 12px;
    padding: 10px;
  }
}

.resarvation_information_sec {
  width: 100%;
  height: auto;
}
.resarvation_information_sec .title {
  padding-top: 58px;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .resarvation_information_sec .title {
    padding-top: 20px;
  }
}
.resarvation_information_sec .title h4 {
  font-weight: 500;
  font-size: 25px;
  color: #222722;
  line-height: 37px;
  font-family: "Noto Sans KR", sans-serif;
}
@media only screen and (max-width: 640px) {
  .resarvation_information_sec .title h4 {
    font-size: 20px;
  }
}
.resarvation_information_sec .info_wrapper {
  width: 100%;
  margin-top: 44px;
  padding-bottom: 56px;
  border-bottom: 1px solid #868484;
}
.resarvation_information_sec .info_wrapper .info_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .resarvation_information_sec .info_wrapper .info_wrap {
    flex-direction: column;
  }
}
.resarvation_information_sec .info_wrapper .info_wrap .info {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 155px;
}
.resarvation_information_sec .info_wrapper .info_wrap .info:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 992px) {
  .resarvation_information_sec .info_wrapper .info_wrap .info {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .resarvation_information_sec .info_wrapper .info_wrap .info {
    width: 100%;
    margin-left: 0;
  }
}
.resarvation_information_sec .info_wrapper .info_wrap .info p {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.05em;
  color: #222722;
}
@media only screen and (max-width: 992px) {
  .resarvation_information_sec .info_wrapper .info_wrap .info p {
    font-size: 14px;
  }
}
.resarvation_information_sec .info_wrapper .info_wrap .info p:last-child {
  color: #868484;
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (max-width: 992px) {
  .resarvation_information_sec .info_wrapper .info_wrap .info p:last-child {
    font-size: 14px;
    line-height: 20px;
  }
}

.payment_information_sec {
  width: 100%;
  height: auto;
}
.payment_information_sec .title {
  padding-top: 50px;
  text-align: left;
}
.payment_information_sec .title h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  color: #222722;
  font-family: "Noto Sans KR", sans-serif;
}
@media only screen and (max-width: 640px) {
  .payment_information_sec .title h4 {
    font-size: 20px;
  }
}
.payment_information_sec .info_wrapper {
  width: 100%;
  margin-top: 39px;
  padding-bottom: 56px;
}
@media only screen and (max-width: 640px) {
  .payment_information_sec .info_wrapper {
    padding-bottom: 30px;
  }
}
.payment_information_sec .info_wrapper .info_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 41px;
  border-bottom: 1px solid #868484;
}
@media only screen and (max-width: 768px) {
  .payment_information_sec .info_wrapper .info_wrap {
    flex-direction: column;
  }
}
.payment_information_sec .info_wrapper .info_wrap .p_info {
  width: 50%;
  height: auto;
  margin-left: 155px;
}
@media only screen and (max-width: 992px) {
  .payment_information_sec .info_wrapper .info_wrap .p_info {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .payment_information_sec .info_wrapper .info_wrap .p_info {
    width: 100%;
    margin-left: 0;
    margin-top: 26px;
  }
  .payment_information_sec .info_wrapper .info_wrap .p_info:first-child {
    margin-top: 0;
  }
}
.payment_information_sec .info_wrapper .info_wrap .p_info:first-child {
  margin-left: 0;
}
.payment_information_sec .info_wrapper .info_wrap .p_info .content_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.payment_information_sec .info_wrapper .info_wrap .p_info .content_wrap:last-child {
  margin-bottom: 0;
}
.payment_information_sec .info_wrapper .info_wrap .p_info .content_wrap p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #868484;
  margin: 0;
}
.payment_information_sec .info_wrapper .info_wrap .p_info .content_wrap p.bold {
  color: #222722;
}
@media only screen and (max-width: 992px) {
  .payment_information_sec .info_wrapper .info_wrap .p_info .content_wrap p {
    font-size: 14px;
    line-height: 20px;
  }
}
.payment_information_sec .info_wrapper .info_wrap .p_info .content_wrap p span {
  margin-right: 0px;
  cursor: pointer;
}
.payment_information_sec .info_wrapper .info_wrap .p_info .content_wrap p span img {
  width: 16px;
  height: 16px;
}
.payment_information_sec .info_wrapper .info_wrap .p_info .content_wrap p small {
  font-size: 13px;
  line-height: 15px;
  cursor: pointer;
}
.payment_information_sec .info_wrapper .total {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .payment_information_sec .info_wrapper .total {
    flex-direction: column;
  }
}
.payment_information_sec .info_wrapper .total .p_info {
  display: flex;
  width: 50%;
  height: auto;
  margin-left: 155px;
}
@media only screen and (max-width: 992px) {
  .payment_information_sec .info_wrapper .total .p_info {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .payment_information_sec .info_wrapper .total .p_info {
    width: 100%;
    margin-left: 0;
    margin-top: 26px;
  }
  .payment_information_sec .info_wrapper .total .p_info:first-child {
    margin-top: 0;
  }
}
.payment_information_sec .info_wrapper .total .p_info:first-child {
  margin-left: 0;
}
.payment_information_sec .info_wrapper .total .p_info .content p {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #222722;
  text-decoration: underline;
  margin-bottom: 8px;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .payment_information_sec .info_wrapper .total .p_info .content .check-box-wrap {
    padding-bottom: 40px;
  }
}
.payment_information_sec .info_wrapper .total .p_info .content .check-box-wrap .custom-control-label {
  font-size: 13px;
  line-height: 19px;
  margin-left: 7px;
  color: #3D393B;
}
.payment_information_sec .info_wrapper .total .p_info .content .check-box-wrap .custom-control-label::before {
  background-color: transparent;
  border: 1px solid #3D393B;
  border-radius: 2px;
  top: 3px;
  box-shadow: none;
  width: 16px;
  height: 16px;
}
.payment_information_sec .info_wrapper .total .p_info .content .check-box-wrap .custom-control-label::after {
  top: 3px;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  background: url(../assets/images/check-tick.svg) no-repeat center center !important;
}
.payment_information_sec .info_wrapper .total .p_info .content .check-box-wrap .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #222722 !important;
}
.payment_information_sec .info_wrapper .total .p_info .content_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment_information_sec .info_wrapper .total .p_info .content_wrap h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #222722;
  font-family: "Noto Sans KR", sans-serif;
}
.payment_information_sec .info_wrapper .total .p_info .content_wrap h3:first-child {
  font-size: 22px;
}
@media only screen and (max-width: 640px) {
  .payment_information_sec .info_wrapper .total .p_info .content_wrap h3 {
    font-size: 15px;
    line-height: 20px;
  }
}
.payment_information_sec .button_wrap {
  margin-top: 60px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .payment_information_sec .button_wrap {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.payment_information_sec .button_wrap a {
  width: 275px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222722;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 25px;
}

.payment_modal .modal-dialog {
  max-width: 600px;
}
.payment_modal .modal-dialog .modal-content {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  border: 0;
}
.payment_modal .modal-dialog .modal-content .modal-header {
  padding: 30px 26px 0px;
  border: 0;
}
.payment_modal .modal-dialog .modal-content .modal-header button img {
  width: 30px;
  height: 30px;
}
.payment_modal .modal-dialog .modal-content .modal-body {
  margin-top: 17px;
  padding: 0px 20px;
}
.payment_modal .modal-dialog .modal-content .modal-body .complete_msg {
  text-align: center;
  padding-bottom: 82px;
}
.payment_modal .modal-dialog .modal-content .modal-body .complete_msg img {
  width: 46px;
  height: 46px;
}
.payment_modal .modal-dialog .modal-content .modal-body .complete_msg h4 {
  margin-top: 16px;
  font-weight: 500;
  font-size: 28px;
  line-height: 50px;
  color: #222722;
  margin-bottom: 0;
  font-family: "Noto Sans KR", sans-serif;
  text-transform: capitalize;
}
.payment_modal .modal-dialog .modal-content .modal-body .complete_msg h4#myMsg {
  text-transform: none;
}
.payment_modal .modal-dialog .modal-content .modal-body .complete_msg p {
  margin-top: 14px;
  font-size: 15px;
  line-height: 24px;
  color: #3D393B;
  margin-bottom: 0;
  font-family: "Noto Sans KR", sans-serif;
}

.feeding_room {
  margin-top: 103px;
}
@media screen and (max-width: 1024px) {
  .feeding_room {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .feeding_room {
    margin-top: 40px;
  }
}
.feeding_room .title p {
  margin-top: 23px;
}

.feeding_form_sec {
  width: 100%;
  margin-top: 78px;
}
@media only screen and (max-width: 640px) {
  .feeding_form_sec {
    margin-top: 40px;
  }
}
.feeding_form_sec .reservation_info_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .feeding_form_sec .reservation_info_wrapper {
    flex-direction: column;
  }
}
.feeding_form_sec .reservation_info_wrapper .info_wrap {
  width: 50%;
  height: auto;
  margin-left: 146px;
}
@media only screen and (max-width: 1150px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 1110px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
  }
}
.feeding_form_sec .reservation_info_wrapper .info_wrap:first-child {
  margin-left: 0;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap.left_wrap .head {
  margin-bottom: 0;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .head {
  padding-bottom: 22px;
}
@media only screen and (max-width: 640px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .head {
    padding-bottom: 0;
  }
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .head h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  color: #222722;
  letter-spacing: -0.05em;
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
}
@media only screen and (max-width: 640px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .head h4 {
    font-size: 20px;
  }
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap {
  width: 100%;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left {
    width: 100%;
  }
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1 {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withDate input {
  background: #FFFFFF url(../assets/images/calendar-grey.svg) no-repeat;
  background-position: right 15px center;
  width: calc(100% - 165px);
}
@media only screen and (max-width: 1024px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withDate input {
    width: calc(100% - 115px);
  }
}
@media only screen and (max-width: 992px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withDate input {
    max-width: none;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withDate input {
    background-position: right 16px center;
  }
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withTime {
  position: relative;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withTime .form-grp {
  width: calc(100% - 165px);
  max-width: 345px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withTime .form-grp {
    width: calc(100% - 115px);
  }
}
@media only screen and (max-width: 992px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withTime .form-grp {
    max-width: none;
    width: 100%;
  }
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withTime .form-grp input {
  width: 100%;
  background: #FFFFFF url(../assets/images/down-arrow.svg) no-repeat;
  background-position: right 15px center;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withTime .form-grp .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withTime.withinfo .form_info {
  width: calc(100% - 165px);
  max-width: 345px;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withTime.withinfo .form_info {
    width: calc(100% - 115px);
  }
}
@media only screen and (max-width: 992px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withTime.withinfo .form_info {
    max-width: none;
    width: 100%;
  }
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withTime.withinfo .form_info .form-grp {
  width: 100%;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withTime.withinfo .form_info p {
  font-size: 12px;
  color: #B1B3B2;
  line-height: 23px;
  margin: 0;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 1300px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withTime.withinfo .form_info p {
    font-size: 10px;
  }
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.participants-numbers .form-grp {
  width: calc(100% - 130px);
  max-width: 345px;
  position: relative;
}
@media only screen and (max-width: 1215px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.participants-numbers .form-grp {
    width: calc(100% - 165px);
  }
}
@media only screen and (max-width: 992px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.participants-numbers .form-grp {
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.participants-numbers .form-grp {
    width: 100%;
  }
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.participants-numbers .form-grp input {
  width: 100%;
  text-align: center;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.participants-numbers .form-grp .numButton {
  position: absolute;
  top: 10px;
  width: 20px;
  height: 20px;
  font-size: 0;
  cursor: pointer;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.participants-numbers .form-grp .numButton.dec {
  left: 15px;
  background: url(../assets/images/num-minus.svg) no-repeat;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1.participants-numbers .form-grp .numButton.inc {
  right: 15px;
  background: url(../assets/images/num-add.svg) no-repeat;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1 p {
  position: absolute;
  bottom: -32px;
  color: #ff0303;
  left: 175px;
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1 p {
    left: 0;
  }
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1 label {
  width: 10%;
  font-size: 16px;
  line-height: 24px;
  color: #3D393B;
  min-width: 130px;
  margin-right: 35px;
  letter-spacing: -0.02em;
  font-family: "Noto Sans KR", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1 label {
    min-width: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1 label {
    width: 100%;
    display: block;
    margin-bottom: 6px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 840px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1 label {
    margin-right: 10px;
  }
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1 input {
  width: calc(100% - 165px);
  max-width: 345px;
  height: 45px;
  border: 1px solid #B1B3B2;
  padding: 0px 18px;
  color: #222722;
}
@media only screen and (max-width: 1024px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1 input {
    width: calc(100% - 115px);
  }
}
@media only screen and (max-width: 992px) {
  .feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1 input {
    max-width: none;
    width: 100%;
  }
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .form_wrap .left .form1 .real_name {
  position: absolute;
  bottom: 0;
  color: #222722;
  left: 175px;
  font-size: 14px;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .table_wrap {
  width: 100%;
  height: auto;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .table_wrap .table {
  width: 100%;
  height: auto;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .table_wrap .table table {
  width: 100%;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .table_wrap .table table tbody tr:last-child td {
  border: 0;
  padding-bottom: 0;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .table_wrap .table table tbody tr td {
  border-top: 0;
  border-bottom: 1px solid #F1F0EE;
  padding: 24px 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #3D393B;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .table_wrap .table table tbody tr td:last-child {
  text-align: right;
  font-size: 18px;
  line-height: 32px;
  color: #868484;
}
.feeding_form_sec .reservation_info_wrapper .info_wrap .timePickerWrap .timepickerInner .head {
  padding-bottom: 15px;
}
.feeding_form_sec .button_wrap {
  margin-top: 60px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .feeding_form_sec .button_wrap {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.feeding_form_sec .button_wrap a {
  width: 275px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222722;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 25px;
}

@media screen and (max-width: 1024px) {
  .fitness_locker {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .fitness_locker {
    margin-top: 40px;
  }
}
.fitness_locker .reservation_info_wrapper {
  padding-bottom: 60px;
  border-bottom: 1px solid #868484;
}
.fitness_locker .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withTime {
  position: relative;
}
.fitness_locker .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withTime.withinfo .form_info {
  margin-bottom: 0;
}
.fitness_locker .reservation_info_wrapper .info_wrap .form_wrap .left .form1 .form_info .form-grp select {
  width: 100%;
  height: 45px;
  border: 1px solid #B1B3B2;
  padding: 0px 40px 0 12px;
  font-size: 14px;
  outline: none;
  background-image: url(../assets/images/selectarrow.svg);
  background-repeat: no-repeat;
  background-position: center right 18px;
  color: #B1B3B2;
}

.fitness_payment .info_wrapper {
  margin-top: 48px;
}
.fitness_payment .info_wrapper .info_wrap {
  padding-bottom: 48px;
}
.fitness_payment .info_wrapper .total {
  align-items: flex-start;
}
.fitness_payment .info_wrapper .total .p_info {
  display: block;
}
.fitness_payment .info_wrapper .total .p_info .extra_info {
  margin-top: 20px;
}
.fitness_payment .info_wrapper .total .p_info .content .cursor {
  cursor: pointer;
}
.fitness_payment .info_wrapper .total .p_info .content_wrap h3 {
  font-size: 22px;
}
.fitness_payment .info_wrapper .total .p_info .check-box-wrap {
  padding-bottom: 0 !important;
}

#fitness_rules.maternal_agree .agree_content .details {
  height: auto;
  margin-top: 41px;
}
#fitness_rules.maternal_agree .agree_content .details .dtls {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#fitness_rules.maternal_agree .agree_content .details .dtls span {
  font-size: 16px;
  line-height: 28px;
}
#fitness_rules.maternal_agree .agree_content .details .dtls p {
  font-size: 16px;
  line-height: 28px;
  margin-left: 10px;
}

.esg_sec {
  width: 100%;
  height: auto;
  margin-top: 23px;
}
@media only screen and (max-width: 640px) {
  .esg_sec {
    margin-top: 16px;
  }
}
.esg_sec .content-group {
  width: 100%;
  padding-top: 23px;
}
@media only screen and (max-width: 640px) {
  .esg_sec .content-group {
    padding-top: 16px;
  }
}
.esg_sec .content-group p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #868484;
  margin-top: 0;
  margin-bottom: 23px;
}
@media only screen and (max-width: 640px) {
  .esg_sec .content-group p {
    margin-bottom: 16px;
  }
}
.esg_sec .content-group .esg-table {
  margin-bottom: 23px;
}
@media only screen and (max-width: 640px) {
  .esg_sec .content-group .esg-table {
    margin-bottom: 16px;
  }
}
.esg_sec .content-group .esg-table h4 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  color: #222722;
  margin-bottom: 12px;
}
.esg_sec .content-group h2 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  color: #222722;
  margin-bottom: 12px;
}
@media only screen and (max-width: 640px) {
  .esg_sec .content-group .esg-table h4 {
    margin-bottom: 8px;
  }
  .esg_sec .content-group h2{
    margin-bottom: 8px;
  }
}
.esg_sec .content-group .esg-table table.table-bordered {
  border: 1px solid #868484;
}
.esg_sec .content-group .esg-table table thead tr th {
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  color: #222722;
  padding: 16px;
  text-align: center;
  border: 1px solid #868484;
}
.esg_sec .content-group .esg-table table tbody tr td {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #222722;
  padding: 16px;
  text-align: center;
  border: 1px solid #868484;
}
.esg_sec .content-group .esg-table table tbody tr td:empty {
  border: 0;
  border-left: 1px solid #868484;
}
.esg_sec .content-group .esg-table table tbody tr td.no-border {
  border: 0;
  border-left: 1px solid #868484;
}

.find_id_sec {
  width: 100%;
  height: auto;
  margin-top: 83px;
}
@media only screen and (max-width: 640px) {
  .find_id_sec {
    margin-top: 40px;
  }
}
.find_id_sec .id_wrap .nav-tabs {
  border: 0;
}
.find_id_sec .id_wrap .nav-tabs .nav-item {
  width: 50%;
  text-align: center;
}
.find_id_sec .id_wrap .nav-tabs .nav-item .nav-link {
  font-weight: 500;
  font-size: 30px;
  color: #B1B3B2;
  border: 0;
}
.find_id_sec .id_wrap .nav-tabs .nav-item .nav-link.active {
  border-bottom: 3px solid #222722;
  color: #222722;
}
@media only screen and (max-width: 640px) {
  .find_id_sec .id_wrap .nav-tabs .nav-item .nav-link {
    font-size: 20px;
  }
}
.find_id_sec .id_wrap .wrapper {
  width: 100%;
  margin-top: 48px;
  padding: 0px 20px;
}
.find_id_sec .id_wrap .wrapper.panel2 .form_row {
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .find_id_sec .id_wrap .wrapper.panel2 .form_row {
    margin-bottom: 0px;
    flex-direction: column;
  }
}
.find_id_sec .id_wrap .wrapper.panel2 .form_row .group .timer_wrap input {
  width: 100%;
  max-width: 345px;
  border: none;
  border: 1px solid #B1B3B2;
}
.find_id_sec .id_wrap .wrapper.panel2 .form_row .group .timer_wrap input.signup_form_active {
  border: 1px solid #7F983E;
}
@media only screen and (max-width: 992px) {
  .find_id_sec .id_wrap .wrapper.panel2 .form_row .group .timer_wrap input {
    max-width: none;
  }
}
.find_id_sec .id_wrap .wrapper.panel2 .form_row .group .parent_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.find_id_sec .id_wrap .wrapper.panel2 .form_row .group .parent_wrap .row_wrap {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.find_id_sec .id_wrap .wrapper.panel2 .form_row .group .parent_wrap .row_wrap:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  .find_id_sec .id_wrap .wrapper.panel2 .form_row .group .parent_wrap .row_wrap {
    flex-direction: column;
  }
}
.find_id_sec .id_wrap .wrapper.panel2 .form_row .group .parent_wrap .row_wrap .extra_wrapper {
  width: 100%;
  position: relative;
}
.find_id_sec .id_wrap .wrapper.panel2 .form_row .group .parent_wrap .row_wrap .extra_wrapper .confirm_wrapper {
  width: 100%;
}
.find_id_sec .id_wrap .wrapper.panel2 .form_row .group .parent_wrap .row_wrap label {
  width: auto;
  min-width: 100px;
  margin-right: 15px;
  font-weight: 500;
  font-size: 16px;
  color: #3D393B;
  letter-spacing: -0.05em;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  font-family: "Noto Sans KR", sans-serif;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .find_id_sec .id_wrap .wrapper.panel2 .form_row .group .parent_wrap .row_wrap label {
    width: 100%;
    min-width: 110px;
    display: block;
    margin-right: 0;
    margin-bottom: 6px;
    text-align: left;
  }
}
.find_id_sec .id_wrap .wrapper.panel2 .form_row .group .parent_wrap .row_wrap label span {
  color: #7F983E;
}
.find_id_sec .id_wrap .wrapper.panel2 .form_row .group .parent_wrap .row_wrap .vis-hide {
  width: 102px;
  min-width: 102px;
  height: 45px;
  margin-left: 9px;
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .find_id_sec .id_wrap .wrapper.panel2 .form_row .group .parent_wrap .row_wrap .vis-hide {
    display: none;
  }
}
.find_id_sec .id_wrap .wrapper.panel2 .form_row.right_row {
  justify-content: flex-end;
}
.find_id_sec .id_wrap .wrapper .form_row {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .find_id_sec .id_wrap .wrapper .form_row {
    margin-bottom: 0px;
    flex-direction: column;
  }
}
.find_id_sec .id_wrap .wrapper .form_row:last-child .group {
  margin-bottom: 0;
}
.find_id_sec .id_wrap .wrapper .form_row .group {
  margin-bottom: 0px;
  width: 50%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .find_id_sec .id_wrap .wrapper .form_row .group {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
.find_id_sec .id_wrap .wrapper .form_row .group.right {
  justify-content: center;
}
.find_id_sec .id_wrap .wrapper .form_row .group span {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.05em;
  color: #7F983E;
}
.find_id_sec .id_wrap .wrapper .form_row .group > label {
  width: auto;
  min-width: 100px;
  margin-right: 15px;
  font-weight: 500;
  font-size: 16px;
  color: #3D393B;
  letter-spacing: -0.05em;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  font-family: "Noto Sans KR", sans-serif;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .find_id_sec .id_wrap .wrapper .form_row .group > label {
    width: 100%;
    min-width: 110px;
    display: block;
    margin-right: 0;
    margin-bottom: 6px;
    text-align: left;
  }
}
.find_id_sec .id_wrap .wrapper .form_row .group > label span {
  color: #7F983E;
}
.find_id_sec .id_wrap .wrapper .form_row .group input {
  width: calc(100% - 100px);
  height: 45px;
  max-width: 345px;
  border: 1px solid #B1B3B2;
  padding: 0px 10px 0 12px;
  font-size: 14px;
}
.find_id_sec .id_wrap .wrapper .form_row .group input.signup_form_active {
  border: 1px solid #7F983E;
}
@media only screen and (max-width: 992px) {
  .find_id_sec .id_wrap .wrapper .form_row .group input {
    width: 100%;
    max-width: none;
  }
}
.find_id_sec .id_wrap .wrapper .form_row .group input::-moz-placeholder {
  color: #B1B3B2;
}
.find_id_sec .id_wrap .wrapper .form_row .group input::placeholder {
  color: #B1B3B2;
}
@media only screen and (max-width: 1280px) {
  .find_id_sec .id_wrap .wrapper .form_row .group input::-moz-placeholder {
    font-size: 12px;
  }
  .find_id_sec .id_wrap .wrapper .form_row .group input::placeholder {
    font-size: 12px;
  }
}
.find_id_sec .id_wrap .wrapper .form_row .group .confirmid {
  width: 102px;
  min-width: 102px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #3D393B;
  border: 1px solid #B1B3B2;
  margin-left: 9px;
}
.find_id_sec .id_wrap .wrapper .form_row .group .confirmid.confirmation_btn {
  color: #7F983E;
  border: 1px solid #7F983E;
}
.find_id_sec .id_wrap .wrapper .form_row .group.confirm_btn .confirm_wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.find_id_sec .id_wrap .wrapper .form_row .group .timer_wrap {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .find_id_sec .id_wrap .wrapper .form_row .group .timer_wrap {
    width: 100%;
    max-width: none;
  }
}
.find_id_sec .id_wrap .wrapper .form_row .group .timer_wrap input {
  width: 100%;
  height: 45px;
  max-width: 345px;
  border: 1px solid #B1B3B2;
  padding: 0px 110px 0 12px;
  font-size: 14px;
}
@media only screen and (max-width: 992px) {
  .find_id_sec .id_wrap .wrapper .form_row .group .timer_wrap input {
    width: 100%;
    max-width: none;
  }
}
.find_id_sec .id_wrap .wrapper .form_row .group .timer_wrap input::-moz-placeholder {
  color: #B1B3B2;
}
.find_id_sec .id_wrap .wrapper .form_row .group .timer_wrap input::placeholder {
  color: #B1B3B2;
}
@media only screen and (max-width: 1280px) {
  .find_id_sec .id_wrap .wrapper .form_row .group .timer_wrap input::-moz-placeholder {
    font-size: 12px;
  }
  .find_id_sec .id_wrap .wrapper .form_row .group .timer_wrap input::placeholder {
    font-size: 12px;
  }
}
.find_id_sec .id_wrap .wrapper .form_row .group .timer_wrap .countdown {
  width: auto;
  position: absolute;
  right: 20px;
  top: 12px;
  color: #7F983E;
  font-size: 14px;
  display: none;
}
.find_id_sec .id_wrap .wrapper .form_row .group .timer_wrap .countdown.countdown_active {
  display: block;
}
.find_id_sec .id_wrap .wrapper .form_row .group .extra_wrapper .message {
  display: none;
}
.find_id_sec .id_wrap .wrapper .form_row .group .extra_wrapper .message.activation_msg {
  display: block;
}
.find_id_sec .id_wrap .wrapper .form_row .button_wrap {
  margin-top: 60px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: 67px;
}
@media only screen and (max-width: 768px) {
  .find_id_sec .id_wrap .wrapper .form_row .button_wrap {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.find_id_sec .id_wrap .wrapper .form_row .button_wrap a {
  width: 275px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222722;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 25px;
}
@media only screen and (max-width: 992px) {
  .find_id_sec .id_wrap .wrapper .form_row .button_wrap {
    margin-top: 60px;
  }
}
.find_id_sec .id_wrap .wrapper .form_row .button_wrap a {
  width: 275px;
  height: 60px;
  line-height: 25px;
  border: 1px solid #222722;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 17px;
  color: #222722;
}
@media only screen and (max-width: 992px) {
  .find_id_sec .id_wrap .wrapper .form_row .button_wrap a {
    width: 100%;
  }
}

.forIe .find_id_sec .id_wrap .wrapper.panel2 .form_row .group .timer_wrap input {
  width: 100%;
  max-width: 345px;
}
@media only screen and (max-width: 992px) {
  .forIe .find_id_sec .id_wrap .wrapper.panel2 .form_row .group .timer_wrap input {
    width: 100%;
    max-width: none;
  }
}

.findid .modal-dialog .modal-content {
  border: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.findid .modal-dialog .modal-content .modal-body .complete_msg {
  padding-bottom: 48px;
}
.findid .modal-dialog .modal-content .modal-body .complete_msg p {
  margin-top: 28px;
}
.findid .modal-dialog .modal-content .modal-footer {
  border-top: 1px solid #E2E2E2;
  padding: 26px 20px 31px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.findid .modal-dialog .modal-content .modal-footer a {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.set_password_sec {
  width: 100%;
  margin-top: 115px;
}
@media screen and (max-width: 1024px) {
  .set_password_sec {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .set_password_sec {
    margin-top: 40px;
  }
}
.set_password_sec .form_row {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.set_password_sec .form_row:last-child .group {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .set_password_sec .form_row {
    flex-direction: column;
  }
}
.set_password_sec .form_row .group {
  margin-bottom: 0px;
  width: 50%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .set_password_sec .form_row .group {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    flex-direction: column;
  }
}
.set_password_sec .form_row .group span {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.05em;
  color: #7F983E;
}
.set_password_sec .form_row .group.right {
  margin-left: 118px;
}
@media only screen and (max-width: 1180px) {
  .set_password_sec .form_row .group.right {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .set_password_sec .form_row .group.right {
    margin-left: 0;
  }
}
.set_password_sec .form_row .group.right .error {
  position: absolute;
  bottom: -32px;
  left: 116px;
}
@media screen and (max-width: 992px) {
  .set_password_sec .form_row .group.right .error {
    left: 0;
  }
}
.set_password_sec .form_row .group > label {
  width: auto;
  min-width: 100px;
  margin-right: 15px;
  font-weight: 500;
  font-size: 16px;
  color: #3D393B;
  letter-spacing: -0.02em;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Noto Sans KR", sans-serif;
}
@media only screen and (max-width: 992px) {
  .set_password_sec .form_row .group > label {
    width: 100%;
    min-width: 110px;
    display: block;
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.set_password_sec .form_row .group > label span {
  color: #7F983E;
}
.set_password_sec .form_row .group input {
  width: calc(100% - 115px);
  max-width: 345px;
  height: 45px;
  border: 1px solid #B1B3B2;
  padding: 0px 5px 0 5px;
  font-size: 12px;
}
@media only screen and (max-width: 992px) {
  .set_password_sec .form_row .group input {
    width: 100%;
    max-width: inherit;
  }
}
.set_password_sec .form_row .group input.signup_form_active {
  border: 1px solid #7F983E;
}
.set_password_sec .form_row .group input::-moz-placeholder {
  color: #B1B3B2;
}
.set_password_sec .form_row .group input::placeholder {
  color: #B1B3B2;
}
@media only screen and (max-width: 1280px) {
  .set_password_sec .form_row .group input::-moz-placeholder {
    font-size: 12px;
  }
  .set_password_sec .form_row .group input::placeholder {
    font-size: 12px;
  }
}
.set_password_sec .form_row .group .timer_wrap {
  width: calc(100% - 100px);
  position: relative;
}
@media only screen and (max-width: 992px) {
  .set_password_sec .form_row .group .timer_wrap {
    width: 100%;
  }
}
.set_password_sec .form_row .group .timer_wrap input {
  width: 100%;
  height: 45px;
  border: 1px solid #B1B3B2;
  padding: 0px 110px 0 12px;
  font-size: 14px;
}
.set_password_sec .form_row .group .timer_wrap input::-moz-placeholder {
  color: #B1B3B2;
}
.set_password_sec .form_row .group .timer_wrap input::placeholder {
  color: #B1B3B2;
}
@media only screen and (max-width: 1280px) {
  .set_password_sec .form_row .group .timer_wrap input::-moz-placeholder {
    font-size: 12px;
  }
  .set_password_sec .form_row .group .timer_wrap input::placeholder {
    font-size: 12px;
  }
}
.set_password_sec .form_row .group .error {
  position: absolute;
  bottom: -32px;
  left: 116px;
}
@media screen and (max-width: 992px) {
  .set_password_sec .form_row .group .error {
    left: 0;
  }
}
.set_password_sec .form_row .button_wrap {
  width: 100%;
  margin-top: 67px;
  margin-bottom: 250px;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .set_password_sec .form_row .button_wrap {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .set_password_sec .form_row .button_wrap {
    margin-bottom: 30px;
  }
}
.set_password_sec .form_row .button_wrap a {
  width: 225px;
  height: 60px;
  line-height: 25px;
  border: 1px solid #222722;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 17px;
  color: #222722;
}
@media only screen and (max-width: 992px) {
  .set_password_sec .form_row .button_wrap a {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .maternal_reservation {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .maternal_reservation {
    margin-top: 40px;
  }
}
.maternal_reservation .reservation_info_wrapper .info_wrap {
  margin-left: 172px;
}
@media only screen and (max-width: 1150px) {
  .maternal_reservation .reservation_info_wrapper .info_wrap {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 1110px) {
  .maternal_reservation .reservation_info_wrapper .info_wrap {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .maternal_reservation .reservation_info_wrapper .info_wrap {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .maternal_reservation .reservation_info_wrapper .info_wrap {
    margin-top: 0px;
  }
}
.maternal_reservation .reservation_info_wrapper .info_wrap .form_wrap .group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .maternal_reservation .reservation_info_wrapper .info_wrap .form_wrap .group {
    flex-direction: column;
  }
}
.maternal_reservation .reservation_info_wrapper .info_wrap .form_wrap .group .form1 {
  margin-top: 0;
}
.maternal_reservation .reservation_info_wrapper .info_wrap .form_wrap .group p {
  position: absolute;
  bottom: -32px;
  color: #ff0303;
  left: 165px !important;
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .maternal_reservation .reservation_info_wrapper .info_wrap .form_wrap .group p {
    left: 0 !important;
  }
}
.maternal_reservation .reservation_info_wrapper .info_wrap .form_wrap .group label {
  width: 10%;
  font-size: 16px;
  line-height: 24px;
  color: #222722;
  min-width: 130px;
  margin-right: 35px;
  letter-spacing: -0.02em;
  font-family: "Noto Sans KR", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .maternal_reservation .reservation_info_wrapper .info_wrap .form_wrap .group label {
    min-width: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .maternal_reservation .reservation_info_wrapper .info_wrap .form_wrap .group label {
    width: 100%;
    display: block;
    margin-bottom: 6px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 840px) {
  .maternal_reservation .reservation_info_wrapper .info_wrap .form_wrap .group label {
    margin-right: 10px;
  }
}
.maternal_reservation .reservation_info_wrapper .info_wrap .form_wrap .group label .handbook_extra_text {
  display: block;
  font-size: 12px;
}
.maternal_reservation .reservation_info_wrapper .info_wrap .form_wrap .group .confirm_wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 345px;
}
@media only screen and (max-width: 992px) {
  .maternal_reservation .reservation_info_wrapper .info_wrap .form_wrap .group .confirm_wrapper {
    max-width: inherit;
  }
}
.maternal_reservation .reservation_info_wrapper .info_wrap .form_wrap .group .confirm_wrapper.upload input {
  color: #7F983E;
}
.maternal_reservation .reservation_info_wrapper .info_wrap .form_wrap .group .confirm_wrapper input {
  width: calc(100% - 111px);
  height: 45px;
  border: 1px solid #B1B3B2;
  padding: 0px 12px 0 12px;
  font-size: 14px;
}
.maternal_reservation .reservation_info_wrapper .info_wrap .form_wrap .group .confirm_wrapper .confirmid {
  width: 104px;
  min-width: 104px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #3D393B;
  border: 1px solid #B1B3B2;
  margin-left: 7px;
}
.maternal_reservation .reservation_info_wrapper .info_wrap .form_wrap .group .confirm_wrapper .confirmid.custom-file-uploader {
  position: relative;
}
.maternal_reservation .reservation_info_wrapper .info_wrap .form_wrap .group .confirm_wrapper .confirmid.custom-file-uploader input {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: default;
}
.maternal_reservation .inquiry_wrap {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .maternal_reservation .inquiry_wrap {
    margin-top: 37px;
  }
}
.maternal_reservation .inquiry_wrap .check-box-wrap .custom-control-label {
  font-size: 13px;
  line-height: 19px;
  margin-left: 7px;
  color: #3D393B;
  cursor: pointer;
}
.maternal_reservation .inquiry_wrap .check-box-wrap .custom-control-label::before {
  background-color: transparent;
  border: 1px solid #3D393B;
  border-radius: 2px;
  top: 3px;
  box-shadow: none;
  width: 16px;
  height: 16px;
}
.maternal_reservation .inquiry_wrap .check-box-wrap .custom-control-label::after {
  top: 3px;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  background: url(../assets/images/check-tick.svg) no-repeat center center !important;
}
.maternal_reservation .button_wrap {
  margin-top: 107px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 992px) {
  .maternal_reservation .button_wrap {
    margin-bottom: 30px;
  }
}

.maternal_reservation .check-box-wrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #222722 !important;
}

.maternal_reservation .radio-box-wrap .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: url(../assets/images/radio-check.svg) no-repeat;
  width: 20px;
  height: 20px;
}

.maternal_reservation .radio-box-wrap .custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.maternal_agree .agree_content .details::-webkit-scrollbar {
  -webkit-appearance: none;
}

.maternal_agree .agree_content .details::-webkit-scrollbar:vertical {
  width: 7px;
}

.maternal_agree .agree_content .details::-webkit-scrollbar:horizontal {
  height: 98px;
}

.maternal_agree .agree_content .details::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 2px solid #FFFFFF; /* should match background, can't be transparent */
  background-color: #B1B3B2;
}

.maternal_agree .agree_content {
  width: 100%;
  padding: 0px 20px;
}
.maternal_agree .agree_content .head {
  text-align: center;
  width: 100%;
}
.maternal_agree .agree_content .head h4 {
  font-size: 20px;
  line-height: 36px;
  color: #222722;
}
.maternal_agree .agree_content .details {
  width: 100%;
  margin-top: 51px;
  margin-bottom: 51px;
  height: 300px;
  overflow: auto;
}
.maternal_agree .agree_content .details h5 {
  font-size: 14px;
  line-height: 20px;
  color: #868484;
  margin-top: 10px;
}
.maternal_agree .agree_content .details p {
  font-size: 12px;
  line-height: 20px;
  color: #868484;
  margin-left: 20px;
  margin-bottom: 0;
}
.maternal_agree .agree_content .details p.sub {
  margin-left: 30px;
  margin-bottom: 2px;
}
.maternal_agree .agree_content .details p.sub2 {
  margin-left: 45px;
  margin-bottom: 2px;
}
.maternal_agree .agree_content .details .table-responsive {
  text-align: center;
  width: 100%;
  margin-bottom: 28px;
  margin-top: 13px;
}
.maternal_agree .agree_content .details .table-responsive tbody tr td {
  font-size: 12px;
  color: #868484;
}
.maternal_agree .agree_content .details .vat {
  font-size: 10px;
  text-align: right;
  width: 100%;
  display: block;
}

.rules-page-individual .maternal_agree .agree_content .details {
  height: auto;
}
.rules-page-individual .maternal_agree .agree_content .details h5 {
  font-size: 16px;
  line-height: 22px;
}
.rules-page-individual .maternal_agree .agree_content .details p {
  font-size: 14px;
  line-height: 22px;
  color: #868484;
}

.visitor_inquiry {
  width: 100%;
}
.visitor_inquiry .form_wrap {
  border-bottom: 0;
  margin-top: 80px !important;
}
.visitor_inquiry .form_wrap .wrapper .form_row .group p {
  left: 150px;
}
@media screen and (max-width: 992px) {
  .visitor_inquiry .form_wrap .wrapper .form_row .group p {
    left: 0;
  }
}
.visitor_inquiry .form_wrap .wrapper .form_row .group label {
  min-width: 120px;
}
.visitor_inquiry .form_wrap .wrapper .form_row .group.right {
  margin-left: 34px;
}
@media screen and (max-width: 992px) {
  .visitor_inquiry .form_wrap .wrapper .form_row .group.right {
    margin-left: 0;
  }
}
.visitor_inquiry .form_wrap .wrapper .button_wrap {
  margin-top: 20px;
}
.visitor_inquiry .form_wrap .wrapper .button_wrap a:hover {
  background-color: #222722;
  color: #F1F0EE;
}

.result {
  width: 100%;
  margin-top: 70px;
  display: none;
}
.result .wrapper {
  width: 100%;
  border-top: 1px solid #868484;
}
.result .wrapper .short_by {
  width: 100%;
  margin-top: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.result .wrapper .short_by.dropdown select {
  background-image: url(../assets/images/dropdown.svg);
  background-repeat: no-repeat;
  background-position: center right 18px;
}
.result .wrapper .short_by label {
  font-size: 16px;
  line-height: 24px;
  color: #3D393B;
  margin-right: 12px;
}
.result .wrapper .short_by select {
  width: 180px;
  padding: 14px 10px;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #B1B3B2;
}
.result .wrapper .short_by select:focus-visible {
  outline: none;
}
.result .wrapper .result_table {
  margin-top: 30px;
  margin-bottom: 2px;
}
.result .wrapper .result_table .table_wrapper {
  width: 100%;
}
.result .wrapper .result_table .table_wrapper .table {
  width: 100%;
  overflow-x: auto;
}
.result .wrapper .result_table .table_wrapper .table thead tr {
  background-color: #F1F0EE;
  border: 1px solid #BEBFBB;
}
.result .wrapper .result_table .table_wrapper .table thead tr th {
  color: #3D393B;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .result .wrapper .result_table .table_wrapper .table thead tr th {
    min-width: 200px;
    font-size: 14px;
  }
}
.result .wrapper .result_table .table_wrapper .table tbody tr td {
  font-size: 15px;
  line-height: 18px;
  color: #222722;
  height: 46px;
}
@media screen and (max-width: 992px) {
  .result .wrapper .result_table .table_wrapper .table tbody tr td {
    min-width: 200px;
    font-size: 12px;
  }
}
.result .wrapper .result_table .paginationHolder {
  display: table;
  margin: 70px auto;
}
@media screen and (max-width: 768px) {
  .result .wrapper .result_table .paginationHolder {
    margin: 20px auto 30px;
  }
}
.result .wrapper .result_table .paginationHolder a {
  border: 0;
  color: #BEBFBB;
  font-size: 15px;
}
.result .wrapper .result_table .paginationHolder a:hover {
  background: none;
}
.result .wrapper .result_table .paginationHolder li.active a {
  color: #868484;
  background: none;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .result .wrapper .result_table .paginationHolder li.active a {
    font-size: 13px;
  }
}
.result .wrapper .result_table .not_found {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .result .wrapper .result_table .not_found {
    height: 200px;
  }
}
.result .wrapper .result_table .not_found p {
  font-size: 28px;
  line-height: 42px;
  color: #222722;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}

.qr_wrap {
  width: 100%;
  height: auto;
  background-color: #F2F2F2;
}
.qr_wrap .heading {
  padding: 34px 0 0 36px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .qr_wrap .heading {
    padding: 34px 0 0 0;
  }
}
.qr_wrap .heading h2 {
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .qr_wrap .heading h2 {
    text-align: center;
  }
}
.qr_wrap .qa_code {
  width: 100%;
  margin-top: 107px;
  text-align: center;
}
.qr_wrap .qa_code .qr_border {
  background-size: cover;
  width: 500px;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  padding: 62px;
}
@media screen and (max-width: 576px) {
  .qr_wrap .qa_code .qr_border {
    width: 300px;
    height: 300px;
    padding: 32px;
  }
}
.qr_wrap .qa_code .qr_border img {
  width: 100%;
  margin: 0px auto;
}
.qr_wrap .message {
  width: 100%;
  margin-top: 60px;
}
.qr_wrap .message .normal_msg {
  font-size: 16px;
  line-height: 19px;
  color: #181818;
  font-weight: 700;
  text-align: center;
}
.qr_wrap .message .approved {
  color: #27AE60;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
}
.qr_wrap .message .reject {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  color: #EB5757;
}
.qr_wrap .back_button {
  width: 100%;
  margin-top: 57px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .qr_wrap .back_button {
    justify-content: center;
  }
}
.qr_wrap .back_button a {
  width: 78px;
  height: 40px;
  color: #333333;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #333333;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_cintainer {
  width: 100%;
  max-width: 88.579vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_cintainer .main_wrapper {
  width: 100%;
}
.main_cintainer .main_wrapper .header {
  width: 100%;
  padding: 3.294vw 0 1.683vw 0;
  border-bottom: 1px solid #3D393B;
}
.main_cintainer .main_wrapper .header .head_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_cintainer .main_wrapper .header .head_wrap .title h1 {
  font-size: 3.294vw;
  line-height: normal;
  font-weight: 400;
  color: #333333;
  font-family: "Noto Sans KR", sans-serif;
  margin-bottom: 0.658vw;
  letter-spacing: -1.29px;
}
.main_cintainer .main_wrapper .header .head_wrap .title p {
  font-size: 1.098vw;
  color: #333333;
  line-height: 1.317vw;
  letter-spacing: -0.45px;
  font-family: "Noto Sans KR", sans-serif;
}
.main_cintainer .main_wrapper .header .head_wrap .time h1 {
  font-size: 2.415vw;
  line-height: normal;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0.658vw;
  font-family: "Inter", sans-serif;
}
.main_cintainer .main_wrapper .header .head_wrap .time h1 span {
  font-size: 1.39vw;
  line-height: normal;
  color: #333333;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.main_cintainer .main_wrapper .header .head_wrap .time p {
  font-size: 0.951vw;
  color: #333333;
  line-height: 0.805vw;
  font-weight: 500;
  text-align: right;
  font-family: "Inter", sans-serif;
}
.main_cintainer .main_wrapper .meeting_sec {
  width: 100%;
  margin-top: 3.147vw;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting {
  width: 50%;
  max-width: 36.383vw;
  min-height: 27.891vw;
  border: 1px solid #B1B3B2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting .meeting_live_wrap {
  width: 100%;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting .meeting_text {
  margin-top: 5.344vw;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting .meeting_text .text_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting .meeting_text .text_wrap .dot {
  width: 0.805vw;
  height: 0.805vw;
  background-color: #7F983E;
  margin-right: 1.098vw;
  border-radius: 50px;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting .meeting_text .text_wrap h4 {
  font-size: 1.683vw;
  line-height: 2.415vw;
  color: #333333;
  font-weight: 500;
  font-family: "Noto Sans KR", sans-serif;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting .meeting_text p {
  margin-top: 2.415vw;
  font-size: 1.244vw;
  color: #3D393B;
  line-height: 1.756vw;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting .progress_wrap {
  margin-top: 9.15vw;
  width: 100%;
  margin-bottom: 5.856vw;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting .progress_wrap .wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting .progress_wrap .wrap .time p {
  font-size: 0.878vw;
  line-height: 1.024vw;
  color: #3D393B;
  font-weight: 500;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting .progress_wrap .wrap .time p span {
  font-size: 0.658vw;
  line-height: 0.732vw;
  color: #3D393B;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting .progress_wrap .wrap .bar {
  width: 22.767vw;
  height: 8px;
  background-color: #999999;
  margin: 0px 0.805vw;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting .no_meeting_wrap {
  width: 100%;
  display: none;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting .no_meeting_wrap .text_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting .no_meeting_wrap .text_wrap .dot {
  width: 0.805vw;
  height: 0.805vw;
  background-color: #BEBFBB;
  margin-right: 1.098vw;
  border-radius: 50px;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting .no_meeting_wrap .text_wrap h4 {
  font-size: 1.683vw;
  line-height: 2.415vw;
  color: #333333;
  font-weight: 500;
  font-family: "Noto Sans KR", sans-serif;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting_list {
  width: 100%;
  margin-left: 0;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting_list .head {
  width: 100%;
  height: auto;
  text-align: center;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting_list .head h4 {
  font-size: 1.464vw;
  line-height: 1.756vw;
  color: #3D393B;
  font-weight: 500;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting_list .list_table {
  width: 100%;
  margin-top: 3.513vw;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting_list .list_table ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting_list .list_table ul li {
  width: 47.85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.537vw;
  border-top: 1px solid #E4E4E1;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting_list .list_table ul li:first-child {
  border-top: 0;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting_list .list_table ul li:nth-child(2) {
  border-top: 0;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting_list .list_table ul li .left {
  display: flex;
  align-items: center;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting_list .list_table ul li .left .dot_gray {
  width: 0.585vw;
  height: 0.585vw;
  background-color: #BEBFBB;
  margin-right: 2.122vw;
  border-radius: 50px;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting_list .list_table ul li .left .dot {
  width: 0.585vw;
  height: 0.585vw;
  background-color: #7F983E;
  margin-right: 2.122vw;
  border-radius: 50px;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting_list .list_table ul li .left .wrap h4 {
  font-size: 1.098vw;
  line-height: 1.537vw;
  color: #3D393B;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting_list .list_table ul li .left .wrap p {
  font-size: 0.951vw;
  color: #3D393B;
  line-height: 1.317vw;
  margin-top: 5px;
  font-family: "Inter", sans-serif;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting_list .list_table ul li .right h5 {
  color: #3D393B;
  font-size: 1.244vw;
  line-height: 1.756vw;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting_list .no_meeting {
  text-align: center;
  width: 100%;
  height: 18.594vw;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.main_cintainer .main_wrapper .meeting_sec .meeting_area_wrap .meeting_list .no_meeting p {
  font-size: 1.098vw;
  line-height: 1.61vw;
  font-weight: 500;
  color: #3D393B;
  font-family: "Noto Sans KR", sans-serif;
}
.main_cintainer .main_wrapper .footer {
  width: 100%;
  text-align: center;
  margin-top: 2.928vw;
  margin-bottom: 3.294vw;
}
.main_cintainer .main_wrapper .footer img {
  width: 9.443vw;
  height: auto;
  margin: 0px auto;
}

.full-banner-content-area {
  position: relative;
  width: 100%;
  background: #ccc;
  margin: 0 auto;
}
.full-banner-content-area .owl-carousel {
  position: relative;
}
.full-banner-content-area .owl-carousel .owl-stage-outer .owl-item .item img {
  width: 100%;
}
.full-banner-content-area .owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 5px 0px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.full-banner-content-area .owl-carousel .owl-dots button.owl-dot span {
  width: 12px;
  height: 12px;
  background: #B1B3B2;
  border-radius: 100%;
  display: block;
}
.full-banner-content-area .owl-carousel .owl-dots button.owl-dot.active span {
  background: #8BA340;
}
.full-banner-content-area.awardBanner {
  width: 100%;
  height: 740px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top -100%;
  background-image: url(../assets/images/award/award-banner.png);
}
@media screen and (max-width: 640px) {
  .full-banner-content-area.awardBanner {
    height: 520px;
  }
}

.logo-name-area {
  position: relative;
  width: 100%;
  margin: 60px 0;
}
@media only screen and (max-width: 640px) {
  .logo-name-area {
    margin: 24px 0;
  }
}
.logo-name-area .title {
  text-align: center;
}
.logo-name-area .title h3 {
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0.15em;
  color: #222722;
  margin-bottom: 0px;
}
@media only screen and (max-width: 640px) {
  .logo-name-area .title h3 {
    font-size: 26px;
    line-height: 100%;
  }
}
.logo-name-area .title p {
  font-size: 20px;
  line-height: 28px;
  margin-top: 23px;
  color: #222722;
}
@media only screen and (max-width: 640px) {
  .logo-name-area .title p {
    font-size: 15px;
    margin-top: 10px;
  }
}
.logo-name-area .title a {
  display: block;
}
@media only screen and (max-width: 640px) {
  .logo-name-area .title a img {
    width: 208px;
  }
}

.introducts-content-area {
  position: relative;
  width: 100%;
  margin-top: 90px;
}
@media only screen and (max-width: 640px) {
  .introducts-content-area {
    margin-top: 32px;
  }
}
.introducts-content-area .control-area {
  position: relative;
  width: 100%;
  display: flex;
  gap: 85px;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .introducts-content-area .control-area {
    gap: 40px;
    margin-bottom: 32px;
  }
}
.introducts-content-area .control-area p {
  color: var(--Stone-black_3-C, #222722);
  text-align: center;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .introducts-content-area .control-area p {
    font-size: 26px;
    margin-top: 10px;
  }
}
.introducts-content-area .control-area p span {
  color: #7F983E;
}
.introducts-content-area .control-area .right-arrow {
  transform: rotate(-180deg);
  cursor: pointer;
}
.introducts-content-area .control-area .left-arrow {
  cursor: pointer;
}

.award-containers {
  position: relative;
  width: 100%;
}
.award-containers .award-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin-bottom: 144px;
}
@media only screen and (max-width: 640px) {
  .award-containers .award-content {
    gap: 24px;
    margin-bottom: 60px;
  }
}
.award-containers .award-content .award-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .award-containers .award-content .award-list {
    gap: 24px;
    margin-bottom: 0px;
  }
}
.award-containers .award-content .award-list .image-content {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.award-containers .award-content .award-list .image-content img {
  width: 100%;
}
.award-containers .award-content .award-list .award-text {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 640px) {
  .award-containers .award-content .award-list .award-text {
    gap: 8px;
    padding: 0 15px;
  }
}
.award-containers .award-content .award-list .award-text h4 {
  color: #7F983E;
  font-family: "Inter", "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media only screen and (max-width: 640px) {
  .award-containers .award-content .award-list .award-text h4 {
    font-size: 14px;
  }
}
.award-containers .award-content .award-list .award-text h2 {
  color: #3D393B;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.08px;
}
@media only screen and (max-width: 640px) {
  .award-containers .award-content .award-list .award-text h2 {
    font-size: 18px;
  }
}
.award-containers .award-content .award-list .award-text h2 span {
  color: #868484;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 15px;
}
@media only screen and (max-width: 640px) {
  .award-containers .award-content .award-list .award-text h2 span {
    font-size: 16px;
  }
}

.awardmodal .modal-dialog {
  max-width: 1240px;
  margin-top: 6rem;
}
@media only screen and (min-width: 1920px) and (max-width: 2200px) {
  .awardmodal .modal-dialog {
    max-width: 1400px;
    margin-top: 10rem;
  }
}
.awardmodal .modal-dialog .modal-content {
  border-radius: 30px;
  fill: #FFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.awardmodal .modal-dialog .modal-content .modal-header {
  padding: 24px;
  align-items: center;
  border: none;
}
@media only screen and (max-width: 640px) {
  .awardmodal .modal-dialog .modal-content .modal-header {
    padding: 16px 16px 0 16px;
  }
}
.awardmodal .modal-dialog .modal-content .modal-header h5 {
  width: 100%;
  color: var(--Stone-419-U, #3D393B);
  font-family: "Noto Sans KR", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  /* 28px */
}
@media only screen and (max-width: 640px) {
  .awardmodal .modal-dialog .modal-content .modal-header h5 {
    font-size: 18px;
    text-align: left;
  }
}
.awardmodal .modal-dialog .modal-content .modal-header h5 span {
  color: var(--sprout-green_377-C, #7F983E);
  font-family: "Noto Sans KR", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media only screen and (max-width: 640px) {
  .awardmodal .modal-dialog .modal-content .modal-header h5 span {
    font-size: 18px;
  }
}
.awardmodal .modal-dialog .modal-content .modal-header .close {
  width: 100%;
  max-width: 50px;
  margin: 0;
}
.awardmodal .modal-dialog .modal-content .modal-body {
  padding: 24px 0;
}
.awardmodal .modal-dialog .modal-content .modal-body .award-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.awardmodal .modal-dialog .modal-content .modal-body .award-list .image-content {
  position: relative;
  width: 100%;
  background: #dbdbdb;
}
.awardmodal .modal-dialog .modal-content .modal-body .award-list .image-content img {
  width: 100%;
}
.awardmodal .modal-dialog .modal-content .modal-body .award-list .image-content video {
  width: 100%;
}
.awardmodal .modal-dialog .modal-content .modal-body .award-list .award-text {
  position: relative;
  width: 100%;
  display: flex;
  gap: 40px;
  padding: 72px 32px;
}
@media only screen and (max-width: 640px) {
  .awardmodal .modal-dialog .modal-content .modal-body .award-list .award-text {
    gap: 8px;
    padding: 16px;
    flex-direction: column;
  }
}
.awardmodal .modal-dialog .modal-content .modal-body .award-list .award-text .left-area {
  position: relative;
  width: 100%;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 640px) {
  .awardmodal .modal-dialog .modal-content .modal-body .award-list .award-text .left-area {
    max-width: inherit;
  }
}
.awardmodal .modal-dialog .modal-content .modal-body .award-list .award-text .left-area h4 {
  color: #7F983E;
  font-family: "Inter", "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media only screen and (max-width: 640px) {
  .awardmodal .modal-dialog .modal-content .modal-body .award-list .award-text .left-area h4 {
    font-size: 14px;
  }
}
.awardmodal .modal-dialog .modal-content .modal-body .award-list .award-text .left-area h2 {
  color: #3D393B;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1.08px;
}
@media only screen and (max-width: 640px) {
  .awardmodal .modal-dialog .modal-content .modal-body .award-list .award-text .left-area h2 {
    font-size: 18px;
  }
}
.awardmodal .modal-dialog .modal-content .modal-body .award-list .award-text .left-area span {
  color: #868484;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.awardmodal .modal-dialog .modal-content .modal-body .award-list .award-text .right-area {
  position: relative;
  width: 100%;
  max-width: calc(100% - 280px);
}
@media only screen and (max-width: 640px) {
  .awardmodal .modal-dialog .modal-content .modal-body .award-list .award-text .right-area {
    max-width: inherit;
  }
}
.awardmodal .modal-dialog .modal-content .modal-body .award-list .award-text .right-area p {
  color: var(--Grey-1, #868484);
  font-family: "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 12px */
}

html {
  font-size: 14px;
}

html,
body {
  height: 100%;
  background-color: #FFFFFF;
}

body {
  font-family: "Inter", "Noto Sans KR", sans-serif;
  color: #222722;
  overflow: auto;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Inter", "Noto Sans KR", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}

a {
  color: #222722;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

input:focus {
  border: 1px solid #222722 !important;
  box-shadow: none !important;
  outline: none;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

textarea:focus {
  border: 1px solid #222722 !important;
  box-shadow: none !important;
  outline: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65 !important;
  cursor: not-allowed;
}

/*container sizing as per feedback*/
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
}
@media screen and (max-width: 1380px) {
  .container {
    max-width: none;
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .container {
    width: 100%;
  }
}

.containerXL {
  max-width: 1600px;
  width: 100%;
  margin: 0px auto;
}
@media screen and (max-width: 1380px) {
  .containerXL {
    max-width: none;
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .containerXL {
    width: 100%;
  }
}

.title-main {
  text-align: center;
}
.title-main h1 {
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0.15em;
  color: #222722;
}
.title-main p {
  margin-top: 15px;
  font-size: 20px;
  line-height: 28px;
  color: #222722;
  margin-bottom: 0;
}

.check-box-wrap .check-container {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.check-box-wrap .check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-box-wrap .check-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #3D393B;
}
.check-box-wrap .check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #3D393B;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.check-box-wrap .check-container input:checked ~ .checkmark {
  background-color: #FFFFFF;
}
.check-box-wrap .check-container input:checked ~ .checkmark:after {
  display: block;
}

.loader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.loader img {
  position: fixed;
  width: 300px;
  height: auto;
  margin: 0px auto;
}

@media screen and (max-width: 640px) {
  .title h2 {
    letter-spacing: 0.07em !important;
  }
}
@media screen and (max-width: 640px) {
  .title h1 {
    letter-spacing: 0.07em !important;
  }
}
@media screen and (max-width: 640px) {
  .title h3 {
    letter-spacing: 0.07em !important;
  }
}

.lease-inquiry .form_wrap .allform .left .form1 p.error {
  width: 100%;
  margin-top: 5px;
  color: #ff0303;
  font-size: 14px;
  display: none;
  position: absolute;
  bottom: -32px;
  color: #ff0303;
  left: 100px;
  font-size: 12px;
}
@media only screen and (max-width: 992px) {
  .lease-inquiry .form_wrap .allform .left .form1 p.error {
    left: 0;
  }
}
.lease-inquiry .form_wrap .msg_box .form1 p.error {
  width: auto;
  margin-top: 5px;
  color: #ff0303;
  font-size: 14px;
  display: none;
  position: absolute;
  bottom: -32px;
  color: #ff0303;
  left: 100px;
  font-size: 12px;
}
@media only screen and (max-width: 992px) {
  .lease-inquiry .form_wrap .msg_box .form1 p.error {
    left: 0;
  }
}

select {
  -webkit-appearance: none;
  /* Webkit */
  -moz-appearance: none;
  /* FF */
  /* Edge */
  appearance: none;
  /* Future */
  text-indent: 1px;
  text-overflow: "";
  background-color: #FFFFFF;
}

select::-ms-expand {
  display: none;
}

.imgmap {
  position: absolute;
  z-index: 10;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.datepicker {
  width: 345px;
  font-family: "Inter", "Noto Sans KR", sans-serif !important;
}
.datepicker.datepicker-dropdown::before, .datepicker.datepicker-dropdown::after {
  display: none;
}
.datepicker.dropdown-menu {
  box-shadow: none !important;
  border: 1px solid #B1B3B2 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.datepicker .datepicker-days {
  padding: 10px;
}
.datepicker .table-condensed {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .datepicker .table-condensed {
    width: 210px;
  }
}
.datepicker .table-condensed thead tr:first-child {
  background: #FFFFFF;
}
.datepicker .table-condensed thead tr:first-child th {
  font-size: 18px;
  font-weight: 400;
}
.datepicker .table-condensed thead tr:first-child th:hover {
  background: transparent;
}
.datepicker .table-condensed thead tr:last-child {
  background: #FFFFFF;
}
.datepicker .table-condensed thead tr th {
  color: #BEBFBB;
  border-radius: 0;
}
.datepicker .table-condensed thead tr th.prev {
  font-size: 0;
  background: url(../assets/images/datepicker-arrow-left.svg) no-repeat center center;
  width: 7px;
  height: 12px;
  opacity: 0.4;
}
.datepicker .table-condensed thead tr th.prev:hover {
  background: url(../assets/images/datepicker-arrow-left.svg) no-repeat center center;
  opacity: 1;
}
.datepicker .table-condensed thead tr th.next {
  font-size: 0;
  background: url(../assets/images/datepicker-arrow-right.svg) no-repeat center center;
  width: 7px;
  height: 12px;
}
.datepicker .table-condensed thead tr th.next:hover {
  background: url(../assets/images/datepicker-arrow-right.svg) no-repeat center center;
  opacity: 0.5;
}
.datepicker .table-condensed thead tr th.datepicker-switch {
  font-weight: 600;
  height: 30px;
  font-size: 17.2407px;
  line-height: 30px;
  color: #222722;
}
.datepicker .table-condensed thead tr th.datepicker-switch:hover {
  background: transparent;
}
.datepicker .table-condensed thead tr th.dow {
  color: #C2C2C2;
  font-weight: 600;
  letter-spacing: 1.07754px;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 11px;
}
.datepicker .table-condensed tbody th {
  height: 30px;
}
.datepicker .table-condensed tbody td {
  padding: 0;
  margin: 0;
  width: 45px;
  height: 45px;
}
.datepicker .table-condensed tbody td.day {
  background: #FFFFFF;
  color: #222722;
  font-weight: 500;
}
.datepicker .table-condensed tbody td.day:first-child {
  color: #E25822;
}
.datepicker .table-condensed tbody td.day:hover {
  color: #FFFFFF;
  background: #7F983E;
  border-radius: 50%;
}
.datepicker .table-condensed tbody td.day.today {
  color: #FFFFFF;
  background: #7F983E;
  border-radius: 50%;
}
.datepicker .table-condensed tbody td.day.active, .datepicker .table-condensed tbody td.day.selected {
  color: #FFFFFF;
  background: #7F983E;
  border-radius: 50%;
}
.datepicker .table-condensed tbody td.day.active:hover, .datepicker .table-condensed tbody td.day.selected:hover {
  background: #7F983E;
}
.datepicker .table-condensed tbody td.day.disabled {
  color: #E4E4E1;
}
.datepicker .table-condensed tbody td.day.disabled:hover {
  color: #E4E4E1;
  background: transparent;
}
.datepicker .table-condensed tbody td.day.old, .datepicker .table-condensed tbody td.day.new {
  color: #C2C2C2;
}
.datepicker .table-condensed tbody td.day.old:hover, .datepicker .table-condensed tbody td.day.new:hover {
  color: #C2C2C2;
  background: transparent;
}

.timePickerWrap {
  position: absolute;
  top: 100%;
  display: none;
  width: 100%;
  height: 295px;
  overflow: hidden;
  border: 1px solid #B1B3B2;
  background: #FFFFFF;
  z-index: 2;
}
.timePickerWrap.show {
  display: block;
}
.timePickerWrap .timepickerInner {
  padding: 10px 10px 30px;
}
.timePickerWrap .timepickerInner .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.timePickerWrap .timepickerInner .head .title {
  font-weight: 600;
  height: 30px;
  font-size: 17.2407px;
  line-height: 30px;
  color: #222722;
}
.timePickerWrap .timepickerInner .head .prev {
  background: url(../assets/images/datepicker-arrow-left.svg) no-repeat center center;
  width: 45px;
  height: 30px;
  padding: 4px 5px;
  cursor: pointer;
  opacity: 0.4;
}
.timePickerWrap .timepickerInner .head .prev:hover {
  background: url(../assets/images/datepicker-arrow-left.svg) no-repeat center center;
  opacity: 1;
}
.timePickerWrap .timepickerInner .head .next {
  background: url(../assets/images/datepicker-arrow-right.svg) no-repeat center center;
  width: 45px;
  height: 30px;
  padding: 4px 5px;
  cursor: pointer;
}
.timePickerWrap .timepickerInner .head .next:hover {
  background: url(../assets/images/datepicker-arrow-right.svg) no-repeat center center;
  opacity: 0.5;
}
.timePickerWrap .timepickerInner .time-slot-body .owl-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .timePickerWrap .timepickerInner .time-slot-body .owl-carousel .item {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.timePickerWrap .timepickerInner .time-slot-body .owl-carousel .item ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 300px;
}
@media (max-width: 992px) {
  .timePickerWrap .timepickerInner .time-slot-body .owl-carousel .item ul {
    max-width: none;
  }
}
.timePickerWrap .timepickerInner .time-slot-body .owl-carousel .item ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #B1B3B2;
  width: 88px;
  height: 40px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #3D393B;
  margin: 5px;
  cursor: pointer;
}
.timePickerWrap .timepickerInner .time-slot-body .owl-carousel .item ul li.selected {
  border: 1px solid #8BA340;
}

.modal .modal-dialog-centered {
  height: calc(100% - 1rem);
  max-width: 800px;
}
@media (max-height: 900px) {
  .modal .modal-dialog-centered {
    height: calc(100% - 1.5rem);
    max-width: 800px;
  }
}
@media (max-height: 600px) {
  .modal .modal-dialog-centered {
    height: 600px;
    max-width: 800px;
  }
}
.modal .modal-header .close {
  opacity: 1;
}
.modal.spcl_visitor_modal .modal-dialog-centered {
  max-width: 800px;
}
@media (max-height: 900px) {
  .modal.spcl_visitor_modal .modal-dialog-centered {
    max-width: 600px;
  }
}
@media (max-height: 600px) {
  .modal.spcl_visitor_modal .modal-dialog-centered {
    max-width: 600px;
  }
}
.modal.spcl_visitor_modal .modal-dialog-centered .modal-content .modal-body .body_wrap .srch_wrap .search h4 {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  display: block;
  width: 100%;
  margin-bottom: 26px;
  font-weight: 500;
  color: #3D393B;
}

.form_wrap .wrapper .form_row .group {
  position: relative;
}
.form_wrap .wrapper .form_row .group p {
  position: absolute;
  bottom: -32px;
  color: #ff0303;
  left: 140px;
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .form_wrap .wrapper .form_row .group p {
    left: 0;
  }
}

.find_id_sec .wrapper .form_row .group {
  position: relative;
}
.find_id_sec .wrapper .form_row .group p {
  position: absolute;
  bottom: -32px;
  color: #ff0303;
  left: 116px;
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .find_id_sec .wrapper .form_row .group p {
    left: 0;
  }
}
.find_id_sec .wrapper.panel2 .left p {
  left: 116px;
}
@media screen and (max-width: 992px) {
  .find_id_sec .wrapper.panel2 .left p {
    left: 0;
  }
}
.find_id_sec .wrapper.panel2 .right .last_wrap p {
  left: 0px;
}
@media screen and (max-width: 992px) {
  .find_id_sec .wrapper.panel2 .right .last_wrap p {
    left: 0;
  }
}
.find_id_sec .wrapper.panel2 .right .first_wrap p {
  bottom: 44px !important;
}
@media screen and (max-width: 992px) {
  .find_id_sec .wrapper.panel2 .right .first_wrap p {
    bottom: 72px !important;
  }
}
@media screen and (max-width: 400px) {
  .find_id_sec .wrapper.panel2 .right .first_wrap p.big_error_msg_find {
    bottom: 60px !important;
    line-height: 14px;
  }
}

.fitness_locker .reservation_info_wrapper .info_wrap .form_wrap .left {
  position: relative;
}
.fitness_locker .reservation_info_wrapper .info_wrap .form_wrap .left p {
  position: absolute;
  bottom: -32px;
  color: #ff0303;
  left: 175px;
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .fitness_locker .reservation_info_wrapper .info_wrap .form_wrap .left p {
    left: 0;
  }
}
.fitness_locker .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withTime {
  position: relative;
}
.fitness_locker .reservation_info_wrapper .info_wrap .form_wrap .left .form1.withTime.withinfo .form_info p {
  bottom: -18px;
}

.error {
  color: #ff0303 !important;
  font-size: 12px !important;
  text-decoration: none !important;
}

.big_error_msg {
  bottom: -40px !important;
  line-height: 12px !important;
}
@media screen and (max-width: 992px) {
  .big_error_msg {
    bottom: -30px !important;
  }
}
@media screen and (max-width: 570px) {
  .big_error_msg {
    bottom: -40px !important;
  }
}

.lease-contract-box {
  margin-top: 0;
  overflow-x: hidden;
}
.lease-contract-box .privacy_wrap {
  margin: 0;
  border: 0;
}
.lease-contract-box .privacy_wrap .list_group .item_list:first-child {
  margin-left: 0 !important;
}
@media only screen and (max-width: 1150px) {
  .lease-contract-box .privacy_wrap .list_group .item_list:first-child {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 1150px) {
  .lease-contract-box .privacy_wrap .list_group .item_list {
    margin-left: 55px !important;
  }
}
.lease-contract-box .privacy_wrap .list_group .item_list ul li:first-child {
  min-width: 140px !important;
  width: 140px !important;
}
.lease-contract-box .privacy_wrap .content .item_list ul.last_list li {
  border-bottom: 1px solid #868484;
}

.modal-content {
  overflow: auto;
}

.customer_inquery_for_row.form_row {
  margin-bottom: 0 !important;
}
.customer_inquery_for_row.form_row .ckeck_box_row {
  width: 100%;
}
.customer_inquery_for_row.form_row .ckeck_box_row.signup_checkbox_row {
  margin-top: 42px;
}
.customer_inquery_for_row.form_row .ckeck_box_row p {
  bottom: auto !important;
  left: auto !important;
  margin-left: 7px;
}
.customer_inquery_for_row.form_row .ckeck_box_row .custom-checkbox {
  margin-top: 20px;
}
.customer_inquery_for_row.form_row .ckeck_box_row .custom-checkbox .custom-control-label {
  font-size: 13px;
  line-height: 19px;
  margin-left: 7px;
  color: #3D393B;
}
.customer_inquery_for_row.form_row .ckeck_box_row .custom-checkbox .custom-control-label::before {
  background-color: transparent;
  border: 1px solid #3D393B;
  border-radius: 2px;
  top: 3px;
  box-shadow: none;
  width: 16px;
  height: 16px;
}
.customer_inquery_for_row.form_row .ckeck_box_row .custom-checkbox .custom-control-label::after {
  top: 3px;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  background: url(../assets/images/check-tick.svg) no-repeat center center !important;
}
.customer_inquery_for_row.form_row .ckeck_box_row .custom-checkbox .custom-control-label span {
  color: #3D393B !important;
}
.customer_inquery_for_row.form_row .ckeck_box_row .custom-checkbox .custom-control-label span .under_line {
  color: #3D393B !important;
  text-decoration: underline;
  cursor: pointer;
}
.customer_inquery_for_row.form_row .ckeck_box_row .custom-checkbox .custom-control-label span .under_line:hover {
  color: #3D393B;
  text-decoration: underline;
}

.under_line {
  color: #3D393B !important;
  text-decoration: underline;
  cursor: pointer;
}
.under_line:hover {
  color: #3D393B;
  text-decoration: underline;
}

.customer_privacy_terms .lease-contract-box {
  height: 300px;
  overflow-y: auto;
}
.customer_privacy_terms .lease-contract-box .title {
  text-align: center;
  margin-bottom: 50px;
}
.customer_privacy_terms .lease-contract-box .title h1 {
  color: #222722;
  font-size: 20px;
  line-height: 36px;
}
.customer_privacy_terms .lease-contract-box .privacy_wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #868484;
  margin: 0px 83px 0px 37px;
}
@media only screen and (max-width: 640px) {
  .customer_privacy_terms .lease-contract-box .privacy_wrap {
    margin: 20px;
  }
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content {
  margin-top: 44px;
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content .head {
  margin-bottom: 30px;
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content .content_group {
  margin-bottom: 30px;
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content .inner_content {
  margin-top: 20px;
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content .innerblock {
  margin-left: 20px;
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content .innerblock > p {
  margin-bottom: 0;
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content p {
  font-size: 14px;
  line-height: 25px;
  color: #868484;
}
@media screen and (max-width: 640px) {
  .customer_privacy_terms .lease-contract-box .privacy_wrap .content p {
    font-size: 12px;
    line-height: 21px;
  }
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content p .number {
  color: #868484;
  border: solid 1px #868484;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  margin-right: 0;
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content p .mainicon {
  font-size: 20px;
  font-weight: 200;
}
@media screen and (max-width: 640px) {
  .customer_privacy_terms .lease-contract-box .privacy_wrap .content p .mainicon {
    font-size: 15px;
  }
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content p .icon {
  font-size: 18px;
  font-weight: 200;
}
@media screen and (max-width: 640px) {
  .customer_privacy_terms .lease-contract-box .privacy_wrap .content p .icon {
    font-size: 12px;
  }
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content p span {
  font-size: 14px;
  line-height: 25px;
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content .parent {
  margin-bottom: 0px;
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content .child_para {
  margin-left: 20px;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .customer_privacy_terms .lease-contract-box .privacy_wrap .content .child_para {
    margin-left: 0px;
  }
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content h5 {
  font-size: 20px;
  color: #222722;
  line-height: 36px;
}
@media screen and (max-width: 640px) {
  .customer_privacy_terms .lease-contract-box .privacy_wrap .content h5 {
    font-size: 18px;
    line-height: 34px;
  }
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content .item_list {
  margin: 20px auto;
  margin-bottom: 30px;
  width: 100%;
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content .item_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content .item_list ul.last_list li {
  border-top: 0;
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content .item_list ul li {
  padding: 12px 5px;
  border: 1px solid #868484;
  list-style-type: none;
  min-height: 75px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .customer_privacy_terms .lease-contract-box .privacy_wrap .content .item_list ul li {
    min-height: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .customer_privacy_terms .lease-contract-box .privacy_wrap .content .item_list ul li {
    min-height: 90px !important;
    font-size: 12px;
  }
}
@media screen and (max-width: 520px) {
  .customer_privacy_terms .lease-contract-box .privacy_wrap .content .item_list ul li {
    min-height: 100px !important;
  }
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content .item_list ul li:first-child {
  justify-content: center;
  color: #222722;
  border-right: 0;
  width: 200px;
  min-width: 200px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .customer_privacy_terms .lease-contract-box .privacy_wrap .content .item_list ul li:first-child {
    width: 110px;
    min-width: 110px;
  }
}
@media screen and (max-width: 360px) {
  .customer_privacy_terms .lease-contract-box .privacy_wrap .content .item_list ul li:first-child {
    width: 80px;
    min-width: 80px;
  }
}
.customer_privacy_terms .lease-contract-box .privacy_wrap .content .item_list ul li:nth-child(2) {
  color: #868484;
  padding: 12px 5px;
}
@media screen and (max-width: 992px) {
  .customer_privacy_terms .lease-contract-box .privacy_wrap .content .item_list ul li:nth-child(2) {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 480px) {
  .customer_privacy_terms .lease-contract-box .privacy_wrap .content .item_list ul li:nth-child(2) {
    padding: 12px;
  }
}

.customer_inquery_for_row .check-box-wrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #222722 !important;
}

.customer_inquery_for_row .radio-box-wrap .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: url(../assets/images/radio-check.svg) no-repeat;
  width: 20px;
  height: 20px;
}

.customer_inquery_for_row .radio-box-wrap .custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.customer_privacy_terms .lease-contract-box::-webkit-scrollbar {
  -webkit-appearance: none;
}

.customer_privacy_terms .lease-contract-box::-webkit-scrollbar:vertical {
  width: 7px;
}

.customer_privacy_terms .lease-contract-box::-webkit-scrollbar:horizontal {
  height: 98px;
}

.customer_privacy_terms .lease-contract-box::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  /* should match background, can't be transparent */
  background-color: #B1B3B2;
}

.form_wrap .wrapper .form_row .group label span {
  color: #7F983E !important;
}

.startTime-error {
  bottom: -24px !important;
}

.admin-modal .modal-lg {
  max-width: 690px;
  position: relative;
}
.admin-modal .modal-content {
  background-color: #ccddf2;
  padding: 0 10px;
  overflow-y: auto;
}
.admin-modal .modal-content .table_content .head {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.admin-modal .modal-content .table_content .head h4 {
  font-size: 16px;
  font-weight: 600;
}
.admin-modal .modal-content .table_content .table-bordered tr th {
  border: 1px solid #fff;
}
.admin-modal .modal-content .table_content .table-bordered tr td {
  border: 1px solid #fff;
  text-align: center;
}

.command-modal {
  padding: 0;
}
.command-modal .modal-dialog {
  max-width: 594px;
}
.command-modal .modal-dialog .modal-content {
  padding: 50px 30px 23px;
}
.command-modal .modal-dialog .modal-content .header_content {
  text-align: center;
}
.command-modal .modal-dialog .modal-content .header_content h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
}
.command-modal .modal-dialog .modal-content .header_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-top: 18px;
  margin-bottom: 0;
}
.command-modal .modal-dialog .modal-content .information-use {
  width: 100%;
  height: auto;
  padding: 16px 28px 24px;
  background: #FAFAFA;
  margin-top: 30px;
}
.command-modal .modal-dialog .modal-content .information-use .head {
  text-align: center;
}
.command-modal .modal-dialog .modal-content .information-use .head h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #181818;
}
.command-modal .modal-dialog .modal-content .information-use .info-sec .wrap {
  width: 100%;
  height: auto;
  margin-top: 24px;
}
.command-modal .modal-dialog .modal-content .information-use .info-sec .wrap h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #7F983E;
}
.command-modal .modal-dialog .modal-content .information-use .info-sec .wrap p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #666;
}
.command-modal .modal-dialog .modal-content .footer-sec {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 23px;
}
.command-modal .modal-dialog .modal-content .footer-sec .custom-checkbox .custom-control-label {
  font-size: 13px;
  line-height: 19px;
  margin-left: 7px;
  color: #3D393B;
}
.command-modal .modal-dialog .modal-content .footer-sec .custom-checkbox .custom-control-label::before {
  background-color: transparent;
  border: 1px solid #3D393B;
  border-radius: 50px;
  top: 3px;
  box-shadow: none;
  width: 16px;
  height: 16px;
}
.command-modal .modal-dialog .modal-content .footer-sec .custom-checkbox .custom-control-label::after {
  top: 3px;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  background: url(../assets/images/check-tick.svg) no-repeat center center !important;
}
.command-modal .modal-dialog .modal-content .footer-sec .custom-checkbox .custom-control-label span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #666;
}
.command-modal .modal-dialog .modal-content .footer-sec .right a {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #181818;
}

.command-modal .check-box-wrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #2B3D66 !important;
}

.mb-0 {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */