@charset "utf-8";@font-face{font-family:GmarketSans;font-weight:500;font-display:swap;src:url(../font/GmarketSansMedium.woff2) format("woff2")}:root{--font-Pretendard:"Pretendard Variable",sans-serif;--font-GmarketSans:"GmarketSans";--color-main:#3b318f}*{margin:0;padding:0}nav,ol,ul{list-style:none}img{display:block;max-width:100%}a,a:link{color:#000;text-decoration:none}a.visited,a.visited:visited,a:visited{color:inherit;text-decoration:none}a.visited:hover,a:active,a:hover{color:inherit;text-decoration:none}a:focus{text-decoration:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%}body,html{font-size:20px;font-family:var(--font-Pretendard);letter-spacing:-.038rem;line-height:1.5;word-break:keep-all;word-wrap:break-word;color:#000;touch-action:auto;overscroll-behavior:auto;text-size-adjust:100%;overflow-x:hidden;scroll-behavior:smooth}.line-br{display:block}.blind{width:1px;height:1px;overflow:hidden;position:absolute;top:50%;left:50%;display:block;text-indent:-9999em;font-size:0px;line-height:0;z-index:-1}.cinner{max-width:1400px;padding:0 100px;box-sizing:border-box;margin:0 auto}@media all and (max-width:1399px){.cinner{max-width:100%;padding:0;margin:0 20px}}@media all and (max-width:1024px){body,html{font-size:18px}}@media all and (max-width:768px){body,html{font-size:16px}.cinner{margin:0 15px}}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-thumb{background-color:var(--color-main)}body::-webkit-scrollbar-track{background-color:#f9f9f9}#header{width:100%;height:100px;background:#fff;position:fixed;top:0;left:0;z-index:999}#header.scrolled{box-shadow:0 4px 6px rgba(0,0,0,.05)}#header .cinner{display:flex;justify-content:space-between;align-items:center;height:100%;max-width:1920px}#header .header__logo a{display:block;max-width:402px}#header .header__nav .menu-list{display:flex;gap:0 50px}#header .header__nav .menu-list>li{padding-top:12px;position:relative;cursor:pointer}#header .header__nav .menu-list>li::before{content:"";display:block;width:7px;height:7px;border-radius:50%;background:var(--color-main);position:absolute;top:0;left:0;right:0;margin:auto;opacity:0;transition:.35s}#header .header__nav .menu-list>li:hover::before{opacity:1}#header .header__nav .menu-list>li>a.menu-list__link{color:inherit;text-decoration:none}#header .nav__btn{display:none;position:relative;z-index:999}#header .nav__btn>.menu-btn{display:flex;align-items:center;width:30px;height:22px;position:relative;margin:0;border:none;padding:0;background:0 0;cursor:pointer;font:inherit;color:inherit}#header .nav__btn>.menu-btn::after,#header .nav__btn>.menu-btn::before{content:"";display:block;width:100%;height:4px;background:#000;position:absolute;left:0;right:0;margin:auto}#header .nav__btn>.menu-btn::before{top:0}#header .nav__btn>.menu-btn::after{bottom:0}#header .nav__btn>.menu-btn>span{display:block;width:100%;height:4px;background:#000}.header__logo{display:flex;gap:15px;align-items:stretch}#header a.network_wrap{cursor:pointer;border-radius:10px;background:#3b318f;color:#fff;display:flex;align-items:center;gap:8px;font-size:14px;padding:5px 10px;flex-shrink:0}.network_wrap img{width:1em}aside{position:fixed;bottom:5vw;right:2vw;z-index:99;max-width:20vw;display:none}@media all and (max-width:1199px){#header .header__logo a img{max-width:90%}#header .header__nav .menu-list{gap:0 30px}}@media all and (max-width:1024px){#header{height:80px}#header .nav__btn{display:block}#header .header__nav{max-width:300px;width:100%;height:100%;padding-top:100px;background:var(--color-main);position:fixed;top:0;right:0;z-index:998;box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateX(100%);opacity:0;visibility:hidden;transition:transform .3s ease-in-out,opacity .3s ease-in-out,visibility .3s}#header .header__nav.active{transform:translateX(0);opacity:1;visibility:visible;box-shadow:-5px 0 11px 0 rgba(0,0,0,.3);-webkit-box-shadow:-5px 0 11px 0 rgba(0,0,0,.3);-moz-box-shadow:-5px 0 11px 0 rgba(0,0,0,.3)}#header .header__nav .menu-list{flex-direction:column;gap:20px}#header .header__nav .menu-list>li{color:#fff;font-family:var(--font-GmarketSans);font-size:20px;text-align:center}#header .header__nav .menu-list>li:hover{text-decoration:underline;text-underline-offset:8px}#header .header__nav .menu-list>li::before{display:none}#header .nav__btn>.menu-btn.active>span{display:none}#header .nav__btn>.menu-btn.active::after,#header .nav__btn>.menu-btn.active::before{top:0;bottom:0}#header .nav__btn>.menu-btn.active::before{background:#fff;transform:rotate(45deg)}#header .nav__btn>.menu-btn.active::after{background:#fff;transform:rotate(-45deg)}}@media all and (max-width:768px){#header a.network_wrap{display:none}aside{display:block}}#footer{padding:50px 0 70px;background:#333}#footer .cinner{display:flex;flex-direction:column;align-items:center}#footer .footer__logo{max-width:402px;margin-bottom:55px}#footer .footer__links{display:flex;justify-content:center;gap:0 20px;margin-bottom:26px}#footer .footer__links>li{cursor:pointer}#footer .footer__links>li:hover>*{text-decoration:underline;text-underline-offset:6px}#footer .footer__links>li>span{color:#fff}#footer .footer__links>li>span.privacy{font-weight:600}#footer .footer__info{margin-bottom:48px}#footer .footer__info>ul{display:flex;justify-content:center;gap:0 40px}#footer .footer__info>ul:first-child{margin-bottom:12px}#footer .footer__info>ul>li{color:#fff;text-align:center}#footer .footer__info>li>span{font-weight:600}#footer .footer__copy>p{color:rgba(255,255,255,.5);font-size:16px;text-align:center}@media all and (max-width:1024px){#footer .footer__logo{margin-bottom:35px}#footer .footer__links{margin-bottom:20px}#footer .footer__info{margin-bottom:30px}#footer .footer__info>ul:first-child{margin-bottom:5px}}@media all and (max-width:768px){#footer{padding:40px 0 50px}#footer .footer__logo>img{max-width:85%;margin:0 auto}#footer .footer__info>ul{gap:0 20px}}@media all and (max-width:640px){#footer .footer__logo>img{max-width:75%}#footer .footer__info>ul{flex-wrap:wrap;gap:5px 10px}#footer .footer__links>li>span{font-size:15px}#footer .footer__info>ul>li{font-size:15px}#footer .footer__copy>p{font-size:15px}}.fix-btns{position:fixed;top:50%;right:-100px;transform:translateY(-50%);z-index:998;transition:right .3s ease-in-out}.fix-btns.active{right:20px}.fix-toggle{width:30px;height:50px;border:none;border-radius:10px 0 0 10px;background:var(--color-main);color:#fff;position:absolute;left:-30px;top:50%;transform:translateY(-50%);transition:background .3s;cursor:pointer}.fix-toggle:hover{background:#1f1956}.fix-toggle::before{content:"";display:block;width:0;height:0;border-style:solid;border-width:8px 13.856px 8px 0;border-color:transparent #fff transparent transparent;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.fix-btns.active .fix-toggle::before{border-width:8px 0 8px 13.856px;border-color:transparent transparent transparent #fff}.fix-btns ul{width:100px;border-radius:15px;overflow:hidden}.fix-btns ul>li{display:flex;justify-content:center;align-items:center;padding:16px 0;background:#fff;position:relative}.fix-btns ul>li:not(:last-child)::after{content:"";display:block;width:80%;height:1px;background:#e8e8e8;position:absolute;bottom:0;left:0;right:0;margin:auto}.fix-btns ul>li:last-child{background:var(--color-main)}.fix-btns ul>li>a{display:block}.fix-btns ul>li>a>.ico{width:40px;margin:0 auto 10px}.fix-btns ul>li>a>.txt{font-size:16px;font-weight:500;text-align:center}.fix-btns ul>li>button{display:flex;flex-direction:column;align-items:center;margin:0 auto;position:relative;border:0;background:0 0;color:#fff;font-size:16px;font-weight:700;cursor:pointer}.fix-btns ul>li>button::before{content:"";display:block;width:22px;height:22px;border-left:3px solid #fff;border-top:3px solid #fff;transform:rotate(45deg);position:relative;top:7px}@media all and (max-width:1024px){.fix-btns{right:-80px}.fix-btns.active{right:5px}.fix-btns ul{width:80px}.fix-btns ul>li>a>.ico{width:34px}.fix-btns ul>li>a>.txt{font-size:14px}.fix-btns ul>li>button{font-size:14px}.fix-btns ul>li>button::before{width:18px;height:18px;top:3px}}.ft-popup-bg{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:999}.ft-popup-wrap{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 40px);max-width:1200px;height:calc(100% - 120px);max-height:850px;z-index:999999;background:#fff}.ft-popup-wrap .top{height:70px;width:100%;background:var(--color-main);text-align:center;position:relative;top:0;left:0}.ft-popup-wrap .top p{line-height:70px;color:#fff;font-size:20px;font-weight:700}.ft-popup-wrap .top span{position:absolute;top:0;right:0;height:100%;width:auto;aspect-ratio:auto 1/1;cursor:pointer}.ft-popup-wrap .top span::after{width:2px;height:50%;content:"";display:block;background:#fff;transform:translate(-50%,-50%) rotate(45deg);top:50%;left:50%;position:absolute}.ft-popup-wrap .top span::before{width:2px;height:50%;content:"";display:block;background:#fff;transform:translate(-50%,-50%) rotate(-45deg);top:50%;left:50%;position:absolute}.ft-popup-wrap #popup-cont{width:calc(100%);height:calc(100% - 120px);padding:40px;box-sizing:border-box;overflow-y:auto}.ft-popup-wrap #popup-cont::-webkit-scrollbar{width:10px}.ft-popup-wrap #popup-cont::-webkit-scrollbar-thumb{background-color:var(--color-main)}.ft-popup-wrap #popup-cont .popup-article-tit{margin:1em 0 .35em;font-size:1em;font-weight:700;line-height:1.4}.ft-popup-wrap #popup-cont::-webkit-scrollbar-track{background-color:#f9f9f9}@media all and (max-width:1024px){.ft-popup-wrap .top{height:50px}.ft-popup-wrap .top p{line-height:50px}}@media all and (max-width:768px){.ft-popup-wrap #popup-cont{height:calc(100% - 80px);padding:20px}}#container{margin-top:100px}.msec .mtit-cont{font-family:var(--font-GmarketSans);text-align:center}.msec .mtit-cont .mtxt{margin-bottom:20px;color:var(--color-main);font-weight:700}.msec .mtit-cont .mtit{font-size:3em;font-weight:300}.msec .mtit-cont .mtit>span{font-weight:500}@media all and (max-width:1399px){.msec .mtit-cont .mtxt{margin-bottom:0}}@media all and (max-width:1024px){#container{margin-top:80px}.msec .mtit-cont{margin-bottom:60px!important}}@media all and (max-width:768px){.msec .mtit-cont .mtit{font-size:2.5em}}@media all and (max-width:640px){.msec .mtit-cont{margin-bottom:30px!important}.msec .mtit-cont .mtxt{font-size:15px}.msec .mtit-cont .mtit{font-size:2em}}#popup_10{z-index:101}#popup_9{z-index:102}#popup_8{z-index:103}#popup_7{z-index:104}#popup_6{z-index:105}#popup_5{z-index:106}#popup_4{z-index:107}#popup_3{z-index:108}#popup_2{z-index:109}#popup_1{z-index:110}#popupwrap.popups{background:rgba(0,0,0,.7);width:100%;height:100%;top:0;left:0;position:fixed;z-index:9999}.popup_wrap{width:90%;max-width:500px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.3);z-index:9999999}.popup_foot{padding:10px;font-size:15px;display:flex;justify-content:space-between}.popup_foot label span{cursor:pointer;display:flex;align-items:center;gap:10px}.popup_close{cursor:pointer}.popup_wrap.introani{animation:introanimation .8s forwards ease}.popups .swiper-container{overflow:hidden;line-height:0}.popups .popup-slide-static{display:block}.popups .popup-slide-static>img,.popups .swiper-slide>a>img{display:block;width:100%;height:auto}.popups .swiper-horizontal>.swiper-pagination-bullets,.popups .swiper-pagination-custom,.popups .swiper-pagination-fraction,.swiper-pagination-bullets.swiper-pagination-horizontal{position:absolute;z-index:2;bottom:80px;top:var(--swiper-pagination-top,auto);left:0;width:100%;text-align:right}.popups .swiper-pagination-bullet{background-color:#fff;opacity:1}.popups .swiper-button-next,.popups .swiper-button-prev{color:#fff;background:rgba(0,0,0,.7);aspect-ratio:2/3;display:block;width:30px;height:auto;display:flex;align-items:center;justify-content:center}.popups .swiper-button-next:after,.popups .swiper-button-prev:after{font-size:25px}.swiper-button-prev{left:0!important}.swiper-button-next{right:0!important}.mvis{position:relative;width:100%;height:100%;overflow:hidden}.mvis>img,.mvis picture>img{width:100%;height:auto}.mvis picture{line-height:0}.mvis .pc-view{display:block}.mvis .mo-view{display:none}@media all and (max-width:1024px){.msec01{height:auto}.mvis .pc-view{display:none}.mvis .mo-view{display:block}}.msec02{position:relative;padding:120px 0 220px;background:url(../img/img-msec02_bg01.webp) center center/cover no-repeat;overflow:hidden}.msec02::after{content:"MODU TOP 365 ORTHOPEDIC CLINIC MODU TOP 365 ORTHOPEDIC CLINIC MODU TOP 365 ORTHOPEDIC CLINIC MODU TOP 365 ORTHOPEDIC CLINIC MODU TOP 365 ORTHOPEDIC CLINIC MODU TOP 365 ORTHOPEDIC CLINIC";display:block;width:max-content;height:100px;color:#f6f6fe;font-family:var(--font-GmarketSans);font-size:5em;font-weight:700;white-space:nowrap;position:absolute;bottom:0;animation:moveTxt1 80s linear infinite;line-height:1.4}@keyframes moveTxt1{from{transform:translateX(0)}to{transform:translateX(-100%)}}.msec02 .mtit-cont{margin-bottom:120px}.msec02 .mspecial>ul>li{display:flex;justify-content:space-between;align-items:center}.msec02 .mspecial>ul>li:not(:last-child){margin-bottom:50px}.msec02 .mspecial>ul>li>.txt-cont{max-width:696px;width:58%;padding-left:55px;border-left:5px solid var(--color-main);box-sizing:border-box}.msec02 .mspecial>ul>li>.txt-cont>.title{margin-bottom:30px;padding-left:62px;position:relative}.msec02 .mspecial>ul>li>.txt-cont>.title::before{content:"";display:block;width:42px;height:42px;background:url(../img/img-tit_icon.png) center center/cover no-repeat;position:absolute;top:0;bottom:0;left:0}.msec02 .mspecial>ul>li>.txt-cont>.title>span{display:block}.msec02 .mspecial>ul>li>.txt-cont>.title>.num{color:var(--color-main);font-family:var(--font-GmarketSans);font-size:.9em;font-weight:700;letter-spacing:0}.msec02 .mspecial>ul>li>.txt-cont>.title>.tit{font-family:var(--font-GmarketSans);font-size:1.5em;font-weight:500}.msec02 .mspecial>ul>li>.txt-cont>.txt{color:#8d8d8d;font-size:.9em}.msec02 .mspecial>ul>li>.img-cont{max-width:420px;width:35%;box-shadow:20px 20px 0 0 #e9e6ff;-webkit-box-shadow:20px 20px 0 0 #e9e6ff;-moz-box-shadow:20px 20px 0 0 #e9e6ff}.msec02 .mspecial>ul>li:nth-child(2)>.txt-cont{order:2}.msec02 .mspecial>ul>li:nth-child(2)>.img-cont{order:1}@media all and (max-width:1399px){.msec02 .mtit-cont{margin-bottom:80px}}@media all and (max-width:1199px){.msec02 .mspecial>ul>li>.txt-cont{width:53%;padding-left:30px}.msec02 .mspecial>ul>li>.img-cont{width:40%}.msec02 .mspecial>ul>li>.txt-cont>.title{margin-bottom:20px}.msec02 .mspecial>ul>li>.txt-cont>.txt>.line-br{display:inline}}@media all and (max-width:1024px){.msec02 .mspecial>ul>li>.txt-cont>.title{margin-bottom:10px}.msec02 .mspecial>ul>li>.txt-cont>.txt{font-size:1em}}@media all and (max-width:768px){.msec02{padding:80px 0 172px}.msec02 .mspecial>ul>li>.img-cont{box-shadow:15px 15px 0 0 #e9e6ff;-webkit-box-shadow:15px 15px 0 0 #e9e6ff;-moz-box-shadow:15px 15px 0 0 #e9e6ff}}@media all and (max-width:640px){.msec02 .mspecial>ul{max-width:500px;margin:0 auto}.msec02 .mspecial>ul>li{flex-direction:column;gap:40px 0}.msec02 .mspecial>ul>li>.txt-cont{order:2;width:100%;padding-left:20px}.msec02 .mspecial>ul>li>.img-cont{order:1;max-width:none;width:100%}}.msec03{padding:120px 0 0;background:#f9f9f9}.msec03 .mtit-cont{margin-bottom:56px}.msec03 .mdoctor{max-width:1400px;margin:0 auto;position:relative}.msec03 .mdoctor .mdoctor-swiper .swiper-slide{display:flex;justify-content:center;align-items:center;gap:40px}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .img-cont{width:29%;position:relative;align-self:end}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .img-cont::before{content:"";display:block;width:251px;height:258px;background:url(../img/img-msec03_bg.png) center center/cover no-repeat;position:absolute;top:21%;left:-43px;z-index:-1}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .txt-cont{max-width:800px;width:58%;padding-bottom:50px}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .txt-cont .title{margin-bottom:50px}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .txt-cont .title .txt{margin-bottom:5px;color:var(--color-main);font-size:1.1em;font-weight:700}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .txt-cont .title .tit{color:#797979;font-family:var(--font-GmarketSans);font-size:1.25em;font-weight:500}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .txt-cont .title .tit span{color:#000;font-size:1.6em;font-weight:700}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .txt-cont .info{display:flex;flex-wrap:wrap;justify-content:space-between;gap:7px 0;padding:44px 0 0;border-top:1px solid #d9d9d9;box-sizing:border-box}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .txt-cont .info>li{width:49%;position:relative;padding-left:8px;box-sizing:border-box;color:#878787;font-size:16px}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .txt-cont .info>li::before{content:"";display:block;width:2px;height:2px;border-radius:50%;background:#878787;position:absolute;top:11px;left:0}.msec03 .mdoctor .swiper-ctrls .data-nav>button{width:64px;height:64px;border:0;background:0 0;position:absolute;top:0;bottom:0;margin:auto;z-index:10;cursor:pointer}.msec03 .mdoctor .swiper-ctrls .data-nav>button:hover{border-color:rgba(0,0,0,.5)}.msec03 .mdoctor .swiper-ctrls .data-nav>button:before{content:"";display:block;border:4px solid var(--color-main);border-right:0;border-top:0;box-sizing:border-box;width:44px;height:44px;position:absolute;top:0;bottom:0;left:0;right:0}.msec03 .mdoctor .swiper-ctrls .data-nav>button.swiper-button-disabled{opacity:.2}.msec03 .mdoctor .swiper-ctrls .data-nav>.btn-prev{left:-46px}.msec03 .mdoctor .swiper-ctrls .data-nav>.btn-next{right:-44px}.msec03 .mdoctor .swiper-ctrls .data-nav>.btn-prev:before{transform:rotate(45deg);margin:10px 0 0 22px}.msec03 .mdoctor .swiper-ctrls .data-nav>.btn-next:before{transform:rotate(225deg);margin:10px 0 0 0}@media all and (max-width:1499px){.msec03 .mdoctor .swiper-ctrls .data-nav>.btn-prev{left:0}.msec03 .mdoctor .swiper-ctrls .data-nav>.btn-next{right:0}}@media all and (max-width:1199px){.msec03 .mdoctor .mdoctor-swiper .swiper-slide .txt-cont .title{margin-bottom:20px}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .txt-cont .info{padding:30px 0}}@media all and (max-width:1024px){.msec03 .mdoctor .mdoctor-swiper .swiper-slide{flex-direction:column;gap:30px 0}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .img-cont{max-width:320px;width:100%;align-self:center}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .txt-cont{width:90%}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .txt-cont .title{text-align:center}.msec03 .mdoctor .swiper-ctrls .data-nav>button{top:26%;bottom:auto}.msec03 .mdoctor .swiper-ctrls .data-nav>.btn-prev{left:50px}.msec03 .mdoctor .swiper-ctrls .data-nav>.btn-next{right:50px}}@media all and (max-width:768px){.msec03{padding:80px 0 0}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .txt-cont{width:80%}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .txt-cont .info{padding:20px 0}.msec03 .mdoctor .swiper-ctrls .data-nav>.btn-prev{left:0}.msec03 .mdoctor .swiper-ctrls .data-nav>.btn-next{right:0}}@media all and (max-width:640px){.msec03 .mdoctor .mdoctor-swiper .swiper-slide .img-cont{max-width:280px}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .txt-cont .info{padding:20px 10px 50px}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .txt-cont .info>li{width:100%}.msec03 .mdoctor .swiper-ctrls .data-nav>button{width:54px;height:54px;top:40%}.msec03 .mdoctor .swiper-ctrls .data-nav>button:before{width:36px;height:36px}}@media all and (max-width:480px){.msec03 .mdoctor .mdoctor-swiper .swiper-slide .img-cont::before{width:180px;height:186px;top:17%;left:-11px}.msec03 .mdoctor .swiper-ctrls .data-nav>button{width:48px;height:48px}.msec03 .mdoctor .swiper-ctrls .data-nav>button:before{width:30px;height:30px}.msec03 .mdoctor .swiper-ctrls .data-nav>.btn-prev{left:17px}.msec03 .mdoctor .swiper-ctrls .data-nav>.btn-next{right:22px}}.msec04{margin-bottom:120px}.msec04 .mtit-cont{margin-bottom:68px}.msec04 .mtit-cont .mtit,.msec04 .mtit-cont .mtxt{color:#fff}.msec04 .mclinic-top{padding:100px 0 120px;background:var(--color-main) url(../img/img-msec04_bg.webp) center center/cover no-repeat}.msec04 .mclinic-top .clinic-list{display:flex;gap:0 64px}.msec04 .mclinic-top .clinic-list>li>.img-cont{margin-bottom:20px;border-radius:50%;background:#dbd9ef}.msec04 .mclinic-top .clinic-list>li>.img-cont>img{animation:icoMoving 1.5s infinite ease-in-out}.msec04 .mclinic-top .clinic-list>li>.txt-cont{font-family:var(--font-GmarketSans);text-align:center}.msec04 .mclinic-top .clinic-list>li>.txt-cont>.num{color:#aaa4e9;font-size:14px;font-weight:700}.msec04 .mclinic-top .clinic-list>li>.txt-cont>.tit{color:#fff;font-size:1.2em;font-weight:500}@keyframes icoMoving{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}.msec04 .mclinic-bot .tabs{background:#25204e}.msec04 .mclinic-bot .tabs ul{display:flex;gap:0 5px;padding:20px 0 0}.msec04 .mclinic-bot .tabs ul>li{width:20%}.msec04 .mclinic-bot .tabs ul>li>span{display:block;width:100%;padding:24px 0;border-top-left-radius:20px;border-top-right-radius:20px;background:var(--color-main);color:#fff;font-family:var(--font-GmarketSans);font-size:1.1em;font-weight:500;text-align:center;line-height:1;transition:.15s;cursor:pointer}.msec04 .mclinic-bot .tabs ul>li>span.active{background:#fff;color:var(--color-main)}.msec04 .mclinic-bot .tab-container{padding:100px 0 0}.msec04 .mclinic-bot .tab-content{display:none;justify-content:space-between;align-items:center}.msec04 .mclinic-bot .tab-content.active{display:flex}.msec04 .mclinic-bot .tab-content .txt-cont .tit{margin-bottom:20px;padding-left:47px;font-family:var(--font-GmarketSans);font-size:2em;font-weight:700;position:relative}.msec04 .mclinic-bot .tab-content .txt-cont .tit::before{content:"";display:block;width:42px;height:42px;background:url(../img/img-tit_icon.png) center center/cover no-repeat;position:absolute;top:6px;left:0}.msec04 .mclinic-bot .tab-content .txt-cont .txt{margin-bottom:40px;color:#898989;font-size:.9em}.msec04 .mclinic-bot .tab-content .txt-cont .list>p{margin-bottom:15px;color:var(--color-main);font-size:1.1em;font-weight:600}.msec04 .mclinic-bot .tab-content .txt-cont .list>ul{display:flex;flex-wrap:wrap;gap:15px 0;max-width:340px}.msec04 .mclinic-bot .tab-content .txt-cont .list>ul>li{width:50%;position:relative;color:#898989;font-size:.9em}.msec04 .mclinic-bot .tab-content .txt-cont .list>ul>li::before{content:"";display:inline-block;width:23px;height:20px;margin-right:3px;background:url(../img/img-msec04_ico06.png) center center/cover no-repeat}.msec04 .mclinic-bot .tab-content .img-cont{max-width:600px;width:50%;border-radius:20px;overflow:hidden}@media all and (max-width:1399px){.msec04 .mclinic-top .clinic-list{gap:0 50px}}@media all and (max-width:1199px){.msec04 .mclinic-top .clinic-list{gap:0 30px}.msec04 .mclinic-bot .tab-content .txt-cont .tit::before{width:38px;height:38px}}@media all and (max-width:1024px){.msec04 .mclinic-top .clinic-list{flex-wrap:wrap;justify-content:center;gap:30px;max-width:90%;margin:0 auto}.msec04 .mclinic-top .clinic-list>li{width:calc(33.333% - 20px)}.msec04 .mclinic-bot .tabs ul>li>span{padding:20px 0;font-size:17px}.msec04 .mclinic-bot .tab-container{padding:80px 0 0}.msec04 .mclinic-bot .tab-content{flex-direction:column;gap:30px 0}.msec04 .mclinic-bot .tab-content .img-cont{order:1;max-width:670px;width:100%}.msec04 .mclinic-bot .tab-content .txt-cont{order:2;max-width:670px;width:100%}.msec04 .mclinic-bot .tab-content .txt-cont .tit{margin-bottom:10px}.msec04 .mclinic-bot .tab-content .txt-cont .txt{margin-bottom:20px}.msec04 .mclinic-bot .tab-content .txt-cont .txt>.line-br{display:inline}.msec04 .mclinic-bot .tab-content .txt-cont .list>p{margin-bottom:10px}.msec04 .mclinic-bot .tab-content .txt-cont .list>ul{max-width:100%;gap:5px 0}.msec04 .mclinic-bot .tab-content .txt-cont .list>ul>li{width:33.333%}}@media all and (max-width:768px){.msec04 .mclinic-top{padding:80px 0}.msec04 .mclinic-top .clinic-list{gap:20px}.msec04 .mclinic-top .clinic-list>li{width:calc(33.333% - 14px)}.msec04 .mclinic-bot .tabs ul{flex-wrap:wrap;gap:5px;padding:20px 0}.msec04 .mclinic-bot .tabs ul>li{width:calc(50% - 3px);padding:0}.msec04 .mclinic-bot .tabs ul>li:last-child{width:100%}.msec04 .mclinic-bot .tabs ul>li>span{border-radius:0}.msec04 .mclinic-bot .tabs ul>li>span.active{border-radius:10px}.msec04 .mclinic-bot .tab-content .txt-cont .txt{font-size:16px}.msec04 .mclinic-bot .tab-content .txt-cont .list>p{font-size:18px}.msec04 .mclinic-bot .tab-content .txt-cont .list>ul>li{font-size:16px}.msec04 .mclinic-bot .tab-content .txt-cont .tit{padding-left:37px}.msec04 .mclinic-bot .tab-content .txt-cont .tit::before{width:32px;height:32px}}@media all and (max-width:640px){.msec04 .mclinic-top .clinic-list{max-width:100%}.msec04 .mclinic-bot .tabs ul>li>a{padding:16px 0;font-size:16px}.msec04 .mclinic-bot .tab-container{padding:50px 0 0}.msec04 .mclinic-bot .tab-content .txt-cont .list>ul>li{width:50%}.msec04 .mclinic-bot .tab-content .img-cont{border-radius:10px}}@media all and (max-width:480px){.msec04 .mclinic-top .clinic-list>li{width:calc(50% - 10px)}}.msec05{padding:130px 0 140px;position:relative;overflow:hidden}.msec05::before{content:"";display:block;width:120%;height:200%;background:#f5f5ff;position:absolute;top:-65%;left:-100%;transform:rotate(50deg)}.msec05 .mtit-cont{margin-bottom:140px}.msec05 .mnonsurgical>ul>li{display:flex;justify-content:space-between}.msec05 .mnonsurgical>ul>li:not(:last-child){margin-bottom:100px}.msec05 .mnonsurgical>ul>li>.img-cont{max-width:600px;width:50%}.msec05 .mnonsurgical>ul>li:nth-child(2n)>.img-cont{order:2}.msec05 .mnonsurgical>ul>li>.txt-cont{width:calc(50% - 100px)}.msec05 .mnonsurgical>ul>li:nth-child(2n)>.txt-cont{order:1}.msec05 .mnonsurgical>ul>li>.txt-cont>.tit{margin-bottom:20px;padding-left:52px;position:relative;font-family:var(--font-GmarketSans);font-size:2em;font-weight:700}.msec05 .mnonsurgical>ul>li>.txt-cont>.tit::before{content:"";display:block;width:42px;height:42px;background:url(../img/img-tit_icon.png) center center/cover no-repeat;position:absolute;top:6px;left:0}.msec05 .mnonsurgical>ul>li>.txt-cont>.txt{margin-bottom:40px;color:#898989;font-size:.89em}.msec05 .mnonsurgical>ul>li>.txt-cont>.list>p{margin-bottom:15px;color:var(--color-main);font-size:1.1em;font-weight:600}.msec05 .mnonsurgical>ul>li>.txt-cont>.list>ul>li{display:flex;position:relative;color:#898989;font-size:.9em}.msec05 .mnonsurgical>ul>li>.txt-cont>.list>ul>li:not(:last-child){margin-bottom:15px}.msec05 .mnonsurgical>ul>li>.txt-cont>.list>ul>li::before{content:"";display:inline-block;width:23px;height:20px;margin-right:3px;background:url(../img/img-msec04_ico06.png) center center/cover no-repeat}.msec05 .mnonsurgical>ul>li>.txt-cont>.list>ul.col2{display:flex;flex-wrap:wrap;max-width:340px}.msec05 .mnonsurgical>ul>li>.txt-cont>.list>ul.col2>li{width:50%}@media all and (max-width:1199px){.msec05 .mtit-cont{margin-bottom:70px}.msec05 .mnonsurgical>ul>li>.img-cont{width:45%}.msec05 .mnonsurgical>ul>li>.txt-cont{width:50%}.msec05 .mnonsurgical>ul>li>.txt-cont>.tit{padding-left:48px}.msec05 .mnonsurgical>ul>li>.txt-cont>.tit::before{width:38px;height:38px}}@media all and (max-width:1024px){.msec05::before{left:-138%}.msec05 .mnonsurgical>ul>li:not(:last-child){margin-bottom:60px}.msec05 .mnonsurgical>ul>li>.txt-cont>.txt{margin-bottom:20px;font-size:1em}.msec05 .mnonsurgical>ul>li>.txt-cont>.txt>.line-br{display:inline}.msec05 .mnonsurgical>ul>li>.txt-cont>.list>ul>li:not(:last-child){margin-bottom:5px}}@media all and (max-width:768px){.msec05{padding:80px 0 100px}.msec05::before{width:200%;top:-81%;left:-135%}.msec05 .mnonsurgical>ul{max-width:580px;margin:0 auto}.msec05 .mnonsurgical>ul>li{flex-direction:column;gap:30px 0}.msec05 .mnonsurgical>ul>li>.img-cont{max-width:none;width:100%}.msec05 .mnonsurgical>ul>li:nth-child(2n)>.img-cont{order:1}.msec05 .mnonsurgical>ul>li>.txt-cont{width:100%}.msec05 .mnonsurgical>ul>li:nth-child(2n)>.txt-cont{order:2}.msec05 .mnonsurgical>ul>li>.txt-cont>.tit{padding-left:42px}.msec05 .mnonsurgical>ul>li>.txt-cont>.tit::before{width:32px;height:32px}.msec05 .mnonsurgical>ul>li>.txt-cont>.list>ul>li{font-size:1em}.msec05 .mnonsurgical>ul>li>.txt-cont>.list>ul.col2{max-width:none}.msec05 .mnonsurgical>ul>li>.txt-cont>.list>ul.col2>li{width:33.333%}}@media all and (max-width:640px){.msec05::before{top:-83%}.msec05 .mnonsurgical>ul>li>.txt-cont>.tit{margin-bottom:10px}}@media all and (max-width:480px){.msec05::before{top:-87%}.msec05 .mnonsurgical>ul>li>.txt-cont>.tit{padding-left:35px}.msec05 .mnonsurgical>ul>li>.txt-cont>.tit::before{width:28px;height:28px}.msec05 .mnonsurgical>ul>li>.txt-cont>.list>ul.col2>li{width:100%}}.msec06{padding:120px 0;background:url(../img/img-msec06_bg.webp) center center/cover no-repeat}.msec06 .mtit-cont{margin-bottom:92px}.msec06 .mtit-cont .mtit,.msec06 .mtit-cont .mtxt{color:#fff}.msec06 .mequipment{position:relative}.msec06 .mequipment .mequipment-swiper .swiper-slide .img-cont{margin-bottom:18px}.msec06 .mequipment .mequipment-swiper .swiper-slide .txt-cont{color:#fff;text-align:center}.msec06 .mequipment .mequipment-swiper .swiper-slide .txt-cont>.tit{font-size:1.2em;font-weight:700}.msec06 .mequipment .mequipment-swiper .swiper-slide .txt-cont>.txt{font-size:16px;font-weight:600}.msec06 .mequipment .swiper-ctrls .data-nav>button{width:64px;height:64px;border:1px solid #d9d9d9;box-sizing:border-box;background:#fff;position:absolute;top:0;bottom:0;margin:auto;z-index:10;cursor:pointer}.msec06 .mequipment .swiper-ctrls .data-nav>button:before{content:"";display:block;border:4px solid var(--color-main);border-right:0;border-top:0;box-sizing:border-box;width:30px;height:30px;position:absolute;top:0;bottom:0;left:0;right:0}.msec06 .mequipment .swiper-ctrls .data-nav>button.swiper-button-disabled::before{opacity:.2}.msec06 .mequipment .swiper-ctrls .data-nav>.btn-prev{left:-90px}.msec06 .mequipment .swiper-ctrls .data-nav>.btn-next{right:-90px}.msec06 .mequipment .swiper-ctrls .data-nav>.btn-prev:before{transform:rotate(45deg);margin:15px 0 0 20px}.msec06 .mequipment .swiper-ctrls .data-nav>.btn-next:before{transform:rotate(225deg);margin:15px 0 0 10px}@media all and (max-width:1399px){.msec06 .mequipment .swiper-ctrls .data-nav>.btn-prev{left:0;transform:translateX(-50%)}.msec06 .mequipment .swiper-ctrls .data-nav>.btn-next{right:0;transform:translateX(50%)}}@media all and (max-width:1024px){.msec06 .mequipment .swiper-ctrls .data-nav>button{width:54px;height:54px}.msec06 .mequipment .swiper-ctrls .data-nav>button:before{width:26px;height:26px}.msec06 .mequipment .swiper-ctrls .data-nav>.btn-prev:before{margin:14px 0 0 18px}.msec06 .mequipment .swiper-ctrls .data-nav>.btn-next:before{margin:14px 0 0 9px}}@media all and (max-width:768px){.msec06{padding:80px 0}}.msec07{padding:100px 0 220px;position:relative}.msec07::after,.msec07::before{content:"";display:block;width:100%;position:absolute;left:0;right:0}.msec07::before{height:80px;background:var(--color-main);bottom:0}.msec07::after{height:40px;background-image:url(../img/img-msec07_bg.png);background-size:contain;background-repeat:repeat-x;position:absolute;width:200%;left:0;bottom:20px;animation:moveTxt2 16s linear infinite}@keyframes moveTxt2{from{transform:translateX(0)}to{transform:translateX(-50%)}}.msec07 .mtit-cont{margin-bottom:55px}.msec07 .mgallery-swiper{position:relative}.msec07 .mgallery-swiper .swiper-wrapper{align-items:center}.msec07 .mgallery-swiper .swiper-slide{position:relative}.msec07 .mgallery-swiper .swiper-slide .img-cont{width:68%;transition:width 1s ease}.msec07 .mgallery-swiper .swiper-slide.swiper-slide-active{z-index:10}.msec07 .mgallery-swiper .swiper-slide.swiper-slide-active .img-cont{width:158%;position:relative;left:50%;transform:translateX(-50%)}.msec07 .mgallery-swiper .swiper-slide.swiper-slide-prev .img-cont{margin-right:0}.msec07 .mgallery-swiper .swiper-slide.swiper-slide-next .img-cont{margin-left:auto}.msec07 .mgallery .swiper-ctrls{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;z-index:20}.msec07 .mgallery .swiper-ctrls .data-nav button{width:64px;height:64px;border:0;background:0 0;position:absolute;top:0;bottom:0;margin:auto;z-index:10;cursor:pointer}.msec07 .mgallery .swiper-ctrls .data-nav button::before{content:"";display:block;border:4px solid #333;border-right:0;border-top:0;box-sizing:border-box;width:44px;height:44px;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.msec07 .mgallery .swiper-ctrls .data-nav .btn-prev{left:22%}.msec07 .mgallery .swiper-ctrls .data-nav .btn-next{right:22%}.msec07 .mgallery .swiper-ctrls .data-nav .btn-prev::before{transform:rotate(45deg);margin:10px 0 0 22px}.msec07 .mgallery .swiper-ctrls .data-nav .btn-next::before{transform:rotate(225deg);margin:10px 0 0 0}@media all and (max-width:1399px){.msec07 .mgallery-swiper .swiper-slide.swiper-slide-active .img-cont{width:180%}.msec07 .mgallery .swiper-ctrls .data-nav .btn-prev{left:20%}.msec07 .mgallery .swiper-ctrls .data-nav .btn-next{right:20%}}@media all and (max-width:1199px){.msec07 .mgallery-swiper .swiper-slide.swiper-slide-active .img-cont{width:200%}.msec07 .mgallery .swiper-ctrls .data-nav button{width:54px;height:54px;border:1px solid #d9d9d9;box-sizing:border-box;background:#fff}.msec07 .mgallery .swiper-ctrls .data-nav button::before{width:26px;height:26px}.msec07 .mgallery .swiper-ctrls .data-nav>.btn-prev:before{margin:14px 0 0 18px}.msec07 .mgallery .swiper-ctrls .data-nav>.btn-next:before{margin:14px 0 0 9px}}@media all and (max-width:1024px){.msec07::before{height:60px}.msec07::after{height:30px;bottom:15px}.msec07 .mgallery-swiper .swiper-slide.swiper-slide-active .img-cont{width:250%}}@media all and (max-width:768px){.msec07{padding:80px 0 140px}.msec07 .mgallery{margin:0 30px}.msec07 .mgallery-swiper .swiper-slide .img-cont{width:100%}.msec07 .mgallery-swiper .swiper-slide.swiper-slide-active .img-cont{width:100%}.msec07 .mgallery .swiper-ctrls .data-nav .btn-prev{left:20px}.msec07 .mgallery .swiper-ctrls .data-nav .btn-next{right:20px}}@media all and (max-width:480px){.msec07{padding:80px 0 100px}.msec07::before{height:40px}.msec07::after{height:20px;bottom:10px}.msec07 .mgallery .swiper-ctrls .data-nav button{width:36px;height:36px}.msec07 .mgallery .swiper-ctrls .data-nav button::before{width:16px;height:16px;border-width:3px}.msec07 .mgallery .swiper-ctrls .data-nav .btn-prev{left:10px}.msec07 .mgallery .swiper-ctrls .data-nav .btn-next{right:10px}.msec07 .mgallery .swiper-ctrls .data-nav>.btn-prev:before{margin:10px 0 0 12px}.msec07 .mgallery .swiper-ctrls .data-nav>.btn-next:before{margin:10px 0 0 7px}}.msec08{padding:120px 0;background:#fbfbff;position:relative}.msec08::after{content:"";display:block;width:452px;height:465px;background:url(../img/img-msec08_bg.png) center center/cover no-repeat;position:absolute;top:29%;right:10%}.msec08 .mtit-cont{margin-bottom:65px}.msec08 .minfo{display:flex;justify-content:space-between}.msec08 .minfo .map-cont{max-width:790px;width:66%;height:400px}.msec08 .minfo .map-cont .root_daum_roughmap{width:100%;height:100%}.msec08 .minfo .map-cont .root_daum_roughmap .wrap_map{height:100%!important}.root_daum_roughmap .wrap_controllers,.roughmap_maker_label .roughmap_lebel_text{display:none!important}.msec08 .minfo .info-cont{max-width:380px;width:32%;color:#333;font-size:.9em}.msec08 .minfo .info-cont>div:not(:last-child){margin-bottom:10px}.msec08 .minfo .info-cont .tit{margin-bottom:5px;color:var(--color-main);font-family:var(--font-GmarketSans);font-size:1.2em;font-weight:500}.msec08 .minfo .info-cont .time>ul{margin-bottom:15px}.msec08 .minfo .info-cont .time>ul>li{display:flex;justify-content:space-between}.msec08 .minfo .info-cont .time>ul>li:not(:last-child){margin-bottom:5px}.msec08 .minfo .info-cont .time>ul>li>b{font-weight:500}.msec08 .minfo .info-cont .time .txt{color:#666;font-size:16px}.msec08 .minfo .info-cont .parking>ul>li:not(:last-child){margin-bottom:5px}.msec08 .minfo .info-cont .parking>ul>li>b{display:block;color:#666;font-size:16px;font-weight:500}.msec08 .minfo .info-cont .parking>ul>li:has(span){display:flex;gap:0 4px}@media (max-width:1399px){.msec08::after{right:2%}.msec08 .minfo{display:flex;justify-content:left;gap:0 30px}}@media all and (max-width:1199px){.msec08::after{width:382px;height:393px}.msec08 .minfo .info-cont .parking>ul>li:has(span){display:block}.msec08 .minfo .info-cont .parking>ul>li:has(span) br{display:none}}@media all and (max-width:1024px){.msec08::after{top:auto;bottom:7%}.msec08 .minfo{flex-direction:column;gap:30px 0}.msec08 .minfo .map-cont{max-width:100%;width:100%}.msec08 .minfo .info-cont{display:flex;flex-wrap:wrap;gap:10px 20px;max-width:100%;width:100%}.msec08 .minfo .info-cont>div{width:calc(50% - 10px)}}@media all and (max-width:768px){.msec08{padding:80px 0}.msec08::after{width:300px;height:308px}.msec08 .minfo .info-cont{font-size:16px}}@media all and (max-width:640px){.msec08 .minfo .info-cont>div{width:100%}}.msec03_1{background:url("../img/msec03_1_bg.png") no-repeat 50% 50%/cover}.msec03_1 .cinner{max-width:1520px}.msec03_1 .innerTop{padding-top:100px}.msec03_1 .innerBot{padding-bottom:100px}.msec03_1 .doctors_wrap{display:flex;gap:40px}.msec03_1 .doctors_wrap .doctors_txt{width:100%}.msec03_1 .doctors_tit{font-family:var(--font-GmarketSans);display:flex;flex-direction:column;font-size:50px;margin-bottom:50px}.msec03_1 .doctors_tit img{max-width:50px;margin-bottom:20px}.msec03_1 .doctors_tit *{font-style:inherit}.msec03_1 .doctors_tit em{color:var(--color-main)}.msec03_1 .doctors_txt p{font-size:20px;line-height:1.8;opacity:.8}.msec03_1 .doctors_wrap .doctors_img{align-self:flex-end;line-height:0;position:relative;width:80%}.msec03_1 .doctors_wrap .doctors_img picture{position:relative;z-index:2}.msec03_1 .doctors_wrap .doctors_img>img{position:relative}.msec03_1 .doctors_wrap .doctors_img::before{content:"";position:absolute;bottom:0;left:55%;width:120%;height:120%;transform:translate(-50%,0);background:url(../img/doctors_bg.png) no-repeat 50% 50%/contain}@media (max-width:1399px){.msec03_1 .doctors_tit{font-size:45px;margin-bottom:40px}}@media all and (max-width:1024px){.msec03_1 .doctors_wrap{flex-direction:column;text-align:center}.msec03_1 .doctors_wrap .doctors_img{align-self:center}.msec03_1 .innerBot{padding-bottom:30px}.msec03_1 .doctors_tit{font-size:40px;margin-bottom:20px;align-items:center}.msec03_1 .doctors_tit img{max-width:35px;margin-bottom:20px}}@media all and (max-width:640px){.msec03_1 .innerTop{padding-top:50px}.msec03_1 .innerBot{padding-bottom:10px}.msec03_1 .doctors_tit{font-size:6.7vw}.msec03_1 .doctors_txt p{font-size:3.8vw}.msec03_1 .doctors_wrap .doctors_img{width:95%}}.non-benefit-popup .noti_txt{background-color:#e5e4f7;padding:35px 40px;box-sizing:border-box}.non-benefit-popup .noti_txt>li:first-of-type{margin-top:0}.non-benefit-popup .noti_txt>li{font-size:16px;font-weight:500;color:#262626;letter-spacing:0;line-height:1.5;margin-top:15px;display:block;box-sizing:border-box;text-align:left}.non-benefit-popup .site_tit{font-size:25px;font-weight:600;margin:2rem 0 1rem}.non-benefit-popup .table_sty03{line-height:1.2;border-top:1px solid #343434}.non-benefit-popup .table_sty03>table{width:100%;table-layout:fixed;border-left:1px solid #ddd;border-collapse:collapse;border-spacing:0}.non-benefit-popup caption{clear:both;list-style:none;position:absolute;top:0;left:0;padding:0;border:0;background:0 0;font-size:0px;line-height:0;width:1px;height:1px;margin:-1px;overflow:hidden;clip-path:polygon(0 0,0 0,0 0)}.non-benefit-popup .table_sty03>table thead th{background-color:#e5e4f7;border-right:1px solid #bebebe;border-bottom:1px solid #bebebe;font-size:15px;font-weight:600;color:#262626;letter-spacing:0;line-height:1.5;text-align:center;padding:15px 0;min-height:66px;box-sizing:border-box;vertical-align:middle}.non-benefit-popup .table_sty03>table tbody td{border-right:1px solid #ddd;border-bottom:1px solid #ddd;font-size:14px;font-weight:400;color:#262626;letter-spacing:0;line-height:1.5;text-align:center;padding:10px 5px;box-sizing:border-box;min-height:60px;word-break:keep-all;vertical-align:middle}.non-benefit-popup .table_sty03>table thead tr{border-top:0}@media (max-width:1200px){.non-benefit-popup .table_sty03>table thead th{letter-spacing:-.5px;font-size:15px}.non-benefit-popup .table_sty03>table tbody th{letter-spacing:-.5px}.non-benefit-popup .table_sty03>table tbody td{font-size:13px}}@media (max-width:1000px){.non-benefit-popup .table_sty03{overflow:scroll}.non-benefit-popup .table_sty03>table thead th{letter-spacing:-.8px}.non-benefit-popup .table_sty03>table tbody th{letter-spacing:-.8px}.non-benefit-popup .m_scroll{overflow:auto;display:block}.non-benefit-popup .m_scroll table br{display:block}.non-benefit-popup .m_scroll table{min-width:800px!important}.non-benefit-popup .noti_txt>li{font-size:14px}}@media (max-width:500px){.site_tab{padding:1rem}.site_tab h4{font-size:9vw;margin:3rem}.site_tab h6{font-size:6vw;margin:0 0}.site_tab{font-size:4.2vw}}.mvis .pc-view{aspect-ratio:2200/980}.mvis .mo-view{aspect-ratio:1000/1200}.msec02 .mspecial>ul>li>.img-cont>img{aspect-ratio:3/2}.msec03 .mdoctor .mdoctor-swiper .swiper-slide .img-cont>img{aspect-ratio:400/545}.msec03_1 .doctors_wrap .doctors_img img{aspect-ratio:560/437}.msec04 .mclinic-top .clinic-list>li>.img-cont>img{aspect-ratio:1/1}.msec04 .mclinic-bot .tab-content .img-cont>img{aspect-ratio:4/3}.msec05 .mnonsurgical>ul>li>.img-cont>img,.msec05 .mnonsurgical>ul>li>.img-cont>picture>img{aspect-ratio:1/1}.msec06 .mequipment .mequipment-swiper .swiper-slide .img-cont>img,.msec06 .mequipment .mequipment-swiper .swiper-slide .img-cont>picture>img{aspect-ratio:524/700}.msec08 .minfo .map-cont{min-height:400px}#shop_placeholder:empty{min-height:0}