/*팝업*/
#hd_pop {
	z-index: 1000;
	position: relative;
	margin: 0 auto;
	height: 0
}

#hd_pop h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.hd_pops {
	position: absolute;
	/* border: 1px solid #e9e9e9;
	background: #fff */
}

.hd_pops img {
	max-width: 100%
}

.hd_pops_con {}

.hd_pops_footer {
	padding: 0;
	background: #000;
	color: #fff;
	text-align: left;
	position: relative
}

.hd_pops_footer:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.hd_pops_footer button {
	padding: 10px;
	border: 0;
	color: #fff
}

.hd_pops_footer .hd_pops_reject {
	background: #000;
	text-align: left
}

.hd_pops_footer .hd_pops_close {
	background: #393939;
	position: absolute;
	top: 0;
	right: 0
}







#wrap {
    width: 100%;
    overflow: hidden;
}

.inner {
    width: calc(100% - 6rem);
    max-width: var(--area-width);
    margin: 0 auto;
}

.disc {
    font-size: 1.7rem;
    line-height: 1.6;
}

.scrollLock {
    overflow: hidden !important;
    touch-action: none !important;
}


#popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.7);
}

#popup .pp_wr {
    width: calc(100% - 4rem);
    max-width: 440px;
    /* 	max-width: 1300px; */
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#popup .pp_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#popup .pp_pagination {
    font-size: 1.6rem;
    color: #fff;
}

#popup .p_control {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
}

#popup .p_control button {
    display: block;
    width: 4rem;
    height: 4rem;
    opacity: 1;
    background: url('../img/main/vis_next.png') no-repeat center center/cover;
}

#popup .p_control button.p_prev {
    transform: rotate(-180deg);
}

#popup .pp_slide {
    margin: 1.5rem 0 0.5rem;
}

#popup .pp_slide  a{
    display: block;
}

#popup .pp_bot {
    display: flex;
    justify-content: space-between;
}

#popup .pp_bot button {
    display: block;
    font-size: 1.6rem;
    color: #fff;
}

#popup .pp_bot .btn_close {
    padding-right: 2.2rem;
    background: url('../img/main/pop_close.png') no-repeat right 70%/1.44rem;

}

#popup .pp_bot .btn_close24 {
    padding-left: 2.2rem;
    background: url('../img/main/pop_check.png') no-repeat left 70%/1.6rem;
}


/* ################# header  ################# */
#hd {
    width: 100%;
    height: 9rem;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: all 0.3s;
    border-bottom: solid 1px rgba(238, 238, 238, 0.2);
}

#hd::after {
    content: '';
    display: block;
    width: 100%;
    height: 9rem;
    background: #f4f4f4;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    transform-origin: top;
    transform: scaleY(0);
    transition: all 0.4s;
}

#hd.act::after {
    transform: scaleY(1);
}

#hd>div {
    height: 100%;
}

#hd .left {
    width: 17.45%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 1px rgba(238, 238, 238, 0.2);
}

#hd .logo a {
    display: block;
    width: 22.0rem;
    height: 4.9rem;
    background: url('../../../img/common/logo_wh.png') no-repeat center center/cover;
}

#hd.wh,
#hd.fix {
    background-color: #fff;
}

#hd.wh .logo a,
#hd.fix .logo a {
    background-image: url('../../../img/common/logo.png');
}

#hd.wh #gnb a,
#hd.wh .right ul li a {
    color: #212121;
}


#hd.fix #gnb a,
#hd.fix .right ul li a {
    color: #212121;
}

#hd.fix .right button {
    background-image: url('../../../img/common/all_menu_bk.png');
}

#hd.wh .right button {
    background-image: url('../../../img/common/all_menu_bk.png');
}

#hd .mid {
    width: 68.33%;
}

#hd .right {
    width: 14.22%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-left: solid 1px rgba(238, 238, 238, 0.2);
}

#hd .right ul {
    display: flex;
    align-items: center;
}

#hd .right ul li a {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    color: #D2D2D2;
    padding: 0 1.2rem;
}

#hd .right button {
    width: 10rem;
    height: 100%;
    font-size: 0;
    background: url('../../../img/common/all_menu_wh.png') no-repeat center center;
}

#gnb {
    height: 100%;
}

#gnb>ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.8rem;
}

#gnb>ul>li {
    position: relative;
    height: 100%;
}

#gnb .depth1 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
}

#gnb li .depth1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 3px;
    background-color: var(--main-color);
    transition: width 0.5s;
}

#gnb li.act .depth1::before {
    width: 100%;
}

#gnb .depth2_list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 00%;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    background: #f4f4f4;
}


#gnb>ul>li:last-of-type .depth2_list {
    left: auto;
    right: 0;
}

#gnb .depth2_list.act {
    height: 9rem;
    transition: height 0.4s;
}

#gnb .depth2_list li a {
    overflow: hidden;
    display: block;
    font-size: 1.7rem;
    color: #363636;
    white-space: nowrap;
    transition: color 0.3s;
}

#hd.wh #gnb .depth2_list li a:hover {
    color: var(--main-color);
}

#gnb .depth2_list li+li {
    position: relative;
    margin-left: 2.4rem;
    padding-left: 2.6rem;
}

#gnb .depth2_list li+li::before {
    content: '';
    width: 1px;
    height: 1.5rem;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

#sitemap {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
    overflow: hidden;
    transition: all 0.5s;
    background: url('../../../img/common/all_menubg.jpg') no-repeat center center/cover;
}

#sitemap.act {
    height: 100%;
}

#sitemap .stm_wr {
    width: 100%;
    height: 100%;
    padding: 0 5.73%;
    position: relative;
}

#sitemap .stm_close {
    width: 10rem;
    height: 9rem;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: url('../../../img/common/all_menu_close.png') no-repeat center center;
}

#sitemap .stm_list_wr {
    display: flex;
}

#sitemap .stm_list_wr>li {
    width: 25%;
    height: 100vh;
    padding: 6.72vw 0 9.17vw 2.34vw;
}

#sitemap .stm_list_wr>li+li {
    position: relative;
    border-left: solid 1px #ddd;
}

#sitemap .stm_tem {
    min-height: 11.98vw;
}

#sitemap .stm_tem+.stm_tem {
    margin-top: 8vw;
}

#sitemap h3 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 2.2rem;
    position: relative;
}

#sitemap h3::before {
    content: '';
    width: 3px;
    height: 0;
    position: absolute;
    top: 50%;
    left: -4.6rem;
    transform: translateY(-47%);
    transition: all 0.3s;
    background-color: var(--main-color);
}

#sitemap .stm_tem:hover h3::before {
    height: 3rem;
}

#sitemap .submenu_list a {
    font-size: 1.7rem;
    line-height: 2;
    transition: color 0.3s;
}

#sitemap .submenu_list a:hover {
    color: var(--main-color);
}

/* 좌측 탭 */

#fp-nav.left {
    position: absolute;
    left: 2.60%;
    z-index: 300;
}

