@charset "UTF-8";
@font-face {
  font-family: "SpoqaHanSansNeo";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ONE-Mobile-Regular";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
img,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
nav,
section,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "SpoqaHanSansNeo", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
  border: 0;
  background: none;
  font-family: "SpoqaHanSansNeo", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

em {
  font-style: normal;
}

img {
  vertical-align: top;
}

input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: "SpoqaHanSansNeo", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif;
}

select {
  font-family: "SpoqaHanSansNeo", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif;
}

.blind {
  margin: -1px !important;
  padding: 0 !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.mo_show {
  display: none;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .mo_show {
    display: block;
  }
  .pc_show {
    display: none;
  }
}
.header {
  width: 100%;
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 100;
}
.header .inner {
  max-width: 1680px;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.header .nav {
  max-width: 870px;
  width: 100%;
}
.header .gnb {
  display: flex;
  gap: 18px;
  width: 100%;
}
.header .gnb_item {
  flex: 1;
}
.header .gnb_link {
  display: block;
  text-align: center;
  flex: 1;
  text-align: center;
  color: #454c53;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0px;
}
.header .phone {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #40b2ef;
}
.header .location {
  margin: 3px 0 0 32px;
  color: #454c53;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0px;
}

@media screen and (max-width: 1024px) {
  .header {
    height: 58px;
  }
  .header .inner {
    padding: 0 25px;
    justify-content: flex-end;
  }
  .header .logo {
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
    width: 195px;
    height: 40px;
  }
  .header .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .nav {
    display: none;
  }
  .header .phone .text {
    display: none;
  }
  .header .location {
    display: none;
  }
}
.footer {
  background: #222527;
}
.footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1404px;
  padding: 48px 20px 75px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #72787f;
  gap: 20px;
}
.footer .footer_info {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 8px 40px;
  font-size: 16px;
  line-height: 24px;
}
.footer .footer_info_item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.footer .footer_info_title {
  min-width: 130px;
  border-right: 1px solid currentColor;
}
.footer .box_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .btn_footer {
  width: 192px;
  height: 40px;
  border-radius: 9px;
  background: #72787f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #eef0f3;
}
.footer .sns_list {
  display: flex;
  margin-top: 21px;
  gap: 12px;
}
.footer .copyright {
  margin-top: 12px;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .footer .inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px 24px 105px;
    gap: 40px;
  }
  .footer .footer_info {
    gap: 10px;
    font-size: 14px;
    line-height: 22px;
    grid-template-columns: 1fr;
  }
  .footer .footer_info_title {
    min-width: 120px;
  }
  .footer .box_right {
    width: 100%;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .btn_footer {
    width: 176px;
    height: 40px;
  }
  .footer .sns_list {
    margin-top: 0;
  }
  .footer .copyright {
    width: 100%;
    margin-top: 25px;
    font-size: 14px;
  }
}
.container {
  margin-top: 100px;
}

section {
  box-sizing: border-box;
}

.box_float {
  position: fixed;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.box_float .box_contact_mo {
  display: none;
}
.box_float .box_contact_pc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.box_float .box_contact_pc .btn_contact,
.box_float .box_contact_pc .btn_top {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
}
.box_float .box_contact_pc .btn_top {
  background: #40b2ef;
}

.sec_kv {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  padding: 0 53px 23px;
  box-sizing: border-box;
}
.sec_kv .box_video {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.sec_kv .box_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_kv .box_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90px;
  width: 100%;
  z-index: 10;
  text-align: center;
}
.sec_kv .box_text .icon {
  width: 142px;
  height: 70px;
}
.sec_kv .box_text .title {
  margin-top: 2px;
  font-size: 53px;
  line-height: 75px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
.sec_kv .box_text .desc {
  margin-top: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

.sec_info .inner {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1324px;
  padding: 163px 20px 0;
  text-align: center;
  box-sizing: border-box;
}
.sec_info .icon {
  width: 116px;
  height: 116px;
}
.sec_info .sub_title {
  margin-top: 36px;
  font-family: "ONE-Mobile-Regular";
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #33383c;
}
.sec_info .title {
  margin-top: 20px;
  font-family: "ONE-Mobile-Regular";
  font-size: 68px;
  line-height: 75px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #000;
}
.sec_info .title .point {
  color: #40b2ef;
}
.sec_info .desc {
  margin-top: 53px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #454c53;
}
.sec_info .list {
  max-width: 1284px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  margin-top: 64px;
}
.sec_info .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  border-radius: 10px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  font-size: 28px;
  color: #454c53;
  gap: 4px;
}
.sec_info .item .point {
  color: #40b2ef;
  font-weight: 700;
}

.sec_doctor {
  padding: 310px 0;
}
.sec_doctor .inner {
  max-width: 1544px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
.sec_doctor .sub_title {
  display: flex;
  justify-content: center;
  font-family: "ONE-Mobile-Regular";
  font-size: 34px;
  color: #33383c;
  gap: 0.5rem;
}
.sec_doctor .sub_title .point {
  color: #40b2ef;
}
.sec_doctor .title {
  font-family: "ONE-Mobile-Regular";
  margin-top: 28px;
  font-size: 62px;
  color: #000;
}
.sec_doctor .box_content {
  position: relative;
}
.sec_doctor .box_img {
  margin-left: -208px;
}
.sec_doctor .doctor_item {
  display: flex;
}
.sec_doctor .box_text_pc {
  margin-top: 170px;
  text-align: left;
}
.sec_doctor .box_text_pc .box_title {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  padding-bottom: 8px;
  width: 330px;
  border-bottom: 1px solid #c9cdd2;
}
.sec_doctor .box_text_pc .name {
  font-size: 46px;
  font-weight: 700;
  color: #40b2ef;
}
.sec_doctor .box_text_pc .position {
  font-size: 24px;
  color: #000;
}
.sec_doctor .box_text_pc .history_list {
  margin-top: 28px;
  font-size: 20px;
  line-height: 32px;
  color: #454c53;
}
.sec_doctor .box_text_pc .btnArea {
    display: flex;
    align-items: flex-start;
    gap: 20px
}
.sec_doctor .box_text_pc .btn_popup {
  margin-top: 14px;
}
.sec_doctor .box_text_pc .dr_btn {
    margin-top: 14px;
}
.sec_doctor .box_text_pc .text {
  display: flex;
  margin-top: 27px;
}
.sec_doctor .box_text_mo {
  display: none;
}
.sec_doctor .doctor_list .doctor_item {
  display: none;
}
.sec_doctor .doctor_list .doctor_item.is_active {
  display: flex;
}
.sec_doctor .nav_doctor_list {
  position: absolute;
  right: 54px;
  display: flex;
  gap: 10px;
  bottom: 33px;
  z-index: 10;
}
.sec_doctor .nav_doctor_list .btn_doctor img:last-child {
  display: none;
}
.sec_doctor .nav_doctor_list .btn_doctor.is_active img:first-child {
  display: none;
}
.sec_doctor .nav_doctor_list .btn_doctor.is_active img:last-child {
  display: block;
}

.sec_class {
  padding: 173px 0 262px;
  border-radius: 100px 100px 0 0;
  background: #eef0f3;
  text-align: center;
  overflow: hidden;
}
.sec_class .sub_title {
  font-size: 30px;
  font-family: "ONE-Mobile-Regular";
  color: #72787f;
  font-weight: 700;
}
.sec_class .title {
  margin-top: 30px;
  font-family: "ONE-Mobile-Regular";
  font-weight: 700;
  font-size: 52px;
  color: #000;
}
.sec_class .title .point {
  color: #40b2ef;
}
.sec_class .list {
  display: flex;
  justify-content: space-between;
  max-width: 1404px;
  padding: 0 20px;
  margin: 155px auto 0;
}
.sec_class .item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 24px;
}
.sec_class .item:before {
  position: absolute;
  width: 200%;
  height: 1px;
  background: #a4aab1;
  content: "";
  display: block;
}
.sec_class .item:nth-child(1):before {
  left: -100%;
  top: 35%;
}
.sec_class .item:nth-child(2) {
  margin-top: 75px;
  flex-direction: column-reverse;
}
.sec_class .item:nth-child(2):before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec_class .item:nth-child(3):before {
  top: 35%;
}
.sec_class .item .box_img {
  position: relative;
  z-index: 1;
}
.sec_class .item_title {
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  color: #40b2ef;
}
.sec_class .item_desc {
  margin-top: 12px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #454c53;
}

.sec_banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: linear-gradient(90deg, rgb(0, 38, 142) 0%, rgb(64, 178, 239) 100%);
  height: 102px;
  font-size: 22px;
  color: #fff;
  overflow: hidden;
}
.sec_banner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/banner/icon_365.svg) center/cover no-repeat;
  width: 360px;
  height: 364px;
}

