/* CSS Document */

@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);
@font-face {
  font-family: "SeoulNamsanM";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/SeoulNamsanM.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body.fixed {
  overflow-y: hidden;
}
a {
  color: #000;
  text-decoration: none;
}
#wrapper {
  min-width: 500px;
  overflow: hidden;
}
body.scrollfix #container {
  margin-top: 120px;
}
body,
td,
input,
textarea,
div,
th,
p,
a,
address ul {
  font-family: "Noto Sans Korean", "Malgun Gothic", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #666;
  letter-spacing: -0.05em;
}
body {
  max-width: 1903px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.sub-section {
  position: relative;
  padding: 0px 0;
  background-color: rgba(255, 255, 255, 1);
}
.sub-section.no-padding {
  padding: 0;
}
.sub-section > .innerContainer {
  position: relative;
  width: 1200px;
  margin: auto;
}
.sub-section > .innerContainer:after {
  clear: both;
  display: block;
  content: "";
}
.innerContainer {
  position: relative;
  width: 1200px;
  margin: auto;
}
.innerContainer:after {
  clear: both;
  display: block;
  content: "";
}

.container-bgtype {
  background-position: center top;
  background-repeat: no-repeat;
}

.blue_bg {
  background-color: #203e7a;
}

#top_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #333;
  color: #333;
  text-align: center;
  font-size: 15px;
  z-index: 90;
  background: rgba(255, 255, 255, 0.5);
}
#top_btn:hover {
  border-color: #090e42;
  background: #203e7a;
  color: #fff;
}

.jbMenu {
  text-align: center;
  background-color: #ffffff;
  padding: 0px 0px;
}
.jbMenu ul {
  list-style: none;
  line-height: 50px;
}
.jbMenu ul li {
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -1px;
}
.jbMenu ul li:not(:last-child)::after {
  content: "";
  clear: both;
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 20px;
  vertical-align: middle;
  background-color: #4d4d4d;
}
.jbMenu ul li a {
  display: inline-block;
  font-weight: 500;
  font-size: 19px;
  color: #4d4d4d;
  padding: 15px 0;
}
.jbMenu ul li:last-of-type a:after {
  display: none;
}
.jbMenu ul li a:hover {
  font-weight: 500;
  color: #84c4e2;
  padding: 0;
}
.jbFixed {
  position: fixed;
  top: 0px;
  z-index: 99999;
  box-shadow: 0px 1px 3px rgba(181, 181, 181, 0.47);
}
.nav-bar {
  position: fixed;
  top: 140px;
  right: 0px;
  width: 115px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 999;
}

.sns-link {
  overflow: hidden;
  margin: 0px 0;
  padding: 0;
}
.sns-link li {
  list-style: none;
  margin: 0px 0;
}
.sns-link li a {
  display: block;
  line-height: 13.33px;
  font-size: 13.33px;
  letter-spacing: -1px;
  color: #000;
}
.sns-link li a p {
  margin-top: 1px;
}

#header-wrap {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  padding: 10px 0;
  margin: 0 auto;
  min-width: 1200px;
  max-width: 1440px;
}
.header {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
}

.h_quick{
  display: flex;
  gap: 12px;
}

.logo-tt {
  height: 135px;
  width: 1285px;
  min-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#part01, #part02, #part03, #part04 {
  width: 100%;
  max-width: 1908px;
  margin: 0 auto;
  overflow: hidden;
}

#footer_map {
  width: 1100px;
  margin: 60px auto 100px;
}
.wrap_controllers.hide {
  display: none;
}
.fancybox-toolbar {
  right: 0;
  top: 50px !important;
}

/* part03 */
#case_container {
  width: 100%;
  max-width: 1903px;
  height: auto;
  text-align: center;
  margin: 0 auto;
  position: relative;;
}
#case_container > .case-top {
  margin: 0 auto;
  overflow: hidden;
}
#case_container .swiper-button-next {
  background-image: url("/theme/seoultop/img/implant_next.png");
  background-size: contain;
  right: 10px;
  left: auto;
  width: 27px;
  height: 33px;
}
#case_container .swiper-button-prev {
  background-image: url("/theme/seoultop/img/implant_prev.png");
  background-size: contain;
  left: 10px;
  right: auto;
  width: 27px;
  height: 33px;
}
#case_container .swiper-button-prev, #case_container .swiper-button-next{
  top: 60% !important;
  position: absolute;
}
#case_container .swiper-button-prev {
  left: 250px !important;
}
#case_container .swiper-button-next {
  right: 250px !important;
}
/* part03/ */

@media all and (min-width: 768px) and (max-width: 1024px) {
  .pc_view {
    display: none;
  }
}