#fp-nav ul {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#fp-nav ul li {
    margin: 0;
}

#fp-nav ul li+li {
    margin-top: 1.3rem;
}

#fp-nav ul li {
    width: auto;
    height: auto;
}

#fp-nav ul li a,
#fp-nav ul li a.active {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0;
    transition: height 0.3s;
}

#fp-nav ul li a {
    background: #ddd;
}

#fp-nav ul li a.active {
    height: 4rem;
    background: var(--main-color);
}

#fp-nav ul li a span {
    display: none;
}

/* 좌측 탭 */


/* visual */

.visual_sec {
    background: #fff;
    display: block;
    height: 100vh;
    width: 100%;
    position: relative;
}

.vis_slide {
    width: 100%;
    height: 100%;
}

.vis_slide .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1;
    text-align: center;
}


.vis_slide .tit .char {
    display: inline-block;
    opacity: 0;
    line-height: 1;
}

.vis_slide .tit.splitting {
    animation: op1 0s forwards;
}

@keyframes op1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1.0;
    }
}

.vis_slide .swiper-slide.act .tit.splitting .char {
    animation: slide-up 1.25s cubic-bezier(.5, .2, 0, 1);
    animation-fill-mode: both;
    animation-delay: calc(.5s + (.05s * var(--char-index)));
}

@keyframes slide-up {
    from {
        opacity: 0;
        transform: translateY(125%);
    }

    to {
        opacity: 1.0;
        transform: translateY(0);
    }
}

.vis_slide .txtbox .disc {
    font-size: 1.8rem;
    font-weight: 300;
    word-break: keep-all;
    opacity: 0;
    margin-top: 3.3rem;
}

.vis_slide .swiper-slide.act .txtbox p {
    animation: fadeIn 1s forwards;
    animation-delay: 1.2s;
}

.visual_sec .inner {
    max-width: 1370px;
}

.visual_sec .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.visual_sec .swiper-slide .slide_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: transform 5s linear;
    transform: scale(1);
    background: no-repeat center center/cover;
}

.visual_sec .swiper-slide .slide_bg.bg01 {
    background-image: url('../../../img/main/mv_bk01.jpg');
}

.visual_sec .swiper-slide .slide_bg.bg02 {
    background-image: url('../../../img/main/mv_bk02.jpg');
}

.visual_sec .swiper-slide.swiper-slide-active .slide_bg {
    transform: scale(1.2);
}

/* animation */

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes txtUP {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
    }
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* animation */
.visual_sec .txtbox {
    color: #fff;
}

.visual_sec .txtbox .ttg {
    font-size: 1.5rem;
    font-weight: 700;
    color: #407FD1;
    margin-bottom: 3.7rem;
    opacity: 0;
}

.vis_slide .swiper-slide.act .txtbox .ttg {
    animation: fadeIn 1s forwards;
}

.visual_sec .txtbox h2 {
    overflow: hidden;
    opacity: 0;
    font-size: 5.5rem;
    font-weight: 500;
    line-height: 1.3;
}

.visual_sec .txtbox h2+h2 {
    margin-bottom: 3.7rem;
}

.visual_sec .txtbox .disc {
    font-weight: 300;
    line-height: 1.7;
    word-break: keep-all;
    opacity: 0;
}

.vis_slide .swiper-slide.act .txtbox .disc {
    animation: fadeIn 1s forwards;
    animation-delay: 1.2s;
}

.visual_sec .control_box {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 12.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 7;
}

.visual_sec .vis_pagination {
    margin: 0 6.7rem;
    display: flex;
    gap: 1.8rem;
}

.visual_sec .control_box button {
    display: block;
    width: 1.1rem;
    height: 2.1rem;
    flex: 0 0 auto;
    background: url('../../../img/main/arrow_11x21.png') no-repeat center center/cover;
}

.visual_sec .control_box button.vis_prev {
    transform: scaleX(-1);
}

.visual_sec .vis_pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    opacity: 1;
    border-radius: 1rem;
    background-color: transparent;
    border: solid 1px #fff;
    margin: 0 !important;
    transition: all 0.4s;
}

.visual_sec .vis_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.3rem;
    background: #fff;
}

.visual_sec .swiper-pagination-current {
    font-size: 4rem;
    font-weight: 500;
    margin-right: 0.6rem;
}