.sec_implant {
  padding: 200px 60px 0;
  background: #222527;
  box-sizing: border-box;
  text-align: center;
}
.sec_implant .sub_title {
  color: #92d8fe;
  font-size: 32px;
}
.sec_implant .title {
  margin-top: 28px;
  color: #fff;
  font-size: 64px;
  font-family: "ONE-Mobile-Regular";
  font-weight: 700;
}
.sec_implant .desc {
  margin-top: 35px;
  font-size: 20px;
  line-height: 32px;
  color: #a4aab1;
}
.sec_implant .box_img {
  margin-top: 88px;
}
.sec_implant .box_img img {
  width: 100%;
}

.sec_implant_step {
  position: relative;
  height: 200vh;
  padding: 344px 0 270px;
  background: #222527;
}
.sec_implant_step .inner {
  display: flex;
  align-items: center;
  max-width: 1544px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  gap: 165px;
  box-sizing: border-box;
}
.sec_implant_step .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  max-width: 717px;
}
.sec_implant_step .list .item {
  overflow: hidden;
  position: relative;
  max-width: 342px;
  width: calc(50% - 15px);
  background: #fff;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 35px 28px;
  height: 480px;
  justify-content: flex-end;
}
.sec_implant_step .list .item:nth-child(2) {
  margin-top: 200px;
}
.sec_implant_step .list .item:nth-child(odd) {
  margin-top: -200px;
}
.sec_implant_step .list .item:first-child {
  margin-top: 0;
}
.sec_implant_step .list .item:hover .box_img, .sec_implant_step .list .item.swiper-slide-active .box_img {
  opacity: 1;
}
.sec_implant_step .list .item:hover .step,
.sec_implant_step .list .item:hover .item_title,
.sec_implant_step .list .item:hover .item_desc,
.sec_implant_step .list .item:hover .icon, .sec_implant_step .list .item.swiper-slide-active .step,
.sec_implant_step .list .item.swiper-slide-active .item_title,
.sec_implant_step .list .item.swiper-slide-active .item_desc,
.sec_implant_step .list .item.swiper-slide-active .icon {
  color: #fff;
}
.sec_implant_step .list .icon {
  width: 140px;
  position: absolute;
  top: 75px;
  right: -10px;
  z-index: 10;
  opacity: 0.2;
}
.sec_implant_step .list .step {
  position: relative;
  z-index: 10;
  font-size: 20px;
  font-weight: 700;
  color: #40b2ef;
}
.sec_implant_step .list .item_title {
  position: relative;
  z-index: 10;
  margin-top: 8px;
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #454c53;
}
.sec_implant_step .list .item_desc {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #454c53;
}
.sec_implant_step .list .box_img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  z-index: 1;
  opacity: 0;
}
.sec_implant_step .list_mo {
  display: none;
}
.sec_implant_step .box_text {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  color: #fff;
}
.sec_implant_step .box_text .icon {
  width: 38px;
  height: 38px;
}
.sec_implant_step .box_text .title {
  margin-top: 33px;
  font-size: 50px;
  font-family: "ONE-Mobile-Regular";
  font-weight: 700;
  line-height: 66px;
}
.sec_implant_step .box_text .title .point {
  color: #92d8fe;
}
.sec_implant_step .box_text .desc {
  margin-top: 60px;
  font-size: 24px;
  line-height: 36px;
}

