/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@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 KR", "Malgun Gothic", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #666;
  letter-spacing: -0.05em;
}

.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;
  width: 100%;
  min-width: 1600px;
  border-bottom: 1px solid #e6e6e6;
}
.jbMenu ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  width: 75%;
  margin: 0 auto;
  line-height: 50px;
}
.jbMenu ul li {
  background: hsla(0, 0%, 100%, 1);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 20px;
}
.jbMenu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #4d4d4d;
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  padding: 18px 0;
}
.jbMenu ul li:last-of-type a:after {
  display: none;
}
.jbMenu ul li a:hover {
  font-size: 16px;
  font-weight: 500;
  color: #104aa1;
  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: 94px;
  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%;
  min-width: 1200px;
  margin-top: 0px;
  border-bottom: 1px solid #e6e6e6;
}
.header {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
}

.logo-tt {
  height: 135px;
  width: 1285px;
  min-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head_c {
	margin-left: 20px;
}
.head_rf {
  display: flex;
  align-items: center;
}
.head_btn{
  margin-right: 5px;
}
.fancybox-toolbar {
  right: 0;
  top: 50px !important;
}
#footer{
  position: relative;
}
.event_btn{
  position: absolute;
  right: 24.5%;
  bottom: 28%;
  border-radius: 6px;
  border: none;
  background-color: #1f3d79;
  color: #fff;
  width: 5.5vw;
  padding: 3px;
  font-size: 1vw;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .pc_view {
    display: none;
  }
}


/* 임플란트 수가표 menu-offset 설정 */
.impl_target{
  padding-top: 100px;
  margin-top: -101px;
  display: block;
}