.visual_sec .scr_down {
    position: absolute;
    left: 5.73%;
    bottom: 5.6rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scr_down span {
    display: block;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

.scr_down .scroll_wr {
    display: block;
    width: 2.6rem;
    height: 4.4rem;
    background: url('../../../img/main/scr_dw_wr.png') no-repeat center center/cover;
    position: relative;
}

.scr_down .scroll_wr::before {
    content: '';
    width: 1px;
    height: 9px;
    display: inline-block;
    background-color: #fff;
    animation: cursor 1.15s linear infinite;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -1px;
}

@keyframes cursor {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }

    100% {
        opacity: 1;
        transform: translateY(8px);
    }
}

/* visual */

.main_ttl_row.t_c {
    text-align: center;
}

.main_ttl_row.wh *:not(.tag) {
    color: #fff;
}

.main_ttl_row .tag {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.main_ttl_row h2 {
    font-size: 5.2rem;
    line-height: 1.3;
}

.intro_sec {
    width: 100%;
    height: 100%;
    position: relative;
    background: url('../../../img/main/main_sce01_bg.png') no-repeat bottom left;
}

.intro_sec .bg>div {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.6s;
}

.intro_sec .bg>div.act {
    opacity: 1;
}


.intro_sec .tit_wr {
    width: 100%;
    height: 100%;
    padding-top: 10rem;
    position: absolute;
}

.intro_sec .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro_sec .bg_txt {
    font-size: 12rem;
    font-weight: 700;
    font-family: 'GmarketSans';
    text-transform: uppercase;
    white-space: nowrap;
    position: absolute;
    top: 6.77vw;
    left: 7.81%;
    transition: all 1s 0.56s;
    color: rgba(34, 34, 34, 0.05);
}

.section.on .intro_sec .bg_txt {
    left: 2%;
}

.intro_sec .main_ttl_row .tag {
    margin-bottom: 3rem;
}

.scr_ani {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12.4rem;
    height: 50px;
    gap: 20px 0;
    margin: 80px 0 0;
}

.scr_ani span {
    display: block;
    width: 2.5rem;
    height: 1.5rem;
    background: url('../../../img/main/arrow_25x15.png') no-repeat center center/cover;
}

.scr_ani span.top {
    animation: topArrow 2s infinite;
}


.scr_ani span.bot {
    animation: botArrow 2s infinite;
}


@keyframes topArrow {
    50% {
        -webkit-transform: translateY(33px);
        transform: translateY(33px);
    }
}

@keyframes botArrow {
    50% {
        opacity: 0;
    }
}

.intro .bg {
    width: 24rem;
    height: 24rem;
    border-radius: 1000px;
    overflow: hidden;
    position: absolute;
    right: 100px;
    bottom: 60px;
    z-index: 1;
    -webkit-transition: all 1.0s;
    transition: all 1.0s;
}

.intro .bg img {
    max-width: inherit;
    max-height: 100%;
    -webkit-transform: translateX(-14%);
    transform: translateX(-14%);
    -webkit-transition: all 1.0s;
    transition: all 1.0s;
}

.intro .bg.on {
    width: 100%;
    height: 100%;
    border-radius: 0;
    right: 0;
    bottom: 0;
    background-color: #222;
}

.intro .bg.on img {
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.clinic_wr {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: relative;
    z-index: 5;
    transition: all 0.4s;
}

.clinic_wr.on {
    z-index: 30;
    opacity: 1;
}

.clinic_wr ul {
    display: flex;
    height: 100%;
}

.clinic_wr ul li {
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.clinic_wr ul li+li {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
}

.clinic_wr .ttg {
    font-size: 1.7rem;
    font-weight: 600;
    color: #407FD1;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.clinic_wr .subject {
    font-size: 3.5rem;
    font-weight: 600;
    color: #fff;
}

.clinic_wr .bot {
    text-align: center;
    padding-top: 3rem;
    margin-top: 3rem;
    position: relative;
    color: #fff;
    height: 0;
    opacity: 0;
    line-height: 1.6;
    transition: all 0.8s;
    overflow: hidden;
}

.clinic_wr li:hover .bot {
    height: auto;
    opacity: 1;
}

.clinic_wr .bot::before {
    content: '';
    width: 3.5rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.clinic_wr .bot p {
    font-size: 1.7rem;
    line-height: 1.5;
}

.clinic_wr .c_point {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background: rgba(0, 24, 56, 0.8);
    opacity: 0.7;
    z-index: -1;
    backdrop-filter: blur(7.5px);
    transition: all 0.4s;
}

.more_view {
    position: relative;
    width: 56px;
    height: 56px;
    background: var(--main-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 7.9rem;
}

.more_view span {
    display: inline-block;
    width: 13px;
    height: 12px;
    transition: all 0.5s;
    background: url('../../../img/main/arrow13x12_wh.png') no-repeat right center/13px auto;
}

.more_view p {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    color: #fff;
    transition: all 0.5s;
}


.more_view:hover p {
    left: 25px;
    opacity: 1;
}

.more_view:hover span {
    -webkit-transform: translateX(94px);
    transform: translateX(94px);
}

.equ_slide_wr {
    position: relative;
}

.equ_pagination {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin: 4rem 0 8rem;
}

.equ_pagination .swiper-pagination-bullet {
    width: 16.5rem;
    height: auto;
    opacity: 1;
    text-align: center;
    border-radius: 3.2rem;
    background-color: transparent;
    border: solid 1px #D2D2D2;
    position: relative;
    overflow: hidden;
}

.equ_pagination .swiper-pagination-bullet span {
    display: inline-block;
    font-size: 2rem;
    font-weight: 600;
    line-height: 6rem;
    color: #222;
    position: relative;
    z-index: 5;
}

.equ_pagination .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--main-color);
    transition: all 0.5s;
}

.equ_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 100%;
}

.equ_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

    border-color: var(--main-color);
}

.equ_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
    color: #fff;
}

.equ_slide .swiper-slide {
    display: flex;
    align-items: center;
    border-radius: 3rem;
    overflow: hidden;
    background: url('../../../img/main/main_sec03_slidebg.png') no-repeat center center/cover;
}

.equ_slide .swiper-slide>div {
    width: 50%;
}

.equ_slide .txt_wr {
    padding-left: 6.02%;
    padding-top: 3rem;
    color: #fff;
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s;
}

.equ_slide .swiper-slide-active .txt_wr {
    transform: translateY(0);
    opacity: 1;
}

.equ_slide .txt_wr .name_bk {
    font-size: 4.5rem;
    font-weight: 700;
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 12.03%;
    text-transform: uppercase;
}

.equ_slide .txt_wr .subject {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.equ_slide .txt_wr .stl {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 4rem;
}

.equipment {
    background: url('../../../img/main/main_sec03_bg.png') no-repeat center center /cover;
}

.doc_sec {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 16.67%;
    padding-top: 4.5rem;
    background: url('../../../img/main/main_sec04_bg.jpg') no-repeat center center /cover;
}

.doc_sec .left {
    width: 40%;
    flex: 0 0 auto;
}

.doc_sec .left .disc {
    margin-top: 3.2rem;
}

.doc_sec .doc_slide_paing {
    margin-top: 9.5rem;
    display: flex;
    gap: 2rem;
}

.doc_slide_paing button {
    display: block;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    opacity: 0.3;
    background: url('../../../img/main/main_sec03_next.png') no-repeat center center/cover;
}

.doc_slide_paing button:hover {
    opacity: 1;
}

.doc_slide_paing button.d_s_prev {
    transform: scaleX(-1);
}

.doc_slide .doc-pagination {
    position: relative;
    height: 2px;
    margin-top: 6rem;
    background: #fff;
}

.doc_slide .doc-pagination .swiper-pagination-progressbar-fill {
    background: var(--main-color);
}

.doc-counting {
    position: absolute;
    left: -8.2rem;
    bottom: 5.5rem;
    z-index: 1000;
    font-size: 3rem;
    font-weight: 500;
    color: #B2CDD8;
    letter-spacing: -0.3rem;
}

.doc-counting .current {
    font-size: 5rem;
    font-weight: 500;
    color: #fff;
}


.doc_sec .right {
    width: 60%;
    position: relative;
}

.doc_sec .swiper-slide {
    position: relative;
}

.doc_sec .info {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6.4rem 1rem 1rem 5rem;
    border-radius: 3rem;
    transition: opacity 0.5s;
    background: url('../../../img/main/main_sec03_dim.png') no-repeat center center/cover;
}

.doc_sec .swiper-slide:hover .info {
    opacity: 1;
}

.doc_sec .info .ctgr {
    font-size: 2rem;
    font-weight: 500;
    color: #BCD9FF;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.doc_sec .info .ctgr span+span {
    position: relative;
}

.doc_sec .info .ctgr span+span::before {
    content: ' l';
    font-size: 2rem;
    font-weight: 500;
    color: #BCD9FF;
    margin: 0 0.8rem;
}

.doc_sec .info_box {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s 0.2s;
}

.doc_sec .swiper-slide:hover .info_box {
    opacity: 1;
    transform: translateY(0);
}

.doc_sec .info .subject {
    font-size: 3.5rem;
    font-weight: 600;
    color: #fff;
}

.doc_sec .info ul {
    margin-top: 2rem;
    padding-top: 2rem;
    position: relative;
}

.doc_sec .info ul::before {
    content: '';
    width: 4rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.doc_sec .info ul li {
    line-height: 1.9;
    font-size: 1.7rem;
    color: #fff;
    position: relative;
    padding-left: 0.9rem;
}

.doc_sec .info ul li::before {
    content: '·';
    position: absolute;
    top: 50%;
    left: 0;
    line-height: 1.9;
    font-size: 1.7rem;
    color: #fff;
    transform: translateY(-50%);
}

.doc_sec .thumb {
    border-radius: 3rem;
    overflow: hidden;
}

.section.news {
    background: url('../../../img/main/main_sec05_bg.jpg')no-repeat center center/cover;
}

.news_sec .sec_top {
    position: relative;
}

.news_sec .more_view {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}

.news_sec .more_view span {
    width: 1.8rem;
    height: 1.6rem;
    background-image: url('../../../img/main/arrow18x16_wh.png');
    background-size: 1.8rem auto;
}

.news_sec .more_view p {
    color: #222;
}

.news_sec .more_view:hover span {
    background-image: url('../../../img/main/arrow13x12_bk.png');
    background-size: 1.3rem auto;
    transform: translateX(84px);
}

.news_slide {
    padding-right: 16.67%;
}

.news_slide_wr {
    padding-left: 16.67%;
    margin-top: 8rem;
}

.news_slide .thumb_box {
    overflow: hidden;
    position: relative;
    border-radius: 0.5rem;
}

.news_slide .thumb_box::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #3A4A60;
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: all 0.5s;
    mix-blend-mode: multiply;
}

.news_slide .news_tem:hover .thumb_box::before {
    opacity: 1;
}

.news_slide .thumb_box::after {
    content: '';
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    opacity: 0;
    z-index: 11;
    pointer-events: none;
    transition: all 0.5s;
    background: url(../../../img/main/plus_35x35.png) no-repeat center center/cover;
}

.news_slide .news_tem:hover .thumb_box::after {
    opacity: 1;
    animation: rotate 0.5s 0.2s forwards;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(180deg);
    }

    0% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.news_slide .thumb {
    width: 100%;
    padding-top: 69%;
    transition: all 1s;
    background: no-repeat center center/cover;
}

.news_slide .txtbox {
    margin-top: 2.8rem;
    width: 68.75%;
}

.news_slide .txtbox .subject {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 1.4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    transition: color 0.3s;
}

.news_slide .news_tem:hover .txtbox .subject {
    color: var(--main-color);
}

.news_slide .news_tem:hover .thumb {
    transform: scale(1.1);
}

.news_slide .txtbox .disc {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_slide .txtbox .date {
    margin-top: 2.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #9A9A9A;
}

.news_slide_wr {
    cursor: url('../../../img/main/drag_cursor.png') 62 62, auto !important;
}

.news_slide_wr .news_tem {
    cursor: url('../../../img/main/drag_cursor.png') 62 62, auto !important;
}

.section.video {
    background: url('../../../img/main/main_sec06_bg.jpg')no-repeat center center/cover;
}

.vid_wr {
    display: flex;
    justify-content: space-between;
    padding: 4rem;
    background: #fff;
    border-radius: 2rem;
    border: solid 1px #BBB;
    margin-top: 7rem;
}

.vid_wr .main_view {
    width: 57.5%;
}

#m_vid {
    width: 100%;
    padding-top: 56.38%;
    position: relative;
}

#m_vid iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.vid_wr .thumb_list {
    width: 39.17%;
    max-height: 38.8rem;
    overflow-y: auto;
    padding-right: 3rem;
}

.vid_wr .thumb_list::-webkit-scrollbar {
    width: 1rem;
}

.vid_wr .thumb_list::-webkit-scrollbar-track {
    background: transparent;
}

.vid_wr .thumb_list::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 1rem;
}