.sec_implant_type {
  padding: 190px 0;
  background: #f6f7f9;
}
.sec_implant_type .inner {
  max-width: 1504px;
  margin: 0 auto;
}
.sec_implant_type .title {
  text-align: center;
  font-family: "ONE-Mobile-Regular";
  font-size: 52px;
  line-height: 68px;
  color: #000;
}
.sec_implant_type .title .point {
  color: #40b2ef;
}
.sec_implant_type .desc {
  text-align: center;
  margin-top: 36px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #454c53;
}
.sec_implant_type .tab_list {
  display: flex;
  margin-top: 62px;
  gap: 16px;
  justify-content: center;
}
.sec_implant_type .tab_list .tab_btn {
  width: 205px;
  height: 58px;
  border: 1px solid #c9cdd2;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9cdd2;
  font-size: 24px;
  background: #fff;
}
.sec_implant_type .tab_list .tab_btn.is_active {
  background: #40b2ef;
  border-color: #40b2ef;
  color: #fff;
  font-weight: 700;
}
.sec_implant_type .tab_panel_list {
  margin-top: 72px;
}
.sec_implant_type .tab_panel_list .tab_panel_item {
  display: none;
  border-radius: 30px;
  height: 320px;
  overflow: hidden;
  background: #454c53;
}
.sec_implant_type .tab_panel_list .tab_panel_item.is_active {
  display: flex;
}
.sec_implant_type .tab_panel_list .tab_panel_item .box_img {
  width: 50%;
}
.sec_implant_type .tab_panel_list .tab_panel_item .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_implant_type .tab_panel_list .tab_panel_item .box_text {
  width: 50%;
  padding-left: 146px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
}
.sec_implant_type .tab_panel_list .tab_panel_item .item_title {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 0px;
}
.sec_implant_type .tab_panel_list .tab_panel_item .item_desc {
  margin-top: 20px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0px;
}

.sec_oneday_implant {
  padding: 260px 61px 0;
  text-align: center;
}
.sec_oneday_implant .sub_title {
  font-size: 30px;
  font-weight: 700;
  font-family: "ONE-Mobile-Regular";
  color: #72787f;
}
.sec_oneday_implant .title {
  margin-top: 34px;
  font-size: 64px;
  font-family: "ONE-Mobile-Regular";
  font-weight: 700;
  color: #000;
}
.sec_oneday_implant .title .point {
  color: #40b2ef;
}
.sec_oneday_implant .desc {
  margin-top: 37px;
  font-size: 20px;
  line-height: 32px;
  color: #454c53;
}
.sec_oneday_implant .box_img {
  margin-top: 88px;
}
.sec_oneday_implant .box_img img {
  width: 100%;
}
.sec_oneday_implant .box_content {
  margin: -160px auto 0;
  max-width: 1365px;
  width: 100%;
}
.sec_oneday_implant .box_content img {
  width: 100%;
}

.sec_oneday_featrue {
  padding: 234px 20px 280px;
}
.sec_oneday_featrue .title {
  text-align: center;
  font-size: 56px;
  line-height: 75px;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: "ONE-Mobile-Regular";
}
.sec_oneday_featrue .title .point {
  color: #40b2ef;
  display: block;
}
.sec_oneday_featrue .title .icon {
  display: none;
}
.sec_oneday_featrue .list {
  max-width: 1364px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 72px auto 0;
}
.sec_oneday_featrue .item {
  display: flex;
  align-items: center;
  height: 82px;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0 35px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #454c53;
}

.sec_implant_doctor {
  padding: 136px 95px 105px;
  background: #222527;
}
.sec_implant_doctor .box_content {
  border-radius: 30px;
  height: 776px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.sec_implant_doctor .box_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sec_implant_doctor .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_implant_doctor .box_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  width: min(983px, 56%);
  padding-left: 110px;
  color: #fff;
}
/* .sec_implant_doctor .box_text:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 342px;
  height: 776px;
  background: url(../images/implant/img_doctor_university.png) center no-repeat;
  opacity: 0.5;
} */
.sec_implant_doctor .title {
  font-size: 48px;
  font-weight: 700;
  font-family: "ONE-Mobile-Regular";
  line-height: 64px;
}
.sec_implant_doctor .title .point {
  color: #92d8fe;
}
.sec_implant_doctor .desc {
  margin-top: 35px;
  font-size: 20px;
  line-height: 32px;
}
.sec_implant_doctor .list {
  margin-top: 94px;
  display: flex;
  gap: 22px;
}
.sec_implant_doctor .item {
  width: 182px;
  height: 182px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
}
.sec_implant_doctor .item .icon {
  width: 38px;
}
.sec_implant_doctor .item .text {
  margin-top: 10px;
  font-size: 17px;
  line-height: 28px;
  color: #454c53;
}
.sec_implant_doctor .item .text .point {
  font-weight: 700;
}

.sec_braces {
  padding: 210px 60px 0;
  text-align: center;
  background: #f6f7f9;
}
.sec_braces .sub_title {
  font-size: 32px;
  color: #40b2ef;
}
.sec_braces .title {
  font-size: 64px;
  font-weight: 700;
  margin-top: 28px;
  font-family: "ONE-Mobile-Regular";
}
.sec_braces .title .point {
  color: #40b2ef;
}
.sec_braces .desc_point {
  margin-top: 38px;
  font-size: 20px;
  font-weight: 700;
  color: #454c53;
}
.sec_braces .desc {
  margin-top: 12px;
  font-size: 20px;
  line-height: 32px;
  color: #454c53;
}
.sec_braces .box_img {
  margin-top: 88px;
}
.sec_braces .box_img img {
  width: 100%;
}

.sec_beaces_custom {
  position: relative;
  padding: 250px 20px;
  background: #f6f7f9;
}
.sec_beaces_custom .inner {
  max-width: 1504px;
  width: 100%;
  margin: 0 auto;
}
.sec_beaces_custom .box_title {
  display: flex;
  align-items: flex-end;
  gap: 90px;
}
.sec_beaces_custom .box_left .icon {
  width: 32px;
}
.sec_beaces_custom .box_left .icon img {
  width: 100%;
}
.sec_beaces_custom .box_left .title {
  margin-top: 18px;
  font-size: 56px;
  line-height: 75px;
  font-weight: 700;
  font-family: "ONE-Mobile-Regular";
  color: #000;
}
.sec_beaces_custom .box_left .title .point {
  color: #40b2ef;
}
.sec_beaces_custom .box_right .desc_title {
  text-transform: uppercase;
  display: inline-flex;
  font-size: 17px;
  color: #40b2ef;
  border-bottom: 1px solid #40b2ef;
  padding-bottom: 2px;
}
.sec_beaces_custom .box_right .desc {
  margin-top: 16px;
  font-size: 18px;
  color: #72787f;
}
.sec_beaces_custom .custom_braces {
  padding: 10px;
  margin-top: 75px;
}
.sec_beaces_custom .custom_braces .swiper-slide {
  overflow: hidden;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
}
.sec_beaces_custom .custom_braces .box_img img {
  width: 100%;
}
.sec_beaces_custom .custom_braces .item_inner {
  padding: 32px 0 47px;
}
.sec_beaces_custom .custom_braces .item_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  color: #454c53;
}
.sec_beaces_custom .custom_braces .item_title:after {
  width: 34px;
  height: 1px;
  content: "";
  display: block;
  margin-top: 24px;
  background: #454c53;
}
.sec_beaces_custom .custom_braces .item_desc {
  margin-top: 30px;
  font-size: 18px;
  line-height: 28px;
  color: #454c53;
}
.sec_beaces_custom .swiper-button-next,
.sec_beaces_custom .swiper-button-prev {
  display: none;
}

