/*-----------------------------------------------------------------------------------
	ori124-2024
	Author: 이광희
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.icon-spacer{
	margin-right:5px;
}



.text-justify{
	text-align: justify;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}




/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Nanum Gothic";
	font-weight:400;
}
.container{
	max-width:1140px;
}
.row-margin-top{
	margin-top:47px;
}
.row-bloc-0-margin-top{
	margin-top:58px;
}
.text-span-color{
	color:#424242;
}
.span-1{
	font-family:"Nanum Gothic";
	font-weight:700;
	font-size:25px;
	color:#000000!important;
}
.p-style{
	font-size:14px;
	font-family:"Nanum Gothic";
	font-weight:400;
	margin-bottom:36px;
	line-height:24px;
}
.btn-text1{
	font-family:"Nanum Gothic";
	font-weight:700;
	color:#FEFFFF!important;
	background-color:#424242;
	border-style:solid;
	border-color:#C0C0C0!important;
	border-width:0px 0px 1px 0px;
}
.btn-text1:hover{
	background-color:#0096FF;
}
.p-bloc-0-style{
	font-size:14px;
	font-family:"Nanum Gothic";
	font-weight:400;
	line-height:24px;
	margin-top:26px;
}
.h1-style{
	font-size:50px;
	font-family:"Nanum Gothic";
	font-weight:400;
}
.btn-text2{
	font-family:"Nanum Gothic";
	font-weight:700;
	color:#0096FF!important;
	border-style:solid;
	text-align:left;
	background-color:transparent;
	font-size:17px;
	border-color:#C0C0C0!important;
	border-width:1px 0px 0px 0px;
}
.btn-text2:hover{
	font-family:"Nanum Gothic";
	font-weight:700;
	border-style:solid;
	border-top-width:1px;
	border-color:#C0C0C0!important;
	color:#FF2600!important;
	background-color:#FEFFFF;
}
.span-2{
	font-size:50px;
	font-family:"Nanum Gothic";
	font-weight:700;
}
.span-3{
	font-family:"Nanum Gothic";
	font-weight:700;
	font-size:17px;
}
.row-margin-bottom{
	margin-bottom:19px;
}
.h3-margin-bottom{
	margin-bottom:5px;
}
.divider-style{
	width:29.48%;
	color:transparent!important;
}
.bloc .divider-h span{
	background-color:#EAEAEA;
}
.p-1-style{
	font-size:13px;
}
.p-2-style{
	font-size:13px;
}
.p-3-style{
	font-size:13px;
	font-family:"Nanum Gothic";
}
.img-style{
	width:112px;
	margin-bottom:34px;
}
.line-1{
	border-style:solid;
	border-color:#C0C0C0!important;
	border-width:0px 0px 0px 1px;
}
.bloc-margin-top{
	margin-top:20px;
}
.img-slice-style{
	width:209px;
	margin-bottom:0px;
}
.p-bloc-3-style{
	font-size:14px;
}
.p-13-style{
	font-size:12px;
}
.p-bloc-3-margin-top{
	margin-top:0px;
}
.navbar-brand img{
	width:50px;
	height:50px;
}
.div-line{
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-color:#D5D5D5;
}
.time-span1{
	font-family:"Nanum Gothic";
	font-weight:700;
	color:#000000!important;
	font-size:16px;
}
.h5-style{
	font-size:13px;
	line-height:24px;
	text-indent:px;
	font-family:"Nanum Gothic";
	font-weight:400;
}
.link-style{
	font-family:"Nanum Gothic";
	font-weight:700;
}
.h6-style{
	font-family:"Nanum Gothic";
	font-weight:700;
}
.span-4{
	color:#FF2600!important;
	font-family:"Nanum Gothic";
	font-weight:700;
}
.h3-style{
	font-family:"Nanum Gothic";
	font-weight:700;
}
.h3-비급여금액-리스트-style{
	font-family:"Nanum Gothic";
	font-weight:700;
}
.p-4-style{
	font-family:"Nanum Gothic";
	font-weight:700;
	font-size:18px;
	color:#FEFFFF!important;
	background:linear-gradient(0deg, #5E5E5E 0%, #5E5E5E 100%);
}
.p-bloc-2-style{
	font-size:14px;
	line-height:24px;
	margin-top:20px;
}
.img-slic-style{
	width:108px;
}
.p-5-style{
	font-family:"Nanum Gothic";
	font-weight:700;
	font-size:20px;
	color:#000000!important;
}
.h3-추나요법-원리-style{
	font-family:"Nanum Gothic";
	font-weight:700;
}
.p-bloc-10-style{
	font-size:14px;
	line-height:24px;
}
.p-14-style{
	font-size:14px;
	line-height:24px;
}
.h3-chuna-style{
	font-family:"Nanum Gothic";
	font-weight:700;
}
.img-26-style{
	width:214px;
}
.img-30-style{
	width:149px;
}
.p-bloc-11-style{
	font-size:14px;
}
.p-18-style{
	font-size:14px;
}
.p-16-style{
	font-size:14px;
}
.p-margin-bottom{
	margin-bottom:55px;
}
.h3-추나요법-치료비용-style{
	font-family:"Nanum Gothic";
	font-weight:700;
}
.h3-추나요법-치료과정-style{
	font-family:"Nanum Gothic";
	font-weight:700;
}
.navi-menu{
	font-family:"Nanum Gothic";
	font-weight:700;
	color:#0096FF!important;
}
.navi-text{
	font-family:"Nanum Gothic";
	font-weight:700;
}
.navi-text:visited{
	font-family:"Lato";
	font-weight:700;
}
.navi-text:focus{
	font-family:"Nanum Gothic";
	font-weight:700;
}
.navi-text:active{
	font-family:"Nanum Gothic";
	font-weight:700;
}
.navi-text:hover{
	font-family:"Nanum Gothic";
	font-weight:700;
}
.navbar-nav li a{
	font-family:"Nanum Gothic";
	font-weight:700;
}
.img-48-style{
	width:232px;
}
.img-50-style{
	width:110px;
	padding-bottom:21px;
}
.p-32-style{
	font-size:14px;
}
.btn-text2:active{
	border-color:#C0C0C0!important;
	background-color:#FEFFFF;
	border-style:solid;
}
.btn-text2:focus{
	border-style:solid;
	border-width:1px 0px 0px 0px;
}
.btn-text2:visited{
	border-style:solid;
}
.btn-margin-bottom{
	margin-bottom:20px;
}
.btn-bloc-38-margin-bottom{
	margin-bottom:20px;
}
.btn-20-margin-bottom{
	margin-bottom:20px;
}
.btn-4-margin-bottom{
	margin-bottom:20px;
}
.p-bloc-30-style{
	font-family:"Nanum Gothic";
	font-weight:700;
	line-height:px;
}
.p-6-style{
	font-family:"Nanum Myeongjo";
	font-weight:800;
	font-size:40px;
}
.bloc-bloc-30-margin-top{
	margin-top:120px;
	padding-top:175px;
}
.bloc-bloc-23-margin-top{
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:-40px;
}
.table-font{
	font-family:"Nanum Gothic";
	font-size:12px;
}
.h6-margin-bottom{
	margin-bottom:40px;
}
.h3-비급여-항목-style{
	font-family:"Nanum Gothic";
	font-weight:700;
	width:96.52%;
	color:#FEFFFF!important;
}
.m-head{
	border-style:solid;
	border-color:#424242!important;
}
.h3-2-환자의-의무-style{
	font-family:"Nanum Gothic";
	font-weight:700;
	margin-top:71px;
	color:#FEFFFF!important;
}
.h3-1-환자의-권리-style{
	font-family:"Nanum Gothic";
	font-weight:700;
	color:#FEFFFF!important;
}
.img-14-style{
	width:170px;
	margin-top:46px;
}
.p-bloc-5-style{
	font-size:14px;
}
.p-5-bloc-5-style{
	font-size:14px;
}
.m-head2{
	border-style:solid;
	border-color:#5E5E5E!important;
}
.img-47593-style{
	width:183px;
}
.card-header-bg{
	background-color:transparent;
}
.link-bloc-1-style{
	font-weight:bold;
	text-decoration:none;
}
.p-bloc-1-style{
	font-size:13px;
	line-height:24px;
}
.h5-bloc-1-style{
	font-size:13px;
	line-height:24px;
}
.link-0-bloc-1-style{
	font-weight:bold;
	text-decoration:none;
}
.h5-3-style{
	font-size:13px;
	line-height:24px;
}
.link-1062-style{
	font-weight:bold;
	text-decoration:none;
}
.h5-4-style{
	font-size:13px;
	line-height:24px;
}
.link-33258-style{
	font-weight:bold;
	text-decoration:none;
}
.h5-5-style{
	font-size:13px;
	line-height:24px;
}
.card-bg{
	border-style:dotted;
	border-color:#919191!important;
	border-width:0px 0px 1px 0px;
}
.link-0-style{
	font-weight:bold;
	text-decoration:none;
}
.p-bloc-12-style{
	font-family:"Nanum Gothic";
	font-weight:700;
}
.link-content-6-style{
	font-weight:bold;
	text-decoration:none;
}
.h5-16-style{
	font-size:13px;
	line-height:24px;
}
.span-5{
	font-family:"Nanum Gothic";
	font-weight:bold;
	font-size:27px;
}
.text-span-style{
	font-weight:bold;
}
.text-span-bloc-36-style{
	font-weight:bold;
}
.button-1{
	background-color:#5E5E5E;
	font-family:"Nanum Gothic";
	font-weight:700;
}
.button-1:hover{
	background-color:#FF2600;
	font-family:"Nanum Gothic";
	font-weight:700;
}
.button-1:active{
	font-family:"Nanum Gothic";
	font-weight:700;
	color:#0096FF!important;
}
.h6-bloc-0-style{
	font-size:12px;
	margin-bottom:6px;
}
.img-135-style{
	width:168px;
}
.img-75-style{
	width:143px;
}
.line{
	border-style:solid;
	border-color:#5E5E5E!important;
	border-width:0px 0px 1px 0px;
}
.p-bloc-9-style{
	font-size:14px;
	line-height:24px;
}
.img-25-style{
	width:227px;
	margin-bottom:34px;
}
.p-8-margin-bottom{
	margin-bottom:64px;
}
.img-25-slice-style{
	width:228px;
}
.p-9-margin-bottom{
	margin-bottom:41px;
	font-size:14px;
}
.p-bloc-7-style{
	font-size:14px;
}
.text-red{
	font-family:"Nanum Gothic";
	font-weight:800;
	color:#FF2600!important;
	font-size:20px;
}
.p-12-style{
	font-size:30px;
}
.blue-txt{
	color:var(--swatch-var-1378)!important;
	font-weight:bold;
	font-size:20px;
}
.divider-bloc-7-style{
	width:60%;
	margin-left:auto;
	margin-right:auto;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-6252:#424242;
	
	--swatch-var-6180:#000000;
	
	--swatch-var-6387:#C0C0C0;
	
	--swatch-var-2768:rgba(255,255,255,1.0);
	
	--swatch-var-4335:#929292;
	
	--swatch-var-4024:#5E5E5E;
	
	--swatch-var-6109:#EAEAEA;
	
	--swatch-var-1378:rgba(0,150,255,1.00);
	
	--swatch-var-1337:#EAEAEA;
	
	--swatch-var-5905:#FEFFFF;
	
}


/* Background colour styles */