.vid_wr .thumb_list ul li {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding-bottom: 2rem;
}

.vid_wr .thumb_list ul li+li {
    border-top: solid 1px #eee;
    padding-top: 2rem;
}

.vid_wr .thumb_list .thumb {
    width: 17.8rem;
    padding-top: 23.28%;
    background: no-repeat center center/cover;
}

.vid_wr .thumb_list .info_wr {
    width: calc(100% - 19rem);
}

.vid_wr .thumb_list .subject {
    font-size: 2rem;
    font-weight: 600;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 1rem;
}

.vid_wr .thumb_list .disc {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 1rem;
}

.addr_sec {
    display: flex;
    align-items: center;
    background: url('../../../img/main/ctt_us_wr_bg.jpg')no-repeat left center/cover;
}

.fp_cont .addr_sec {
    height: 100%;
    padding: 9rem 0 0 0;
}

.addr_sec>div {
    width: 50%;
}

.address .left {
    padding-left: 16.67%;
}

.main_ttl_row .add_info {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
}

.main_ttl_row .add_info2 {
    font-size: 2rem;
    display: flex;
}

.main_ttl_row .add_info2 span {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin: 0 3px;
    background-color: #378FD2;
}

.add_link {
    width: 100%;
    max-width: 22rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3.1rem 0 2.7rem;
    border: solid 2px var(--main-color);
    border-radius: 3.4rem;
    margin: 4rem 0 6rem;
}

.add_link p {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--main-color);
}

.add_link span {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background: url('../../../img/common/arrow25x25.png') no-repeat center center/cover;
    border-radius: 50%;
    transition: all 0.5s;
}

.add_link:hover span {
    transform: translateX(8px);
}

/* .address .right>div {
    height: 47rem;
}
 */
.fp_cont .address .right>div {
    height: 50%;
}

.address .right .top {
    position: relative;
}

.address .right .top::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #bfbfbf;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.5s;
    mix-blend-mode: multiply;
}

.address .right .top:hover::after {
    opacity: 0;
}

.address .mov_map {
    display: block;
    width: 6.5rem;
    height: 6.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    background: var(--main-color);
}

.address .mov_map span {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    background: url('../../../img/common/plus_65x64.jpg') no-repeat center center/cover;
}

.address .mov_map:hover span {
    transform: rotate(180deg);
}

.address #map {
    position: relative;
    width: 100%;
    padding-top: 49.21%;
}

.fp_cont .address #map {
    padding-top: 46.71%;
}
.fp_cont .address .bot{
    padding: 4rem 7rem;
}


.address #map .root_daum_roughmap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.address #map .root_daum_roughmap .wrap_map {
    height: 100% !important;
}

.root_daum_roughmap .wrap_controllers {
    display: none;
}

.address .bot {
    padding: 4rem 7rem;
    background: url('../../../img/common/ctt_us_bg.jpg') no-repeat center center/cover;
}

.address .ctt_top_wr {
    display: flex;
    gap: 3.4rem;
    margin-bottom: 1.5rem;
}

.address .time_guide_wr {
    padding-top: 1.2rem;
}

.address .ad_ttl {
    font-size: 4rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}

.address .ctt_list {
    width: 100%;
    max-width: 56.5rem;
}


.address .ctt_list li {
    display: flex;
    gap: 3.5rem;
    align-items: flex-start;
}

.address .ctt_list li+li {
    margin-top: 2rem;

}

.address .ctt_list .ctt_ttl {
    width: 100%;
    max-width: 18.5rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 4rem;
    color: #fff;
    border-radius: 2.5rem;
    border: solid 1px #fff;
}