.sec_braces_select {
  width: 100%;
  height: 1033px;
  padding: 200px 20px 170px;
  box-sizing: border-box;
  background: url(../images/braces/bg_select_braces.png) center/cover no-repeat;
  color: #fff;
}
.sec_braces_select .inner {
  max-width: 1364px;
  width: 100%;
  margin: 0 auto;
}
.sec_braces_select .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 74px;
  font-family: "ONE-Mobile-Regular";
}
.sec_braces_select .title .point {
  color: #92d8fe;
}
.sec_braces_select .title .icon {
  margin-bottom: 32px;
  width: 46px;
  height: 46px;
}
.sec_braces_select .list {
  margin-top: 136px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 88px;
}
.sec_braces_select .item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 24px;
}
.sec_braces_select .item:nth-child(even) {
  justify-content: flex-end;
}

.sec_s-line {
  padding: 245px 20px 0;
  margin: 0 auto;
}
.sec_s-line .inner {
  max-width: 1380px;
  margin: 0 auto;
  text-align: center;
}
.sec_s-line .sub_title {
  font-size: 32px;
  color: #40b2ef;
}
.sec_s-line .point,
.sec_s-line .num {
  color: #40b2ef;
}
.sec_s-line .title {
  margin-top: 28px;
  font-size: 64px;
  font-family: "ONE-Mobile-Regular";
}
.sec_s-line .desc {
  margin-top: 36px;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  color: #454c53;
}
.sec_s-line .content {
  display: flex;
  justify-content: space-between;
  margin-top: 77px;
}
.sec_s-line .box_img {
  width: 706px;
  border-radius: 40px;
  overflow: hidden;
}
.sec_s-line .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_s-line .box_text {
  padding-top: 20px;
}
.sec_s-line .content_title {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 30px;
  font-weight: 700;
}
.sec_s-line .list {
  margin-top: 40px;
}
.sec_s-line .item {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 24px;
  color: #454c53;
  gap: 28px;
}
.sec_s-line .item .num {
  font-weight: 700;
}
.sec_s-line .item + .item {
  padding-top: 27px;
  border-top: 1px solid #c9cdd2;
  margin-top: 28px;
}

.sec_ceramics {
  padding: 330px 20px 230px;
  text-align: center;
}
.sec_ceramics .title {
  font-size: 56px;
  font-family: "ONE-Mobile-Regular";
  line-height: 75px;
}
.sec_ceramics .title .point {
  color: #40b2ef;
}
.sec_ceramics .desc {
  margin-top: 32px;
  font-size: 20px;
  line-height: 32px;
  color: #454c53;
}
.sec_ceramics .content {
  max-width: 1504px;
  width: 100%;
  margin: 100px auto 0;
}
.sec_ceramics .content img {
  width: 100%;
}

.sec_cavities {
  background: #f6f7f9;
  padding: 215px 0;
  text-align: center;
}
.sec_cavities .title {
  font-size: 64px;
  font-family: "ONE-Mobile-Regular";
}
.sec_cavities .title .point {
  color: #40b2ef;
}
.sec_cavities .desc {
  margin-top: 43px;
  color: #454c53;
  font-size: 20px;
}
.sec_cavities .box_img {
  margin-top: 88px;
}
.sec_cavities .box_img img {
  width: 100%;
}

.sec_cavities_natural {
  display: flex;
}
.sec_cavities_natural img {
  width: 100%;
}
.sec_cavities_natural .box_title {
  flex: 1;
}
.sec_cavities_natural .box_title img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_cavities_natural .list {
  flex: 1;
}
.sec_cavities_natural .list .box_img {
  width: 318px;
  flex: none;
}
.sec_cavities_natural .item {
  display: flex;
  width: 100%;
}
.sec_cavities_natural .item .box_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 44px;
}
.sec_cavities_natural .item .item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  color: #40b2ef;
  padding-bottom: 14px;
  border-bottom: 1px solid #40b2ef;
}
.sec_cavities_natural .item .item_title .num {
  font-weight: 400;
}
.sec_cavities_natural .item .item_desc {
  margin-top: 18px;
  font-size: 18px;
  line-height: 28px;
  color: #454c53;
}
.sec_cavities_natural .item:nth-child(1) {
  background: #eaf7ff;
}
.sec_cavities_natural .item:nth-child(2) {
  background: #ddf3ff;
}
.sec_cavities_natural .item:nth-child(3) {
  background: #d9edfe;
}

.sec_together {
  position: relative;
  margin-top: 184px;
  background: url(../images/cavities/bg_together.jpg) center/cover no-repeat;
  height: 867px;
}
.sec_together .box_title {
  position: absolute;
  top: 126px;
  left: 55%;
}
.sec_together .sub_title {
  color: #40b2ef;
  font-size: 26px;
}
.sec_together .title {
  margin-top: 48px;
  font-size: 58px;
  line-height: 82px;
  font-family: "ONE-Mobile-Regular";
}
.sec_together .title .point {
  color: #40b2ef;
}

