.mo-block {
display: none;
}
@media screen and (max-width: 991px) {
.pc-block {
display: none;
}
.mo-block {
display: block;
}
} .dental-header {
top: 0;
position: fixed;
width: 100%;
height: 190px;
background-color: #56b6e6;
z-index: 101;
}
.dental-top-section {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 auto;
max-width: 1600px;
width: 100%;
height: 155px;
}
.dental-top-section .language-btn-box {
position: absolute;
top: 10px;
left: 4px;
display: flex;
gap: 6px;
}
.dental-top-section .language-btn-box a {
display: inline-block;
width: 22px;
height: 22px;
}
.dental-top-section .logo-box img {
width: 280px;
height: auto;
}
.dental-top-section .left-btn-box {
display: flex;
width: 40%
}
.dental-top-section .left-btn-box a {
position: relative;
display: block;
width: 142px;
height: 32px;
}
.dental-top-section .left-btn-box a img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
}
.dental-top-section .left-btn-box a .hover-img {
display: none;
}
.dental-top-section .left-btn-box a:hover .default-img {
display: none;
}
.dental-top-section .left-btn-box a:hover .hover-img {
display: block;
}
.dental-top-section .right-btn-box {
width: 40%;
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: center;
gap: 10px
}
.dental-top-section .right-btn-box a {
border: 1px solid #fff;
border-radius: 10px;
color: #fff;
padding: 3px 0;
width: 100px;
display: inline-block;
text-align: center;
text-decoration: none;
}
.dental-top-section .right-btn-box .call-button a {
width: 204px;
}
.dental-top-section .right-btn-box .call-button a img {
margin-right: 6px;
}
.dental-nav-section {
height: 35px;
background-color: #fff;
}
.dental-nav-section .flag-wrap {
display: none;
}
.dental-nav-section .nav-box #dental-menu {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 auto;
max-width: 1600px;
width: 100%;
height: 35px;
}
.dental-nav-section #dental-menu > li > a {
display: inline-block;
padding: 0 0.3rem;
width: 100%;
height: 35px;
font-size: clamp(10px, 1.4vw, 15px);
font-weight: 600;
color: #000;
line-height: 35px;
text-decoration: none;
text-shadow: none;
cursor: pointer;
box-shadow: unset;
}
.dental-nav-section #dental-menu > li > ul.sub-menu {
display: none;
position: absolute;
padding-top: 35px;
top: 0;
min-width: 100px;
background: #fff;
z-index: -1;
}
.dental-nav-section #dental-menu > li:hover > ul {
display: block;
}
.dental-nav-section #dental-menu > li > ul > li > ul.sub-menu {
margin: 6px;
border: 1px solid #797979;
border-radius: 4px;
background: #fff;
}
.dental-nav-section #dental-menu > li > ul > li  {
margin: 8px 0;
text-align: left;
}
.dental-nav-section #dental-menu > li > ul > li > a,
.dental-nav-section #dental-menu > li > ul > li > ul.sub-menu > li > a {
display: inline-block;
padding: 0 10px;
width: 100%;
font-size: clamp(10px, 1vw, 14px);
font-weight: 400;
color: #000;
text-decoration: none;
}
.dental-nav-section #dental-menu > li > a:hover,
.dental-nav-section #dental-menu > li > ul > li > a:hover,
.dental-nav-section #dental-menu > li > ul > li > ul.sub-menu > li > a:hover  {
color: #56b6e6;
}
.dental-nav-section .nav-menu-expand {
position: relative;
display: none;
background-color: #fff;
opacity: 0.96;
z-index: -2;
}
.dental-nav-section .nav-menu-expand.active {
display: block;
}
.dental-nav-section .nav-menu-expand.active #dental-expand-menu {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 1vw;
margin: 0 auto;
padding: 1.3rem 0;
max-width: 1600px;
}
.dental-nav-section .nav-menu-expand .nav-menu {
list-style: none;
}
.dental-nav-section .nav-menu-expand .nav-menu .nav-menu-title {
display: inline-block;
width: 100%;
font-size: clamp(10px, 1.2vw, 14px);
font-weight: 600;
color: #000;
padding-bottom: 3px;
border-bottom: 1px solid #313853;
}
.dental-nav-section .nav-menu-expand #dental-expand-menu > li > ul.sub-menu > li > ul.sub-menu  {
margin-top: 3px;
padding: 3px;
border: 1px solid #313853;
border-radius: 4px;
}
.dental-nav-section .nav-menu-expand #dental-expand-menu > li > ul.sub-menu > li > a,
.dental-nav-section .nav-menu-expand #dental-expand-menu > li > ul.sub-menu > li > ul.sub-menu > li > a{
font-size: clamp(10px, 1vw, 12px);
font-weight: 400;
color: #000;
}
@media screen and (max-width: 575px) {
.dental-header{margin-top:40px !important;}
.dental-header.active{margin-top:0 !important;}
body.admin-bar #content{margin-top:50px !important;}
.mo_top_lang_link{display:flex;position:fixed;background:#ebebeb;top:0;left:0;width:100%;z-index:101;}
.mo_top_lang_link  > .language-btn-box {
display: flex;
gap: 30px;
width: 96%;
margin: 0 auto;
padding: 5px 0;
border-top: 1px solid #9cdfff;
justify-content: center;
align-items: center;
}
.mo_top_lang_link  > .language-btn-box > a {
width: 30px;
height: 30px;
}
}
@media screen and (max-width: 1630px) {
.dental-top-section, .dental-nav-section .nav-box, .dental-nav-section .nav-menu-expand.active .expand-content-box {
width: 98%;
margin: 0 auto;
}
}
@media screen and (max-width: 991px) {
.dental-header,
.dental-top-section {
justify-content: center;
height: 60px;
}
.dental-header.active {
background-color: #88cced;
}
.dental-nav-section {
width: 100vw;
height: 100vh;
overflow-y: scroll;
display: none;
}
.dental-nav-section.active {
display: block;
}
.dental-top-section .logo-box img {
width: 180px;
}
.dental-top-section .language-btn-box,
.dental-top-section .left-btn-box,
.dental-top-section .right-btn-box  {
display: none;
}
.dental-top-section .menu-toggle-button button {
position: absolute;
right: 4px;
top: 50%;
transform: translate(0, -50%);
width: 50px;
height: 24px;
box-shadow: unset;
}
.menu-toggle-button .mobile-menu-butto {
position: relative;
width: 30px;
height: 30px;
transition: 0.5s ease-in-out;
}
.menu-toggle-button .hamburger-bar {
position: absolute;
width: 30px;
height: 3px;
background-color: #fff;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.menu-toggle-button .hamburger-bar:nth-child(1) {
top: 0px;
}
.menu-toggle-button .hamburger-bar:nth-child(2),
.menu-toggle-button .hamburger-bar:nth-child(3) {
top: 10px;
}
.menu-toggle-button .hamburger-bar:nth-child(4) {
top: 20px;
}
.menu-toggle-button.active .hamburger-bar:nth-child(1) {
top: 18px;
width: 0%;
left: 50%;
}
.menu-toggle-button.active .hamburger-bar:nth-child(2) {
transform: rotate(45deg);
}
.menu-toggle-button.active .hamburger-bar:nth-child(3) {
transform: rotate(-45deg);
}
.menu-toggle-button.active .hamburger-bar:nth-child(4) {
top: 18px;
width: 0%;
left: 50%;
}
.dental-top-section .menu-toggle-button button img {
width: auto;
height: 40px;
}
.dental-top-section .menu-toggle-button .mobile-close-button {
display: none;
}
.dental-nav-section .flag-wrap {
display: block;
background-color: #88cced;
}
.dental-nav-section .flag-box {
display: flex;
gap: 10px;
width: 96%;
margin: 0 auto;
padding: 10px 0;
border-top: 1px solid #9cdfff;
}
.dental-nav-section .flag-box a {
width: 30px;
height: 30px;
}
.dental-nav-section #dental-menu{
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
height: 100vh;
background-color: #fff;
}
.dental-nav-section #dental-menu > li {
width: 100%;
border-top: 1px solid #f4f4f4;
}
.dental-nav-section #dental-menu > li > a {
font-size: 15px;
color: #56b6e6;
padding: 0 0.6rem;
}
.dental-nav-section #dental-menu > li > a:hover,
.dental-nav-section #dental-menu > li > a.active {
color: #fff;
background: #56b6e6;
}
.dental-nav-section #dental-menu a,
.dental-nav-section #dental-menu > ul > li {
height: auto;
font-size: 12px;
color: #797979;
}
.dental-nav-section #dental-menu > li > a::after {
color: #56b6e6;
font-weight: bold;
position: absolute;
right: 1rem;
content: "\50";
font-family: "ElegantIcons";
}
.dental-nav-section #dental-menu > li > a:hover::after,
.dental-nav-section #dental-menu > li > a.active::after {
color: #fff;
}
.dental-nav-section #dental-menu > li:hover > ul {
display: none;
}
.dental-nav-section #dental-menu > li > ul.sub-menu {
position: static;
padding-top: 0;
background: #f4f4f4;
}
.dental-nav-section #dental-menu > li > ul.active {
display: block;
}
.dental-nav-section #dental-menu > li > ul.active::after {
content: "\4b";
}
.dental-nav-section #dental-menu > li > ul li{
margin: 0;
padding: 6px 0;
background-color: #f4f4f4;
}
.dental-nav-section #dental-menu > li > ul > li a {
font-size: 12px;
color: #797979;
}
.dental-nav-section #dental-menu > li > ul > li a::after {
color: #797979;
font-size: 17px;
line-height: 20px;
font-weight: bold;
position: absolute;
right: 1rem;
content: "\35";
font-family: "ElegantIcons";
}
.dental-nav-section #dental-menu > li > ul > li a:hover::after {
color: #56b6e6;
}
} .dental-quick-menu-container {
position: fixed;
bottom: 20%;
right: 10px;
z-index: 100;
}
.dental-quick-menu-wrap {
display: grid;
padding: 0px 6px;
width: 60px;
height: auto;
background: #56b6e6;
border-radius: 30px;
}
.dental-quick-menu-wrap .dental-quick-menu {
position: relative;
}
.dental-quick-menu-wrap a {
display: block;
width: 100%;
height: 100%;
padding: 14px 0 10px 0;
border-bottom: 1px dashed #000;
text-decoration: none;
}
.dental-quick-menu-wrap li:last-child a {
border-bottom: none;
}
.dental-quick-menu-wrap a img {
display: block;
margin: 0 auto;
width: 36px;
height: auto;
}
.dental-quick-menu-wrap a .quick-img-box {
position: relative;
width: 48px;
height: 36px;
}
.dental-quick-menu-wrap a img.hover-img {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, 0);
}
.dental-quick-menu-wrap .dental-quick-menu img.hover-img {
display: none;
}
.dental-quick-menu-wrap .dental-quick-menu:hover img.hover-img {
display: block;
}
.dental-quick-menu-wrap .dental-quick-menu:hover img.default-img {
display: none;
}
.dental-quick-menu-wrap .dental-quick-menu p {
margin: 4px 0 0 0;
font-size: 11px;
text-align: center;
color: #fff;
}
.dental-quick-menu-wrap .dental-quick-menu:hover p {
color: #000;
}
.dental-quick-menu .qr-box {
display: none;
position: absolute;
top: -15px;
right: 54px;
width: 120px;
height: 120px;
border: 8px solid #fff;
background: #fff;
}
.dental-quick-menu .qr-box::after {
content: "";
position: absolute;
right: -13px;
margin-top: -57px;
width: 10px;
height: 10px;
display: block;
background-color: white;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.dental-quick-menu:hover .qr-box {
display: block;
}
.dental-quick-menu-container .scroll-top-button {
display: block;
margin: 10px auto;
padding: 0;
width: 30px;
text-align: center;
}
.dental-quick-menu-container .scroll-top-button img {
width: 100%;
height: auto;
}
.mobile-bottom-quick {
display: none;
}
.mobile-bottom-quick a {
text-align: center;
background-color: #00b900;
width: 100%;
border-radius: 4px;
height: 40px;
line-height: 40px;
font-weight: 600;
color: #fff;
text-decoration: none;
}
.mobile-bottom-quick a:hover {
text-decoration: none;
}
.mobile-bottom-quick a.line {
background-color: #7cc242;
color: #000;
}
.mobile-bottom-quick a.whatsapp {
background-color: #0bb61b;
color: #000;
}
.mobile-bottom-quick a.kakao {
background-color: #ffd112;
color: #000;
}
@media screen and (max-width: 991px) {
.dental-quick-menu-container {
bottom: 10%;
right: 8px;
}
.dental-quick-menu-wrap {
padding: 0;
background: unset;
width: 40px;
}
.dental-quick-menu-wrap a {
padding: 4px 0;
border-bottom: none;
}
.dental-quick-menu-wrap a .quick-img-box {
width: 46px;
height: 46px;
}
.dental-quick-menu-wrap a img {
width: 100%;
}
.dental-quick-menu-container .scroll-top-button {
width: 44px;
height: 44px;
margin: 0;
padding: 6px 0 0 0;
}
.mobile-bottom-quick {
position: fixed;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: auto;
bottom: 0;
z-index: 100;
background-color: white;
border-top: 1px solid #f2f2f2;
}
.dental-wechat-popup {
width: 90%;
}
}  .dental-main-container {
margin: 0 auto;
width: 1760px;
max-width: 100%;
background-color: #fff;
}
.dental-main-container section .inner {
padding: 60px 16px;
margin: 0 auto;
max-width: 1140px;
}
.dental-main-container .swiper-wrap {
margin-top: 0;
height: auto;
} .dental-main-container
.main-banner-wrap
.swiper-container
.swiper-wrapper {
aspect-ratio: 1/0.39;
}
.dental-main-container
.main-banner-wrap
.swiper-container
.swiper-wrapper
.swiper-slide {
overflow: hidden;
display: grid;
justify-content: center;
}
.dental-main-container
.main-banner-wrap
.swiper-container
.swiper-wrapper
.swiper-slide
img {
height: auto;
width: 100%;
}
.dental-main-container .swiper-slide .text-box {
position: absolute;
} .dental-main-container .swiper-slide .text-box.banner03.top-txt {
top: 50%;
left: 8vw;
transform: translate(0, -50%);
max-width: 43vw;
}
.dental-main-container .swiper-slide .text-box.banner03.top-txt .label-txt {
font-size: clamp(10px, 1.2vw, 20px);
color: #fff;
font-weight: 400;
margin-bottom: clamp(12px, 2vw, 60px);
background: #242837;
padding: 6px 18px;
display: inline-block;
line-height: 1.4;
}
.dental-main-container .swiper-slide .text-box.banner03.top-txt .label-txt img {
width: 7vw;
max-width: 86px;
height: auto;
}
.dental-main-container .swiper-slide .text-box.banner03.top-txt h5 {
font-size: clamp(20px, 6vw, 35px);
color: #242837;
font-weight: 300;
line-height: 1.35;
letter-spacing: -3px;
}
.dental-main-container .swiper-slide .text-box.banner03.top-txt h5 span {
border-bottom: 1px solid #242837;
line-height: 1;
display: inline-block;
font-weight: bold;
}
.dental-main-container .swiper-slide .text-box.banner03.top-txt h3 {
position: relative;
display: inline-block;
font-size: clamp(15px, 3vw, 50px);
color: #242837;
font-weight: 800;
margin-top: clamp(6px, 2vw, 60px);
line-height: 1.1;
letter-spacing: -4px;
}
.dental-main-container
.swiper-slide
.text-box.banner03.top-txt
h3
.lettering-txt {
position: absolute;
right: 5px;
bottom: -15px;
width: 20vw;
height: auto;
}
.dental-main-container .swiper-slide .text-box.banner03.bottom-txt {
bottom: 2vw;
left: 32vw;
}
.dental-main-container .swiper-slide .text-box.banner03.bottom-txt p {
font-size: clamp(10px, 1.6vw, 18px);
color: #131829;
letter-spacing: -1.4px;
display: block;
} .dental-main-container .swiper-slide .text-box.banner04.mo-block {
display: none;
}
.dental-main-container .swiper-slide .text-box.banner04 {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
justify-content: space-between;
align-items: flex-end;
width: 90%;
}
.dental-main-container .swiper-slide .text-box.banner04 > div {
width: 40%;
}
.dental-main-container .swiper-slide .banner04 .left-txt-box .label-txt {
font-size: clamp(12px, 1.6vw, 35px);
color: #92bbcf;
background: #fff;
letter-spacing: 8px;
font-weight: 400;
width: 92%;
text-align: center;
margin: 0;
}
.dental-main-container .swiper-slide .banner04 .left-txt-box h3,
.dental-main-container .swiper-slide .banner04 .right-txt-box h3{
font-size: clamp(21px, 2.3vw, 64px);
font-weight: bold;
letter-spacing: 16px;
margin: 18px 0 22px;
background: linear-gradient(to top, #a79fe4, #accbee);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;
text-align: center;
}
.dental-main-container .swiper-slide .banner04 .right-txt-box h3 span::before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
background: #accbee;
border-radius: 10px;
position: absolute;
left: 50%;
transform: translate(-85%, 0);
top: 0;
}
.dental-main-container .swiper-slide .banner04 .left-txt-box h5,
.dental-main-container .swiper-slide .banner04 .right-txt-box h5 {
font-size: clamp(14px, 1.3vw, 35px);
font-weight: 400;
letter-spacing: 9px;
color: #a79fe4;
margin-top: 22px;
text-align: center;
} .dental-main-container .swiper-slide .text-box.banner05 {
top: 50%;
left: 8vw;
transform: translate(0, -50%);
max-width: 43vw;
}
.dental-main-container .swiper-slide .banner05 .label-txt {
font-size: clamp(12px, 2vw, 21px);
font-weight: 400;
color: #000;
}
.dental-main-container .swiper-slide .banner05 h3 {
font-size: clamp(14px, 3.4vw, 55px);
font-weight: 600;
line-height: 5.5rem;
color: #00306b;
}
.dental-main-container
.main-banner-wrap
.swiper-container
.swiper-wrapper
.swiper-slide
.text-box.banner05
h3
img.logo-img {
width: clamp(14px, 5.4vw, 55px);
height: auto;
margin-bottom: 20px;
}
.dental-main-container .swiper-slide .banner05 .arrow-txt {
display: flex;
align-items: center;
margin-top: clamp(28px, 6vw, 98px);
border-bottom: 3px solid #343434;
width: fit-content;
}
.dental-main-container .swiper-slide .banner05 .arrow-txt p {
margin-right: 10px;
font-size: clamp(14px, 1.5vw, 30px);
font-weight: 400;
color: #343434;
} .dental-main-container .swiper-slide .banner06 {
top: 0;
left: 0;
display: flex;
width: 100%;
height: 100%;
}
.dental-main-container .swiper-slide .text-box.banner06 > a {
display: block;
width: 33.333%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.dental-main-container
.main-banner-wrap
.swiper-container
.swiper-wrapper
.swiper-slide
.text-box.banner06
img {
width: 100%;
height: auto;
} @media screen and (max-width: 991px) { .dental-main-container
.main-banner-wrap
.swiper-container
.swiper-wrapper {
aspect-ratio: 0.94/1;
} .dental-main-container .swiper-slide .text-box.banner03.top-txt {
top: 10px;
transform: translate(-50%, 0);
text-align: center;
left: 50%;
max-width: unset;
width: 100%;
}
.dental-main-container
.swiper-slide
.text-box.banner03.top-txt
.label-txt
img {
width: 14vw;
}
.dental-main-container .swiper-slide .text-box.banner03.bottom-txt {
bottom: 30px;
left: 47%;
transform: translate(-50%, 0);
width: 100%;
text-align: end;
font-weight: 400;
} .dental-main-container .swiper-slide .text-box.banner04.pc-block {
display: none;
}
.dental-main-container .swiper-slide .text-box.banner04.mo-block {
display: block;
}
.dental-main-container .swiper-slide .text-box.banner04 {
top: unset;
bottom: 4%;
transform: translateX(-50%);
}
.dental-main-container .swiper-slide .text-box.banner04 > div {
width: 100%;
}
.dental-main-container .swiper-slide .banner04 .left-txt-box .label-txt {
display: inline;
padding: 6px 10px;
background: none;
color: #fff;
}
.dental-main-container .swiper-slide .banner04 .left-txt-box h5 {
font-size: 3.15vw;
color: #92bbcf;
background: #fff;
margin: 1.5vw 0 2vw;
font-weight: 400;
letter-spacing: 0.7vw;
text-align: center;
line-height: 1.1;
padding: 0.5vw 0 0.6vw;
}
.dental-main-container .swiper-slide .banner04 .left-txt-box h3 {
text-align: center;
font-size: clamp(10px, 6vw, 120px);
margin: 11px 0 0;
letter-spacing: 6px;
} .dental-main-container .swiper-slide .text-box.banner05 {
top: 34px;
left: 50%;
transform: translate(-50%, 0);
max-width: unset;
width: 100%;
}
.dental-main-container .swiper-slide .banner05 .label-txt {
font-size: clamp(14px, 3vw, 30px);
text-align: center;
}
.dental-main-container .swiper-slide .banner05 h3 {
font-size: clamp(24px, 5.4vw, 55px);
text-align: center;
line-height: unset;
}
.dental-main-container .swiper-slide .banner05 .arrow-txt {
display: none;
} .dental-main-container .swiper-slide .banner6-wrap {
display: flex;
justify-content: center;
align-items: center;
max-height: 770px;
}
.dental-main-container .swiper-slide .banner6-wrap > a {
width: 50%;
max-width: 360px;
height: auto;
aspect-ratio: 2/4.28;
padding: 0;
}
} .main-button-wrap {
display: flex;
background: #fff;
}
.main-button-wrap .main-button-box {
display: grid;
width: 33.333%;
height: 90px;
padding: 20px;
border-left: 1px solid #dfe2e7;
text-align: center;
align-items: center;
}
.main-button-wrap .main-button-box:last-child {
border-right: 1px solid #dfe2e7;
}
@media screen and (max-width: 991px) {
.main-button-wrap .main-button-box {
height: auto;
padding: 10px;
}
} .dentist-box {
position: relative;
}
.dentist-box img {
width: 100%;
height: auto;
}
.dentist-box .dentist-text-box {
position: absolute;
top: 50%;
left: 20%;
transform: translate(-30%, -50%);
text-align: center;
}
.dentist-box .dentist-text-box .label-text {
display: inline-block;
margin: 0;
font-size: clamp(13px, 2.3vw, 28px);
font-weight: 400;
line-height: 1.5;
color: #2891ce;
border-bottom: 2px solid #95c6e4;
}
.dentist-box .dentist-text-box h3 {
color: #00306b;
font-size: clamp(16px, 2.6vw, 50px);
font-weight: bold;
margin: clamp(9px, 2vw, 40px) 0 clamp(10px, 3vw, 50px);
}
.dentist-box .dentist-text-box h5 {
color: #00306b;
font-size: clamp(13px, 1.6vw, 20px);
font-weight: 400;
line-height: 1.2;
}
.dentist-box .dentist-text-box h5.line-text {
display: inline-block;
padding-top: clamp(10px, 1vw, 16px);
border-top: 4px solid #00306b;
}
.dentist-box .dentist-text-box h5.blue-text {
color: #00b8f0;
}
.dentist-box .dentist-text-box .button-text {
width: fit-content;
margin: clamp(16px, 2vw, 60px) auto 0 auto;
padding: 6px 10px;
border-bottom: 2px solid #07356f;
font-size: clamp(13px, 1.3vw, 20px);
color: #00306b;
}
.dentist-box .dentist-text-box .button-text a {
text-decoration: none;
}
.dentist-box .dentist-text-box .button-text a img {
max-width: 30px;
width: 20%;
padding-left: 10px;
}
@media screen and (max-width: 991px) {
.dentist-box .dentist-text-box {
top: 6%;
left: 50%;
transform: translate(-50%, 0);
width: 100%;
}
.dentist-box .dentist-text-box .label-text {
font-size: clamp(12px, 4.3vw, 28px);
}
.dentist-box .dentist-text-box h3 {
font-size: clamp(16px, 6vw, 60px);
}
.dentist-box .dentist-text-box h5 {
font-size: clamp(13px, 3.6vw, 24px);
}
.dentist-box .dentist-text-box .button-text {
display: none;
}
} .signature-wrap {
background: #f4f5f7;
}
.signature-wrap .signature-title h2 {
margin: 0 0 38px 0;
font-size: clamp(16px, 3vw, 60px);
color: #2b92ca;
text-align: center;
}
.signature-wrap .swiper-container .swiper-wrap {
background: #f4f5f7;
}
.signature-swiper .swiper-slide a {
position: relative;
display: block;
overflow: hidden;
}
.signature-swiper .swiper-slide a::after {
background: rgba(0, 0, 0, 0.4);
top: auto;
bottom: 1px;
left: 0;
}
.signature-swiper .swiper-slide a .signature-video {
width: 100%;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
}
.signature-swiper .swiper-slide a .video-cover {
position: relative;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.signature-swiper .swiper-slide a .signature-txt {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
z-index: 2;
}
.signature-swiper .swiper-slide a .signature-txt .title {
font-size: clamp(14px, 2vw, 20px);
font-weight: 600;
line-height: 1.2;
color: #fff;
}
.signature-swiper .swiper-slide a .signature-txt .desc {
font-size: clamp(10px, 1.2vw, 14px);
color: #fff;
margin: 6px 0;
}
.signature-swiper .swiper-slide a .signature-txt .button-text {
width: fit-content;
margin: 0 auto;
padding-bottom: 6px;
font-size: 12px;
color: #fff;
border-bottom: 2px solid #fff;
}
.signature-swiper .swiper-slide a .signature-txt .button-text img {
width: 18px;
height: auto;
margin-left: 8px;
}
@media screen and (max-width: 991px) {
.signature-wrap .swiper-wrapper {
padding-bottom: clamp(42px, 8vw, 60px);
}
.signature-wrap .inner.signature-inner {
padding: 60px 0;
}
.signature-wrap .signature-title h2 {
font-size: clamp(16px, 6vw, 60px);
}
.signature-swiper .swiper-slide a .signature-txt .title {
font-size: clamp(14px, 4vw, 40px);
}
.signature-swiper .swiper-slide a .signature-txt .desc {
font-size: clamp(14px, 3vw, 23px);
}
.signature-swiper .swiper-slide a .signature-txt .button-text {
font-size: clamp(12px, 2vw, 26px);
}
} .selfie-wrap .selfie-box {
position: relative;
}
.selfie-wrap .selfie-box .selfie-img-box {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 8px;
}
.selfie-wrap .selfie-box .selfie-img-box img {
width: calc(25% - 8px);
}
.selfie-wrap .selfie-box .selfie-txt-img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
.selfie-wrap .selfie-box .selfie-img-box img {
width: calc(50% - 8px);
}
} .dental-main-container section.video-wrap .inner {
padding-top: 0;
}
.video-wrap video {
width: 100%;
height: auto;
} .safety-wrap .safety-box {
position: relative;
max-width: 1140px;
margin: 0 auto;
padding: 0 16px;
}
.safety-wrap .safety-box .safety-background {
position: relative;
}
.safety-wrap .safety-box .safety-background img {
width: 100%;
height: auto;
}
.safety-wrap .safety-box .safety-text {
position: absolute;
top: 50%;
left: 6%;
transform: translate(0, -50%);
}
.safety-wrap .safety-box .safety-text .title {
font-size: clamp(14px, 3vw, 34px);
}
.safety-wrap .safety-box .safety-text .desc {
font-size: clamp(10px, 2vw, 20px);
}
.safety-wrap .safety-box .safety-text .button-text {
margin: 30px auto 0;
}
.safety-wrap .safety-box .safety-text .button-text a {
padding-bottom: 6px;
font-size: 12px;
border-bottom: 2px solid #000;
text-decoration: none;
}
.safety-wrap .safety-box .safety-text .button-text a img {
width: 18px;
height: auto;
margin-left: 8px;
}
@media screen and (max-width: 991px) {
.safety-wrap .safety-box {
padding: 0;
}
.safety-wrap .safety-box .safety-text .button-text {
margin: 10px auto 0;
}
.safety-wrap .safety-box .safety-text .button-text a {
font-size: clamp(10px, 2vw, 26px);
}
} .dental-footer-wrap {
margin-bottom: 60px;
}
.dental-footer-wrap .inner {
padding: 30px 16px;
margin: 0 auto;
max-width: 1140px;
}
.dental-footer-wrap .dental-footer-top {
background-color: #333;
color: #fff;
}
.dental-footer-top .top-box-wrap {
display: flex;
justify-content: flex-start;
}
.dental-footer-top .top-box-wrap .text-box {
width: 20%;
}
.dental-footer-top .top-box-wrap .text-box h5 {
font-size: clamp(13px, 1.6vw, 20px);
}
.dental-footer-top .top-box-wrap .operating-box {
display: flex;
gap: 4%;
width: 40%;
}
.dental-footer-top .top-box-wrap .operating-box .phone-num {
color:#fff;
font-size: clamp(16px, 1.6vw, 20px);
text-decoration: none;
font-weight: 600;
}
.dental-footer-top .top-box-wrap .operating-box p,
.dental-footer-top .top-box-wrap .operating-box ul li {
font-size: clamp(10px, 1vw, 16px);
margin: 0;
}
.dental-footer-top .top-box-wrap .button-box.mo-block {
display: none;
}
.dental-footer-top .top-box-wrap .button-box {
display: flex;
justify-content: center;
align-items: flex-start;
gap: 6px;
width: 40%;
}
.dental-footer-top .top-box-wrap .button-box a {
display: inline-block;
width: 33.333%;
padding: 4px 6px;
background: #f0f0f0;
font-size: 14px;
font-weight: 400;
text-align: center;
border: 1px solid #d5d5d5;
line-height: 29px;
color: #000;
text-decoration: none;
}
.dental-footer-bottom {
background: #f4f5f7;
}
.dental-footer-bottom .link-text-box {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #cacdd4;
}
.dental-footer-bottom .link-text-box a {
margin-right: 18px;
font-size: clamp(14px, 1vw, 16px);
color: #484848;
}
.dental-footer-bottom .info-text-box p {
margin: 0;
font-size: clamp(12px, 1vw, 16px);
color: #555;
}
@media screen and (max-width: 991px) {
.dental-footer-top .top-box-wrap {
flex-direction: column;
gap: 10px;
}
.dental-footer-top .top-box-wrap .text-box {
flex-direction: column;
gap: 16px;
width: 50%;
}
.dental-footer-top .top-box-wrap .text-box h5 {
font-size: clamp(14px, 2.6vw, 20px);
}
.dental-footer-top .top-box-wrap .operating-box {
width: 100%;
}
.dental-footer-top .top-box-wrap .text-box .operating-box p,
.dental-footer-top .top-box-wrap .text-box .operating-box ul li {
font-size: clamp(12px, 2.2vw, 16px);
}
.dental-footer-top .top-box-wrap .text-box .operating-box {
width: 100%;
}
.dental-footer-top .top-box-wrap .button-box.pc-block {
display: none;
}
.dental-footer-top .top-box-wrap .button-box.mo-block {
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 100%;
border-radius: 20px;
background: #fff;
gap: 0;
}
.dental-footer-top .top-box-wrap .button-box::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
bottom: 4.167vw;
width: 1px;
height: 90%;
background: #ddd;
transform: translate(-50%, -50%);
}
.dental-footer-top .top-box-wrap .button-box::before {
content: "";
position: absolute;
left: 50%;
top: 50%;
bottom: 4.167vw;
width: 90%;
height: 1px;
background: #ddd;
transform: translate(-50%, -50%);
}
.dental-footer-top .top-box-wrap .button-box a {
width: 50%;
height: 16vw;
background: none;
border: none;
display: grid;
align-items: center;
justify-content: center;
}
.dental-footer-top .top-box-wrap .button-box a.icon_img_logo {
display: flex;
justify-content: center;
align-items: center;
}
.dental-footer-top .top-box-wrap .button-box a.icon_img_logo p {
text-align: left;
margin: 0;
line-height: 1.4;
}
.dental-footer-top .top-box-wrap .button-box a:nth-child(2) p {
font-size: 16px;
}
.dental-footer-top .top-box-wrap .button-box a.icon_img_logo img {
width: 100%;
max-width: 38px;
height: auto;
margin-right: 10px;
}
.dental-footer-top .top-box-wrap .button-box a.full_img_logo img {
width: 100%;
margin: 0 auto;
max-width: 180px;
}
}
@media screen and (max-width: 575px) {
.dental-footer-top .top-box-wrap {
flex-direction: column;
gap: 16px;
}
.dental-footer-top .top-box-wrap .text-box {
width: 100%;
}
}