.address .ctt_list .ctt_ttl.ttl2 {
    background-color: #49AAF3;
    border-color: #49AAF3;
}

.address .ctt_list .ctt_ttl.ttl3 {
    background-color: #051738;
    border-color: #051738;
}

.address .bot dl {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.4rem;
    row-gap: 0.6rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
}

.address .bot dl dt {
    width: 8.4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 1.7rem;
}

.address .bot dl dt span {
    color: #81BCE9;
}

.address .bot dl dt::after {
    content: ':';
    color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.address .bot dl dd {
    width: calc(100% - 9.8rem);
}

.address .bot .att_txt {
    font-size: 2rem;
    font-weight: 500;
    color: #81BCE9;
}

.address .bot .att_txt+.att_txt {
    margin-top: 0.4rem;
}

.call_list li {
    max-width: 47rem;
    display: flex;
    align-items: center;
    padding: 3.2rem 3.9rem;
    gap: 4.2rem;
    border-radius: 2rem;
    transition: background 0.5s;
    background-color: #f1f1f1;
}

.call_list li+li {
    margin-top: 2rem;
}

.call_list .ttl {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--main-color);
    transition: color 0.5s;
}

.call_list .numb {
    font-size: 3rem;
    transition: color 0.5s;
}

.call_list .numb b {
    font-weight: 600;
}

.call_list .ico {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: no-repeat center center/cover;
    transition: background 0.5s;
}

.call_list .call01 .ico {
    background-image: url('../../../img/common/ctt_ico01_act.png');
}

.call_list .call02 .ico {
    background-image: url('../../../img/common/ctt_ico02.png');
}

/* hover */

.call_list li:hover {
    background-color: var(--main-color);
}

.call_list .call01:hover .ico {
    background-image: url('../../../img/common/ctt_ico01.png');
}

.call_list .call02:hover .ico {
    background-image: url('../../../img/common/ctt_ico02_act.png');
}

.call_list li:hover .ttl {
    color: #9EC8FF;
}

.call_list li:hover .numb {
    color: #fff;
}


#ft {
    background: #000;
}

#ft .top {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

#ft .top .inner {
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#fnb ul {
    display: flex;
    gap: 3rem;
}

#fnb ul li a {
    font-size: 1.6rem;
    color: #fff;
}

.sns_list {
    display: flex;
    align-items: center;
    gap: 1.93rem;
}

.sns_list li a {
    display: block;
    width: 2.6rem;
    height: 2.3rem;
    transition: background 0.5s;
    background: no-repeat center center;
}

.sns_list li .blog {
    background-image: url('../../../img/common/ft_sns01.png');
}

.sns_list li .blog:hover {
    background-image: url('../../../img/common/ft_sns01_act.png');
}

.sns_list li .inst {
    background-image: url('../../../img/common/ft_sns02.png');
}

.sns_list li .inst:hover {
    background-image: url('../../../img/common/ft_sns02_act.png');
}

.sns_list li .ytb {
    background-image: url('../../../img/common/ft_sns03.png');
}

.sns_list li .ytb:hover {
    background-image: url('../../../img/common/ft_sns03_act.png');
}

.sns_list li .kktk {
    background-image: url('../../../img/common/ft_sns04.png');
}

.sns_list li .kktk:hover {
    background-image: url('../../../img/common/ft_sns04_act.png');
}

#ft .bot .inner {
    display: flex;
    justify-content: space-between;
    padding: 5rem 0;
}

#ft address {
    width: 60%;
}

#ft address * {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.78;
    letter-spacing: 0;
}

#ft address>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 1.6rem;
}

#ft address .copy {
    margin-top: 2rem;
}

#ft .ft_logo {
    width: 12rem;
    height: 9.1rem;
    background: url('../../../img/common/ft_logo.png') no-repeat center center/cover;
}

.quick_menu {
    position: fixed;
    z-index: 77;
    bottom: 9rem;
    right: 3.5rem;
}

.quick_menu li+li {
    margin-top: 6px;
}

.quick_menu li a {
    display: block;
    width: 5.2rem;
    height: 5.2rem;
    transition: border-radius 0.5s;
    border-radius: 2.6rem;
    background: no-repeat center center/cover;
}

.quick_menu li a:hover {
    border-radius: 2.6rem 2.6rem 0 2.6rem;
}

.quick_menu li .blog {
    background-image: url('../../../img/common/quick01.png');
}

.quick_menu li .blog:hover {
    background-image: url('../../../img/common/quick01_act.png');
}

.quick_menu li .insta {
    background-image: url('../../../img/common/quick02.png');
}

.quick_menu li .insta:hover {
    background-image: url('../../../img/common/quick02_act.png');
}

.quick_menu li .ytb {
    background-image: url('../../../img/common/quick03.png');
}

.quick_menu li .ytb:hover {
    background-image: url('../../../img/common/quick03_act.png');
}

.quick_menu li .kkot {
    background-image: url('../../../img/common/quick04.png');
}

.quick_menu li .kkot:hover {
    background-image: url('../../../img/common/quick04_act.png');
}

.top_btn {
    display: block;
    width: 5.2rem;
    height: 5.2rem;
    transition: border-radius 0.5s;
    border-radius: 2.6rem;
    margin-top: 6px;
    background: url('../../../img/common/quick05.png') no-repeat center center/cover;
}

.top_btn:hover {
    border-radius: 2.6rem 2.6rem 0 2.6rem;
}

.only_m {
    display: none;
}

@media screen and (max-width:1550px) {

    #gnb>ul {
        gap: 2.5rem;
    }

    #gnb .depth1 {
        font-size: 1.7rem;
    }

    #sitemap h3::before {
        display: none;
    }

}