.sec_text {
  margin-top: 150px;
}
.sec_text .inner {
  display: flex;
  gap: 100px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.sec_text .box_img {
  flex-shrink: 0;
  width: 100%;
  animation: scroll 20s linear infinite;
}
.sec_text .box_img img {
  width: 100%;
}
.sec_text .sec_text .box_img:nth-child(2) {
  animation-delay: -5s;
}

.sec_map {
  display: flex;
  margin-top: 60px;
}
.sec_map .box_text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  flex: 1;
  padding: 0 98px 116px 0;
}
.sec_map .box_text * {
  max-width: 584px;
  width: 100%;
}
.sec_map .title {
  font-size: 24px;
  font-weight: 500;
  color: #454c53;
  padding-bottom: 12px;
  border-bottom: 1px solid #c9cdd2;
}
.sec_map .title ~ .title {
  margin-top: 40px;
}
.sec_map .address {
  font-size: 18px;
  color: #454c53;
  margin-top: 16px;
}
.sec_map .phone {
  margin-top: 4px;
  font-size: 48px;
  color: #40b2ef;
  font-weight: 700;
}
.sec_map .map_list {
  flex: 1;
  overflow: hidden;
}
.sec_map .map_list img {
  width: 100%;
}
.sec_map .time_list {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 28px;
}
.sec_map .time_item {
  display: flex;
  font-size: 18px;
  color: #454c53;
  letter-spacing: -0.4px;
  gap: 12px;
}
.sec_map .time_item .time_title {
  max-width: 79px;
}
.sec_map .time_item:last-child {
  color: #40b2ef;
}
.sec_map .box_map {
  margin-top: 56px;
}
.sec_map .box_map img {
  width: 100%;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.layer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
}
.layer.is_show {
  display: flex;
}
.layer_inner {
  display: flex;
  align-items: flex-end;
  background: #fff;
  border-radius: 30px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 1280px;
  height: 680px;
  gap: 20px;
}
.layer .btn_close {
  position: absolute;
  top: 46px;
  right: 54px;
}
.layer .sub_title {
  font-size: 24px;
  line-height: 32px;
  font-family: "ONE-Mobile-Regular";
}
.layer .sub_title .point {
  color: #40b2ef;
}
.layer .box_text {
  margin-bottom: 108px;
}
.layer .box_title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
}
.layer .name {
  font-size: 48px;
  font-weight: 700;
  color: #000;
}
.layer .position {
  font-size: 24px;
  color: #454c53;
}
.layer .spec {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  color: #454c53;
}
.layer .spec .icon {
  width: 25px;
  height: 25px;
}
.layer .history {
  margin-top: 36px;
  font-size: 18px;
  line-height: 28px;
}
.layer .history .bold {
  font-weight: 700;
}