.bgc-2768{
	background-color:var(--swatch-var-2768);
}
.bgc-6252{
	background-color:var(--swatch-var-6252);
}
.bgc-5905{
	background-color:var(--swatch-var-5905);
}
.bgc-6109{
	background-color:var(--swatch-var-6109);
}

/* Text colour styles */

.tc-6180{
	color:var(--swatch-var-6180)!important;
}
.tc-6252{
	color:var(--swatch-var-6252)!important;
}
.tc-4335{
	color:var(--swatch-var-4335)!important;
}

/* Link colour styles */

.ltc-1378{
	color:var(--swatch-var-1378)!important;
}
.ltc-1378:hover{
	color:#0063CC!important;
}

/* Icon colour styles */

.icon-6109{
	color:var(--swatch-var-6109)!important;
	border-color:var(--swatch-var-6109)!important;
}
.icon-2768{
	color:var(--swatch-var-2768)!important;
	border-color:var(--swatch-var-2768)!important;
}
.icon-6252{
	color:var(--swatch-var-6252)!important;
	border-color:var(--swatch-var-6252)!important;
}

/* Bloc image backgrounds */

.bg-clinic-3{
	background-image:url("img/clinic-3.jpg");
	background-image: -webkit-image-set(url("img/clinic-3.webp") 1x,
url("img/clinic-3.webp") 2x);background-image: image-set(url("img/clinic-3.jpg") 1x,
url("img/clinic-3.jpg") 2x,url("img/clinic-3.webp") 1x,
url("img/clinic-3.webp") 2x);
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.h3-비급여-항목-style{
		width:54.14%;
	}
	.img-47593-style{
		width:160px;
	}
	
}

@media (max-width: 767px){
	.h3-비급여-항목-style{
		width:80.48%;
	}
	.link-style{
		font-family:"Nanum Gothic";
		font-weight:700;
	}
	.link-0-style{
		text-decoration:none;
		font-weight:bold;
	}
	.accordion-button{
		font-family:"Nanum Gothic";
		font-weight:700;
	}
	.img-75-style{
		width:110px;
	}
	
}

@media (max-width: 575px){
	.h3-비급여-항목-style{
		width:85.89%;
	}
	.img-135-style{
		width:141px;
	}
	.img-75-style{
		width:100px;
	}
	
}