@media screen and (max-width:1439px) {

    .section.fp-section,
    .fp-tableCell {
        height: auto !important;
    }


    #fp-nav.left {
        display: none !important;
    }

    .intro_sec .tit_wr {
        height: auto;
        padding: 130px 0;
        position: static;
    }

    .intro_sec .bg>div {
        position: static;
    }

    .intro .bg,
    .clinic_wr .c_point {
        display: none !important;
    }

    .clinic_wr {
        opacity: 1;
        height: auto;
    }

    .clinic_wr ul {
        flex-wrap: wrap;
        height: auto;
    }


    .clinic_wr ul li {
        width: 50%;
        height: auto;
        min-height: 40rem;
        display: block;
        text-align: left;
        padding: 8rem 6rem;
        position: relative;
        z-index: 3;
        background: no-repeat center center/cover;
    }

    .clinic_wr ul li::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.5s;
        background-color: #1653A2;
        z-index: -1;
        mix-blend-mode: overlay;
    }

    .clinic_wr ul li:hover::before {
        opacity: 1;
    }

    .clinic_wr .bot {
        height: auto;
        text-align: left;
        margin-top: 3rem;
        opacity: 1;
        padding-top: 0;
    }

    .clinic_wr .bot::before {
        display: none;
    }


    .clinic_wr .more_view {
        opacity: 1;
        margin-top: 3rem;
        background: rgba(255, 255, 255, 0.12);
    }

    .clinic_wr .more_view span {
        transform: translateX(94px);
    }

    .clinic_wr .more_view:hover span {
        -webkit-transform: none;
        transform: none;
    }

    .clinic_wr .more_view p {
        opacity: 1;
        left: 15px;
    }

    .clinic_wr ul li:first-of-type {
        background-image: url('../../../img/mobile/main/main_sec02_bg01.jpg');
    }

    .clinic_wr ul li:nth-of-type(2) {
        background-image: url('../../../img/mobile/main/main_sec02_bg02.jpg');
    }

    .clinic_wr ul li:nth-of-type(3) {
        background-image: url('../../../img/mobile/main/main_sec02_bg03.jpg');
    }

    .clinic_wr ul li:nth-of-type(4) {
        background-image: url('../../../img/mobile/main/main_sec02_bg04.jpg');
    }

    .equipment {
        padding: 13rem 0;
    }


    .doc_sec {
        padding: 13rem 0 13rem 5rem;
    }

    .doc_sec .left {
        padding-right: 3rem;
    }

    .section.news {
        padding: 13rem 0;
    }

    .section.video {
        padding: 13rem 3rem;
    }

    .fp_cont .addr_sec {
        padding: 13rem 0 0;
    }

    .addr_sec {
        padding: 13rem 0 0;
        display: block;
    }

    .addr_sec>div {
        width: 100%;
    }

    .address .left {
        padding: 0 6rem 9rem;
    }

    .address .left .main_ttl_row {
        text-align: center;
    }

    .main_ttl_row .add_info2 {
        justify-content: center;
    }

    .add_link {
        margin: 2.5rem auto 7em;
    }

    .call_list {
        display: flex;
        justify-content: center;
        gap: 3rem;
    }

    .call_list li+li {
        margin: 0;
    }

    .address .right>div {
        height: auto;
    }

    .fp_cont .address .right>div {
        height: auto;
    }

    .address .bot {
        padding: 10rem 5rem 7rem;
    }

    .address .ad_ttl {
        text-align: center;
        margin-bottom: 4rem;
    }

    .address .ctt_list {
        gap: 4rem;
        margin: 0 auto;
        justify-content: center;
    }

    .address .bot .att_txt {
        text-align: center;
        margin-top: 1.2rem;
    }


}

@media screen and (max-width:1280px) {

    #hd {
        padding: 0 3rem;
        justify-content: space-between;
    }

    #hd .mid,
    #gnb {
        display: none;
    }

    #hd .right ul {
        display: none;
    }

    #hd .left {
        width: auto;
        border: none;
    }

    #hd .right {
        width: auto;
        border: none;
    }

    #hd .right button {
        width: 2.3rem;
        height: 2.3rem;
        background-size: cover;
    }


    /* 팝업 모바일버전에서 겹치게 */
    .hd_pops {
        left: 10px !important;
        transition: .5s;
    }
    #hd_pops_7 {
        z-index: 9004;
    }
    #hd_pops_4 {
        z-index: 9003;
    }
    #hd_pops_5 {
        z-index: 9002;
    }
    #hd_pops_6 {
        z-index: 9001;
    }

}