@media screen and (max-width: 1260px) {
  .sec_doctor .box_img {
    width: 100%;
  }
  .sec_doctor .box_img img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    margin-top: 58px;
  }
  .box_float {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translate(0);
    z-index: 999999;
  }
  .box_float .box_contact_pc {
    display: none;
  }
  .box_float .box_contact_mo {
    display: flex;
    height: 54px;
    background: #40b2ef;
  }
  .box_float .box_contact_mo .btn_contact {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    flex: 1;
    gap: 2px;
  }
  .box_float .box_contact_mo .btn_contact + .btn_contact:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sec_kv {
    height: calc(100vh - 58px);
    padding: 0 20px 76px;
  }
  .sec_kv .box_video {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
  }
  .sec_kv .box_video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec_kv .box_text {
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: auto;
    top: 44%;
    display: none;
  }
  .sec_kv .box_text .icon {
    width: 90px;
    height: 44px;
  }
  .sec_kv .box_text .title {
    margin-top: 20px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  }
  .sec_kv .box_text .desc {
    margin-top: 28px;
    font-size: 16px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  }
  .sec_info .inner {
    padding: 86px 24px 0;
  }
  .sec_info .icon {
    width: 80px;
    height: 80px;
  }
  .sec_info .sub_title {
    margin-top: 32px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0px;
  }
  .sec_info .title {
    margin-top: 24px;
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    letter-spacing: 0px;
  }
  .sec_info .desc {
    margin-top: 36px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0px;
  }
  .sec_info .list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 40px;
  }
  .sec_info .item {
    height: 48px;
    border-radius: 6px;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1);
    font-size: 18px;
  }
  .sec_doctor {
    padding: 157px 0 0;
  }
  .sec_doctor .inner {
    padding: 0 24px;
  }
  .sec_doctor .sub_title {
    flex-direction: column;
    font-size: 20px;
    line-height: 32px;
    gap: 0;
  }
  .sec_doctor .title {
    margin-top: 24px;
    font-size: 40px;
    line-height: 52px;
  }
  .sec_doctor .box_img {
    margin: 0;
  }
  .sec_doctor .box_img img {
    width: 100%;
  }
  .sec_doctor .doctor_item {
    flex-direction: column;
    gap: 60px;
  }
  .sec_doctor .box_content {
    display: flex;
    flex-direction: column;
  }
  .sec_doctor .box_text_pc {
    display: none;
  }
  .sec_doctor .box_text_mo {
    display: block;
  }
  .sec_doctor .box_text_mo .box_title {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c9cdd2;
  }
  .sec_doctor .box_text_mo .dr_btn {
      display: block;
        text-align: left;
        margin-top: 20px;
  }
  .sec_doctor .box_text_mo .name {
    font-size: 48px;
    font-weight: 700;
    color: #40b2ef;
  }
  .sec_doctor .box_text_mo .position {
    font-size: 20px;
    color: #000;
  }
  .sec_doctor .box_text_mo .spec {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 24px;
    font-size: 16px;
    color: #454c53;
  }
  .sec_doctor .box_text_mo .spec .icon {
    width: 25px;
    height: 25px;
  }
  .sec_doctor .box_text_mo .history {
    text-align: left;
    margin-top: 26px;
    font-size: 16px;
    line-height: 26px;
    color: #454c53;
    letter-spacing: -0.2px;
  }
  .sec_doctor .box_text_mo .history .bold {
    font-weight: 700;
  }
  .sec_doctor .box_text_mo .info_desc {
    margin: 58px -24px 0;
    padding: 40px 24px;
    background: #40b2ef;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #fff;
  }
  .sec_doctor .box_text_mo .info_desc .icon {
    display: block;
    width: 18px;
    height: 18px;
    margin-bottom: 22px;
  }
  .sec_doctor .doctor_list {
    order: 2;
    margin-top: 35px;
  }
  .sec_doctor .doctor_list .doctor_item {
    display: none;
  }
  .sec_doctor .doctor_list .doctor_item.is_active {
    display: flex;
  }
  .sec_doctor .nav_doctor_list {
    order: 1;
    position: static;
    gap: 30px;
    width: 80%;
    margin: 0 auto;
    margin-top: 32px;
    flex-wrap: wrap;

  }
  .sec_doctor .nav_doctor_list .btn_doctor {
    width: calc((100% - 30px) / 2)
  }
  .sec_doctor .nav_doctor_list .btn_doctor img {
    width: 100%;
  }
  .sec_doctor .nav_doctor_list .btn_doctor img:last-child {
    display: none;
  }
  .sec_doctor .nav_doctor_list .btn_doctor.is_active img:first-child {
    display: none;
  }
  .sec_doctor .nav_doctor_list .btn_doctor.is_active img:last-child {
    display: block;
  }
  .sec_class {
    padding: 136px 0 96px;
    border-radius: 0;
  }
  .sec_class .sub_title {
    font-size: 20px;
    line-height: 32px;
  }
  .sec_class .title {
    display: flex;
    flex-direction: column;
    margin-top: 28px;
    line-height: 48px;
    font-size: 36px;
  }
  .sec_class .list {
    padding: 0 24px;
    margin: 48px auto 0;
    flex-direction: column;
    gap: 48px;
  }
  .sec_class .list img {
    width: 100%;
  }
  .sec_class .item {
    gap: 24px;
  }
  .sec_class .item:before {
    display: none;
  }
  .sec_class .item:nth-child(2) {
    margin-top: 0;
    flex-direction: column;
  }
  .sec_class .item_title {
    font-size: 20px;
    line-height: 25px;
  }
  .sec_class .item_desc {
    margin-top: 8px;
  }
  .sec_banner {
    height: 205px;
    font-size: 18px;
    line-height: 28px;
  }
  .sec_banner:before {
    top: auto;
    left: -90px;
    bottom: -140px;
    transform: translateY(0);
    width: 360px;
    height: 364px;
  }
  .sec_implant {
    padding: 135px 0 0;
  }
  .sec_implant .sub_title {
    font-size: 20px;
  }
  .sec_implant .title {
    margin-top: 24px;
    font-size: 40px;
    line-height: 52px;
  }
  .sec_implant .desc {
    margin-top: 32px;
    font-size: 16px;
    line-height: 26px;
  }
  .sec_implant .box_img {
    margin-top: 56px;
  }
  .sec_implant_step {
    position: relative;
    height: auto;
    padding: 136px 0;
  }
  .sec_implant_step .inner {
    padding: 0;
    gap: 56px;
    flex-direction: column;
  }
  .sec_implant_step .list_pc {
    display: none;
  }
  .sec_implant_step .list_mo {
    display: flex;
    width: 100%;
    max-width: none;
    gap: 0;
  }
  .sec_implant_step .list_mo .item {
    width: 317px;
    height: 413px;
  }
  .sec_implant_step .list_mo .item:nth-child(2) {
    margin: 0;
  }
  .sec_implant_step .list_mo .item:nth-child(odd) {
    margin: 0;
  }
  .sec_implant_step .list_mo .item_desc {
    letter-spacing: -0.2px;
    font-size: 15px
  }
  .sec_implant_step .swiper-scrollbar {
    position: static;
    width: calc(100vw - 54px);
    margin: 24px auto 0;
    background: #fff;
    opacity: 1;
  }
  .sec_implant_step .swiper-scrollbar .swiper-scrollbar-drag {
    background: #40b2ef;
    width: 90px;
  }
  .sec_implant_step .box_text {
    position: static;
    transform: translateY(0);
    text-align: center;
  }
  .sec_implant_step .box_text .icon {
    margin: 0 auto;
    width: 32px;
    height: 32px;
  }
  .sec_implant_step .box_text .title {
    margin-top: 28px;
    font-size: 36px;
    line-height: 48px;
  }
  .sec_implant_step .box_text .desc {
    margin-top: 40px;
    font-size: 18px;
    line-height: 28px;
    padding: 0 38px;
    word-break: keep-all;
  }
  .sec_implant_type {
    padding: 135px 24px 95px;
  }
  .sec_implant_type .title {
    font-size: 35px;
    line-height: 48px;
  }
  .sec_implant_type .desc {
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0px;
  }
  .sec_implant_type .tab_list {
    flex-wrap: wrap;
    margin-top: 28px;
    gap: 10px 8px;
  }
  .sec_implant_type .tab_list .tab_btn {
    width: calc(50% - 4px);
    height: 40px;
    font-size: 14px;
  }
  .sec_implant_type .tab_panel_list {
    margin-top: 40px;
  }
  .sec_implant_type .tab_panel_list .tab_panel_item {
    flex-direction: column;
    height: auto;
  }
  .sec_implant_type .tab_panel_list .tab_panel_item .box_img {
    width: 100%;
    height: 243px;
  }
  .sec_implant_type .tab_panel_list .tab_panel_item .box_text {
    width: 100%;
    padding: 50px 25px;
  }
  .sec_implant_type .tab_panel_list .tab_panel_item .item_title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0px;
  }
  .sec_implant_type .tab_panel_list .tab_panel_item .item_desc {
    word-break: keep-all;
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: -0.5px;
  }
  .sec_oneday_implant {
    padding: 136px 24px 0;
  }
  .sec_oneday_implant .sub_title {
    word-break: keep-all;
    font-size: 20px;
    line-height: 30px;
    color: #72787F;
    margin-bottom: 24px;
  }
  .sec_oneday_implant .sub_title .point {
    color: #40b2ef;
  }
  .sec_oneday_implant .title {
    margin-top: 0;
    font-size: 36px;
    line-height: 48px;
  }
  .sec_oneday_implant .title .point {

  }
  .sec_oneday_implant .desc {
    margin-top: 32px;
    font-size: 16px;
    line-height: 26px;
    color: #454c53;
  }
  .sec_oneday_implant .box_img {
    margin: 56px -24px 0;
  }
  .sec_oneday_implant .box_img img {
    width: 100%;
  }
  .sec_oneday_implant .box_content {
    margin: -244px 0 0;
    width: auto;
  }
  .sec_oneday_featrue {
    padding: 106px 24px 106px;
  }
  .sec_oneday_featrue .title {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: 0px;
  }
  .sec_oneday_featrue .title .icon {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto 28px;
  }
  .sec_oneday_featrue .title .icon img {
    width: 100%;
  }
  .sec_oneday_featrue .list {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 32px auto 0;
  }
  .sec_oneday_featrue .item {
    justify-content: center;
    height: 48px;
    border-radius: 6px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.16);
    padding: 0;
    font-size: 16px;
    color: #454c53;
  }
  .sec_oneday_featrue .item .icon {
    display: none;
  }
  .sec_implant_doctor {
    padding: 0;
  }
  .sec_implant_doctor .box_content {
    border-radius: 0;
    height: 977px;
  }
  .sec_implant_doctor .box_text {
    padding: 515px 24px 0;
    background: transparent;
    width: 100%;
  }
  .sec_implant_doctor .box_text:before {
    display: none;
  }
  .sec_implant_doctor .title {
    font-size: 32px;
    line-height: 44px;
  }
  .sec_implant_doctor .desc {
    margin-top: 25px;
    font-size: 16px;
    line-height: 26px;
  }
  .sec_implant_doctor .list {
    margin-top: 36px;
    gap: 12px;
    justify-content: space-between;
  }
  .sec_implant_doctor .item {
    width: 27.2vw;
    height: 27.2vw;
  }
  .sec_implant_doctor .item .icon {
    width: 22px;
  }
  .sec_implant_doctor .item .text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.1px;
  }
  .sec_braces {
    padding: 120px 20px 0;
  }
  .sec_braces .sub_title {
    font-size: 18px;
  }
  .sec_braces .title {
    font-size: 40px;
    line-height: 52px;
    margin-top: 15px;
  }
  .sec_braces .title .point {
    display: block;
  }
  .sec_braces .desc_point {
    margin-top: 24px;
    font-size: 16px;
  }
  .sec_braces .desc {
    font-size: 16px;
    line-height: 26px;
  }
  .sec_braces .box_img {
    margin: 48px -20px 0;
  }
  .sec_braces .box_img img {
    width: 100%;
  }
  .sec_beaces_custom {
    padding: 105px 20px;
  }
  .sec_beaces_custom .box_title {
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }
  .sec_beaces_custom .box_left {
    text-align: center;
  }
  .sec_beaces_custom .box_left .icon {
    margin: 0 auto;
  }
  .sec_beaces_custom .box_left .title {
    margin-top: 28px;
    font-size: 36px;
    line-height: 50px;
  }
  .sec_beaces_custom .box_right {
    text-align: center;
  }
  .sec_beaces_custom .box_right .desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .sec_beaces_custom .custom_braces {
    padding: 10px;
    margin-top: 40px;
  }
  .sec_beaces_custom .custom_braces .item_inner {
    padding: 30px 0;
  }
  .sec_beaces_custom .custom_braces .item_title {
    font-size: 26px;
  }
  .sec_beaces_custom .custom_braces .item_title:after {
    margin-top: 20px;
  }
  .sec_beaces_custom .custom_braces .item_desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .sec_beaces_custom .swiper-button-next,
  .sec_beaces_custom .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 300px;
    top: auto;
  }
  .sec_beaces_custom .swiper-button-next:after,
  .sec_beaces_custom .swiper-button-prev:after {
    display: none;
  }
  .sec_beaces_custom .swiper-button-prev {
    transform: rotate(-180deg);
    left: 0px;
  }
  .sec_beaces_custom .swiper-button-next {
    right: 0;
  }
  .sec_braces_select {
    height: 896px;
    padding: 136px 24px 96px;
    background: #334770 url(../images/braces/bg_select_braces_mo.png) center/auto 100% no-repeat;
  }
  .sec_braces_select .inner {
    max-width: 1364px;
    width: 100%;
    margin: 0 auto;
  }
  .sec_braces_select .title {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
  }
  .sec_braces_select .title .icon {
    margin-bottom: 28px;
    width: 32px;
    height: 32px;
  }
  .sec_braces_select .list {
    margin-top: 264px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sec_braces_select .item {
    gap: 16px;
    font-size: 18px;
  }
  .sec_braces_select .item:nth-child(even) {
    justify-content: flex-start;
  }
  .sec_braces_select .item .icon {
    width: 36px;
    height: 36px;
  }
  .sec_s-line {
    padding: 136px 24px 0;
  }
  .sec_s-line .sub_title {
    font-size: 20px;
  }
  .sec_s-line .title {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    font-size: 40px;
    line-height: 52px;
  }
  .sec_s-line .desc {
    margin-top: 24px;
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 26px;
  }
  .sec_s-line .content {
    margin-top: 40px;
    flex-direction: column;
  }
  .sec_s-line .box_img {
    width: 100%;
  }
  .sec_s-line .box_text {
    padding-top: 32px;
  }
  .sec_s-line .content_title {
    gap: 8px;
    font-size: 18px;
    letter-spacing: -0.2px;
  }
  .sec_s-line .content_title .icon {
    width: 34px;
    height: 34px;
  }
  .sec_s-line .content_title .icon img {
    width: 100%;
  }
  .sec_s-line .list {
    margin-top: 33px;
  }
  .sec_s-line .item {
    font-size: 16px;
    padding-left: 8px;
    gap: 12px;
  }
  .sec_s-line .item + .item {
    padding-top: 16px;
    border-top: 1px solid #c9cdd2;
    margin-top: 16px;
  }
  .sec_ceramics {
    padding: 100px 0px 136px;
  }
  .sec_ceramics .title {
    font-size: 36px;
    line-height: 46px;
  }
  .sec_ceramics .desc {
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
  }
  .sec_ceramics .content {
    margin: 40px auto 0;
  }
  .sec_cavities {
    padding: 135px 0 0;
  }
  .sec_cavities .title {
    font-size: 40px;
    line-height: 52px;
  }
  .sec_cavities .desc {
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
  }
  .sec_cavities .box_img {
    margin-top: 56px;
  }
  .sec_cavities_natural {
    flex-direction: column;
  }
  .sec_cavities_natural .list {
    flex: 1;
  }
  .sec_cavities_natural .list .box_img {
    width: 100%;
    flex: none;
  }
  .sec_cavities_natural .item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .sec_cavities_natural .item .box_text {
    padding: 48px 24px;
  }
  .sec_cavities_natural .item .item_title {
    font-size: 24px;
    padding-bottom: 12px;
  }
  .sec_cavities_natural .item .item_desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .sec_together {
    margin-top: 0;
    background: url(../images/cavities/bg_together_mo.jpg) center/cover no-repeat;
    height: 808px;
  }
  .sec_together .box_title {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
  }
  .sec_together .sub_title {
    font-size: 18px;
  }
  .sec_together .title {
    margin-top: 20px;
    font-size: 36px;
    line-height: 48px;
  }
  .sec_text {
    margin-top: 0;
    height: 165px;
  }
  .sec_text .inner {
    height: 100%;
    align-items: center;
  }
  .sec_text .inner .box_img {
    height: 90px;
  }
  .sec_text .inner .box_img img {
    width: auto;
    height: 100%;
  }
  .sec_map {
    margin-top: 0;
    flex-direction: column-reverse;
  }
  .sec_map .map_list {
    flex: 1;
    overflow: hidden;
    width: 100%;
  }
  .sec_map .map_list img {
    width: 100%;
  }
  .sec_map .box_text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    flex: 1;
    padding: 64px 24px 0;
  }
  .sec_map .title {
    font-size: 20px;
  }
  .sec_map .address {
    line-height: 28px;
  }
  .sec_map .phone {
    margin-top: 6px;
    font-size: 40px;
  }
  .sec_map .time_list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .sec_map .box_map {
    margin: 64px -24px 0;
    width: auto;
  }
}/*# sourceMappingURL=style.css.map */