@media screen and (max-width:768px) {

	/*팝업*/
	.hd_pops {
		position: absolute;
		/* border: 1px solid #e9e9e9;
		background: #fff; */
		max-width: 44.5vh !important; 
		height:auto;
	}
	.hd_pops img {
        width: 100%;
		max-width: 44.2vh !important; 
	}

    .hd_pops {
		width: 80vw;
	}
	.hd_pops_con {
		width: 100% !important;
	}

	.hd_pops .hd_pops_con {height:auto;}

    .main_ttl_row .ytb_ico {
        width: 11.1vw;
        height: 11.1vw;
    }


    .only_m {
        display: block;
    }

    .only_w {
        display: none !important;
    }

    .inner {
        width: calc(100% - 13.89vw);
    }

    .disc {
        font-size: 3.89vw;
        line-height: 1.6;
    }

    /* 30pt */

    #hd {
        height: 16.67vw;
        padding: 0 6.94vw;
    }

    #hd .logo a {
        width: 40.00vw;
        height: 9.17vw;
        background-image: url('../../../img/mobile/common/logo_wh.png');
    }


    #hd.wh .logo a,
    #hd.fix .logo a {
        background-image: url('../../../img/mobile/common/logo.png');
    }

    #hd .right button {
        width: 6.25vw;
        height: 6.25vw;
        background-image: url('../../../img/mobile/common/ham_btn.png');
    }


    #hd.fix .right button {
        background-image: url('../../../img/mobile/common/ham_btn_bk.png');
    }

    #hd.wh .right button {
        background-image: url('../../../img/mobile/common/ham_btn_bk.png');
    }

    .vis_slide .swiper-slide {
        text-align: left;
    }

    .visual_sec .txtbox .ttg {
        font-size: 3.47vw;
        margin-bottom: 2.78vw;
    }

    .visual_sec .txtbox h2 {
        font-size: 9.03vw;
    }

    .visual_sec .txtbox h2+h2 {
        margin-bottom: 1.39vw;
    }

    .vis_slide .txtbox .disc {
        font-size: 4.17vw;
    }

    .visual_sec .control_box {
        bottom: 16.67vw;
    }

    .visual_sec .vis_pagination {
        margin: 0 11.81vw;
        gap: 2.08vw;
    }

    .visual_sec .control_box button {
        width: 2.08vw;
        height: 3.75vw;
        flex: 0 0 auto;
        background-image: url('../../../img/mobile/main/arrow_15x27.png');
    }

    .visual_sec .vis_pagination .swiper-pagination-bullet {
        width: 2.08vw;
        height: 2.08vw;
        opacity: 1;
        border-radius: 2.08vw;
    }

    .visual_sec .vis_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 6.94vw;
    }

    .visual_sec .swiper-slide .slide_bg.bg01 {
        background-image: url('../../../img/mobile/main/mv_bk01.jpg') !important;
    }

    .visual_sec .swiper-slide .slide_bg.bg04 {
        background-image: url('../../../img/mobile/main/mv_bk02.jpg') !important;
    }

    .visual_sec .swiper-slide .slide_bg.bg05 {
        background-image: url('../../../img/mobile/main/mv_bk03.jpg') !important;
    }

    .visual_sec .scr_down {
        display: none;
    }

    .main_ttl_row .tag {
        font-size: 3.61vw;
        margin-bottom: 2.08vw;
    }

    .main_ttl_row h2 {
        font-size: 7.64vw;
    }

    .intro_sec .tit_wr {
        padding: 40.14vw 0 32.92vw;
    }

    .intro_sec .bg_txt {
        font-size: 13.89vw;
        top: 14.58vw;
        left: 27.78vw;
    }

    .section.on .intro_sec .bg_txt {
        left: 6.94vw;
    }

    .intro_sec .main_ttl_row .tag {
        margin-bottom: 4.17vw;
    }

    .scr_ani {
        margin-top: 15.97vw;
        height: 10.17vw;
        gap: 1.78vw 0;
    }

    @keyframes topArrow {
        50% {
            -webkit-transform: translateY(5.17vw);
            transform: translateY(5.17vw);
        }
    }

    .scr_ani span {
        width: 5.69vw;
        height: 3.33vw;
        background-image: url('../../../img/mobile/main/arrow_41x24.png');
    }

    .clinic_wr ul {
        display: block;
    }

    .clinic_wr ul li {
        width: 100%;
        min-height: 63.19vw;
        padding: 10.69vw 6.94vw;
    }

    .clinic_wr .ttg {
        font-size: 3.61vw;
        margin-bottom: 1.39vw;
    }

    .clinic_wr .subject {
        font-size: 5.56vw;
    }

    .clinic_wr .bot {
        margin-top: 3.19vw;
    }

    .clinic_wr .bot p {
        font-size: 3.89vw;
    }

    .clinic_wr .more_view {
        width: 8.33vw;
        height: 8.33vw;
        margin-top: 6.94vw;
    }

    .clinic_wr .more_view span {
        width: 2.50vw;
        height: 2.22vw;
        transform: translateX(23.94vw);
        background-image: url('../../../img/mobile/main/arrow18x16.png');
    }

    .clinic_wr .more_view p {
        left: 4.86vw;
    }

    .equipment {
        padding: 18.06vw 0;
    }

    .equ_pagination {
        flex-wrap: wrap;
        margin: 8.33vw 0;
    }

    .equ_pagination .swiper-pagination-bullet {
        width: calc(50% - 1.39vw);
        height: 9.72vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4.86vw;
        margin: 0 !important;
    }

    .equ_pagination .swiper-pagination-bullet span {
        font-size: 4.86vw;
    }

    .equ_slide .swiper-slide {
        display: block;
        border-radius: 4.17vw;
    }

    .equ_slide .swiper-slide .img_wr {
        border-radius: 4.17vw;
        border: solid 1px #1653A2;
    }

    .equ_slide .swiper-slide>div {
        width: 100%;
    }

    .equ_slide .txt_wr {
        padding: 11.11vw 3.75vw 9.86vw 6.53vw;
    }

    .equ_slide .txt_wr .name_bk {
        font-size: 6.94vw;
        left: 6.53vw;
        top: 6.25vw;
    }

    .equ_slide .txt_wr .subject {
        font-size: 5.56vw;
        margin-bottom: 1.25vw;
    }

    .equ_slide .txt_wr .stl {
        font-size: 4.17vw;
        margin-bottom: 3.89vw;
    }

    .equ_slide .txt_wr .disc br {
        display: none;
    }

    .doc_sec {
        height: auto;
        display: block;
        position: relative;
        padding: 18.06vw 0 40.28vw;
    }

    .doc_sec .left {
        width: 100%;
        padding: 0;
    }

    .doc_sec .right {
        width: 100%;
    }

    .doc_sec .main_ttl_row {
        text-align: center;
        padding-bottom: 8.33vw;
    }

    .doc_sec .main_ttl_row .disc {
        display: none;
    }

    .doc_slide .swiper-slide {
        padding: 0 6.94vw;

    }

    .doc_slide .doc-pagination {
        display: none;
    }

    .doc_sec .doc_slide_paing {
        margin: 0;
        position: absolute;
        bottom: 18.06vw;
        left: 50%;
        gap: 3.75vw;
        transform: translateX(-50%);
    }

    .doc-counting {
        display: none;
    }

    .doc_slide_paing button {
        width: 13.75vw;
        height: 13.89vw;
    }

    .doc_sec .info {
        width: calc(100% - 13.88vw);
        margin-left: 6.94vw;
        padding: 6.94vw 8.19vw;
        background-image: url('../../../img/mobile/main/main_sec03_dim.png');
    }


    .doc_sec .info .ctgr {
        display: inline-flex;
        font-size: 4.17vw;
        margin-bottom: 1rem;
    }

    .doc_sec .info .ctgr span+span::before {
        font-size: 4.17vw;
    }

    .doc_sec .info .subject {
        font-size: 6.25vw;
        display: inline-block;
        margin-left: 2.78vw;
    }

    .doc_sec .info ul {
        margin-top: 4.17vw;
        padding-top: 4.17vw;
    }

    .doc_sec .info ul::before {
        width: 9.72vw;
    }

    .doc_sec .info ul li {
        font-size: 3.61vw;
        padding-left: 1.81vw;
        line-height: 1.61;
    }

    .doc_sec .info ul li::before {
        font-size: 3.61vw;
        line-height: 1.61;
        top: 0;
        transform: none;
    }

    .section.news {
        padding: 18.06vw 0 11.11vw;
        background-image: url('../../../img/mobile/main/main_sec05_bg.jpg');
    }

    .news_slide_wr {
        padding-left: 6.94vw;
        margin-top: 9.72vw;
    }

    .news_slide .txtbox {
        margin-top: 5.42vw;
    }

    .news_slide .txtbox .subject {
        font-size: 4.86vw;
        margin-bottom: 2.64vw;
    }

    .news_slide .txtbox .date {
        font-size: 3.47vw;
        margin-top: 2.78vw;
    }

    .more_view {
        width: 8.33vw;
        height: 8.33vw;
    }

    .news_sec .more_view span {
        width: 2.50vw;
        height: 2.22vw;
        background-image: url('../../../img/mobile/main/arrow_18x16_wh.png');
    }

    .news_sec .more_view span {
        width: 2.50vw;
        height: 2.22vw;
        transform: translateX(0);
        background-image: url('../../../img/mobile/main/arrow18x16.png');
    }

    .news_sec .more_view:hover span {
        transform: translateX(23.94vw);
    }

    .news_sec .more_view p {
        font-size: 3vw;
        left: 4.86vw;
    }

    .section.video {
        padding: 18.11vw 0 18.06vw;
        background-image: url('../../../img/mobile/main/main_sec06_bg.jpg');
    }

    .vid_wr {
        display: block;
        padding: 0;
        border-radius: 0 0 2.78vw 2.78vw;
        margin-top: 8.33vw;
    }

    .vid_wr .main_view {
        width: 100%;
        margin-bottom: 5.97vw;
    }

    .vid_wr .thumb_list {
        width: 100%;
        max-height: none;
        padding: 0 0 0 4.72vw;

    }

    .vid_wr .thumb_list ul {
        display: flex;
        column-gap: 2.78vw;
        margin-bottom: 6.94vw;
        overflow-x: auto;
    }

    .vid_wr .thumb_list ul li {
        padding-bottom: 4.17vw;
    }

    .vid_wr .thumb_list .thumb {
        width: 36.11vw;
        padding-top: 20.28vw;
    }

    .vid_wr .thumb_list::-webkit-scrollbar {
        width: 2px;
    }

    .vid_wr .thumb_list::-webkit-scrollbar-thumb {
        border: none;
    }

    .vid_wr .thumb_list .info_wr {
        display: none;
    }

    .vid_wr .thumb_list ul li+li {
        padding-top: 0;
        border: none;
    }

    .fp_cont .addr_sec {
        padding: 18.06vw 0 0;
    }

    .addr_sec {
        padding: 18.06vw 0 0;
    }

    .addr_sec>div {
        width: 100%;
    }

    [class*='con010'] .addr_sec {
        border-top: solid 1px #eee;
        margin-top: 9.03vw;
        padding: 18.06vw 0 0;
    }

    .address .left {
        padding: 0 6.94vw 18.06vw;
    }

    .address .left .main_ttl_row {
        text-align: center;
    }

    .main_ttl_row .add_info {
        font-size: 4.86vw;
        margin-top: 4.17vw;
        margin-bottom: 1.25vw;
    }

    .main_ttl_row .add_info2 {
        font-size: 3.89vw;
        justify-content: center;
    }

    .main_ttl_row .add_info2 span {
        width: 4.17vw;
        height: 4.17vw;
        line-height: 4.17vw;
        font-size: 3.61vw;
        margin: 0 0.56vw;
    }

    .add_link {
        max-width: 40.97vw;
        height: 9.03vw;
        padding: 2.08vw 4.58vw;
        border-radius: 4.72vw;
        border: solid 1px var(--main-color);
        margin: 5.56vw auto 10.00vw;
    }

    .add_link p {
        font-size: 3.89vw;
    }

    .add_link span {
        width: 4.17vw;
        height: 4.17vw;
        background-image: url('../../../img/mobile/common/arrow30x30.png');
    }

    .call_list {
        display: block;
    }

    .call_list li {
        max-width: 100%;
        padding: 5.56vw 7.08vw;
        gap: 8.33vw;
        border-radius: 2.78vw;
    }

    .call_list li+li {
        margin-top: 3.47vw;
    }

    .call_list .ttl {
        font-size: 3.89vw;
    }

    .call_list .numb {
        font-size: 6.25vw;
    }

    .call_list .ico {
        width: 13.89vw;
        height: 13.89vw;
    }


    .address .mov_map {
        width: 12.50vw;
        height: 12.50vw;
    }

    .fp_cont .addr_sec{
        background: url('../../../img/mobile/main/ctt_us_wr_bg.jpg') no-repeat top center/100% auto;
    }

    .address .bot {
        padding: 13.89vw 6.94vw 15.28vw;
        background-image: url('../../../img/mobile/common/ctt_us_bg.jpg');
    }

    .address .ad_ttl {
        font-size: 7.64vw;
        font-weight: 700;
        margin-bottom: 0;
    }

    .address .time_guide_wr{
        padding-top: 0;
    }

    .address .ctt_list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5.56vw;
        margin: 0;
    }
    .address .ctt_top_wr{
display: block;
margin-bottom: 8.33vw;
    }

    .address .ctt_list li {
        display: block;
        width: 100%;
        text-align: center;
    }

    .address .ctt_list .ctt_ttl {
        max-width: 50.00vw;
        font-size: 4.86vw;
        line-height: 8.33vw;
        margin: 0 auto 5.28vw;
        border-radius: 4.03vw;
    }

    .address .bot dl {
        font-size: 4.17vw;
        column-gap: 2.78vw;
        row-gap: 3.47vw;
        max-width: 64.17vw;
        margin: 0 auto;
    }

    .address .bot dl dt {
        width: 20.56vw;
        padding-right: 3.33vw;
    }

    .address .bot dl dd {
        width: calc(100% - 23.34vw);
    }

    .address .bot .att_txt {
        text-align: center;
        font-size: 3.89vw;
        margin-top: 3.33vw;
    }

    .address .bot .att_txt+.att_txt {
        margin-top: 3.33vw;
    }

    .address .ctt_list li+li{
margin: 0;
    }

    #ft {
        position: relative;
    }

    #ft .top {
        border: none;
    }

    #ft .top .inner {
        height: 17.50vw;
    }

    #fnb {
        max-width: 100%;
        white-space: nowrap;
        overflow: auto;
    }

    #fnb::-webkit-scrollbar {
        display: none;
    }

    #fnb ul {
        gap: 2.561vw;
    }

    #fnb ul li a {
        color: #747474;
        font-size: 3.47vw;
    }

    #fnb ul li a b {
        color: #E6E6E6;
        font-weight: 600;
    }

    #ft .bot .inner {
        display: block;
        padding: 1.94vw 0 8.47vw;
    }

    #ft address {
        width: 100%;
    }

    #ft address * {
        font-size: 3.75vw;
    }

    #ft address>div {
        display: block;
        /* column-gap: 4.17vw; */
    }

    #ft address>div span:not(:last-of-type) {
        padding-right: 1.11vw;
    }

    #ft address .copy {
        font-size: 3.06vw;
        margin: 5.42vw 0 6.25vw;
    }

    #ft .ft_logo {
        width: 27.92vw;
        height: 21.11vw;
    }

    .sns_list {
        position: absolute;
        right: 6.94vw;
        bottom: 15.42vw;
    }

    .quick_menu {
        right: 4.72vw;
    }


    .quick_menu li a {
        width: 10.42vw;
        height: 10.42vw;
        border-radius: 5.28vw;
    }

    .quick_menu li a:hover {
        border-radius: 5.28vw 5.28vw 0 5.28vw;
    }

    .top_btn {
        width: 10.42vw;
        height: 10.42vw;
        border-radius: 5.28vw;
    }

    .top_btn:hover {
        border-radius: 5.28vw 5.28vw 0 5.28vw;
    }

    #sitemap .stm_list_wr {
        flex-direction: column;
        padding: 7vw 0;
    }

    #sitemap .stm_list_wr>li {
        width: 100%;
        height: auto;
        display: flex;
    }

    #sitemap .stm_close {
        width: 6.25vw;
        height: 6.25vw;
        background-size: cover;
        top: 4.94vw;
        right: 6.94vw;
    }

    #sitemap h3 {
        font-size: 5.56vw;
        margin-bottom: 2.08vw;
    }

    #sitemap h3::before {
        content: '';
        width: 3px;
        height: 0;
        position: absolute;
        top: 50%;
        left: -4.6rem;
        transform: translateY(-47%);
        transition: all 0.3s;
        background-color: var(--main-color);
    }

    #sitemap .submenu_list a {
        font-size: 3.89vw;
    }

    #sitemap .stm_tem {
        min-height: 0;
        width: 50%;
    }

    #sitemap .stm_tem+.stm_tem {
        margin: 0;
    }

    #sitemap .stm_list_wr>li+li {
        border: none;
        padding-top: 0;
    }

    #sitemap .stm_wr {
        overflow: auto;
    }

    .sns_list {
        gap: 5vw;
    }

    .sns_list li a {
        width: 5.833vw;
        height: 5.833vw;
        background-size: auto 100%;
    }

    .fp_cont .address .bot{
        padding: 4rem 3rem;
    }


}