/** applyBar *****************/
#applyBar {position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: 1340px; padding: 30px 0; border-radius: 30px 30px 0 0; background: #40B2EF; display: flex; justify-content: center; align-items: center; z-index: 99; transition: transform .35s ease; transform: translate(-50%, 100%);}
#applyBar .barBtn {font-size: 16px; font-weight: bold; background: #40B2EF; color: #fff; display: flex; align-items: center; position: absolute; bottom: 99%; padding: 11px 34px; gap: 10px; border-radius: 20px 20px 0 0; cursor: pointer}
#applyBar .barBtn img {transition: 0.3s;}
#applyBar .logo {margin-right: 30px;}
#applyBar .logo img {max-width: 210px;}
#applyBar .formWrap {margin-right: 60px; display: flex; gap: 10px;}
#applyBar .formWrap .inputArea {display: flex; flex-wrap: wrap; gap: 10px; width: min-content;}
#applyBar .formWrap .inputArea .list {display: flex; gap: 10px;}
#applyBar .formWrap .inputArea .list li {width: 170px;}
#applyBar .formWrap .inputArea .list input {display: block; width: 100%; height: auto; padding: 10px; box-sizing: border-box; font-size: 14px; border: none; background: #fff; border-radius: 5px; font-family: inherit;}
#applyBar .formWrap .inputArea .list input:focus {outline: none; border: 0 !important; box-shadow: none;}
#applyBar .formWrap .inputArea .list select {display: block; width: 100%; height: auto; padding: 13px 10px; box-sizing: border-box; font-size: 14px !important; border: none; border-radius: 5px; appearance: none; -webkit-appearance: none; -moz-appearance: none; background: #fff url('../images/apply_ic_slide.svg') right 10% center no-repeat; font-family: inherit; color: #696969;}
#applyBar .formWrap .inputArea .list select:focus {outline: none; border: 0 !important; box-shadow: none;}
#applyBar .formWrap .inputArea .list li:last-child {width: 200px;}
#applyBar .formWrap .inputArea .check {display: flex; align-items: center; color: #fff; font-size: 16px;}
#applyBar .formWrap .inputArea .check input {background: #fff; border: none; width: 15px; height: 15px; margin-top: -3px; margin-right: 6px;}
#applyBar .formWrap .inputArea .check a {margin-left: 6px; color: #fff;}
#applyBar .formWrap .applyBtn {flex-shrink: 0; width: 100px; display: flex; align-items: center; justify-content: center; background: #fff; height: 68px; border-radius: 5px; color: #40B2EF; font-family: inherit; font-weight: bold; font-size: 18px;}
#applyBar .formWrap .applyBtn i {display: none; font-style: normal;}
#applyBar .callWrap {color: #fff;}
#applyBar .callWrap .txt {margin-bottom: 3px; font-size: 16px;}
#applyBar .callWrap .tit {font-size: 32px; font-weight: 800;}

#applyBar.active .barBtn img {transform: rotate(180deg);}

#applyBar.open {transform: translate(-50%, 0);}

@media all and (max-width: 880px) {
    #applyBar {width: 100%; padding: 30px 20px 25px 20px; box-sizing: border-box; border-radius: 0; z-index: 99999; transform: translate(-50%, 77%);}
    #applyBar .logo {display: none;}
    #applyBar .formWrap {flex-wrap: wrap; gap: 20px; margin-right: 0;}
    #applyBar .formWrap .inputArea {width: 100%; flex-wrap: wrap; row-gap: 20px;}
    #applyBar .formWrap .inputArea .list {flex-wrap: wrap; gap: 8px; margin-bottom: 0;}
    #applyBar .formWrap .inputArea .list li {width: 100%;}
    #applyBar .formWrap .inputArea .list li:last-child {width: 100%;}
    #applyBar .formWrap .inputArea .list input {font-size: 16px;}
    #applyBar .formWrap .inputArea .list select {font-size: 16px !important; background-position: right 5% center; padding: 10px;}
    #applyBar .formWrap .inputArea .check {font-size: 18px;}
    #applyBar .formWrap .inputArea .check input {width: 14px; height: 14px; margin-right: 4px;}
    #applyBar .formWrap .inputArea .check label {font-size: 13px}
    #applyBar .formWrap .inputArea .check a {font-size: 13px; margin-left: 2px;}
    #applyBar .formWrap .applyBtn {width: auto; height: auto; font-size: 14px; padding: 6px 23px; border-radius: 23px; position: absolute; font-weight: 800; bottom: 16px; right: 15px;}
    #applyBar .formWrap .applyBtn i {display: inline;}

    #applyBar .callWrap {display: none;}

    #applyBar.open {transform: translate(-50%, -23%);}
}
