@charset "UTF-8";
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css); 


* {
	text-decoration:none;
}


ul li {
	list-style:none;
}


html {
	word-break: keep-all;
}


body {
	background:#fff;
}


/* 모바일 수평 스크롤 금지 */
html, body {
	max-width: 100%;
	overflow-x: hidden;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.card-title,
.info-title,
.title {
    font-family: "NanumSquare", sans-serif;
    letter-spacing:-0.7px;
}

.dropdown-menu .dropdown-item, .dropdown-menu li > a {
    position: relative;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #555;
    font-weight: normal;
    text-decoration: none;
    font-size: .93rem;
    border-radius: 0.125rem;
    margin: 0 0.3125rem;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    min-width: 7rem;
    padding: 0.625rem 1.25rem;
    overflow: hidden;
    line-height: 1.42857;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.section {
	padding-top:50px;
}

.card-blog {
	margin-top:0px;
}

.description, .card-description {
	color:#666 !important;
}

.title {
	font-family:"NanumSquare", sans-serif;
}

img {
	box-shadow:none !important;
}

.content h2 {
    font-size: 21px;
    font-weight: 900;
    color: #000;
    padding: 12px 0;
}

p {
    font-size: 17px;
    transform: skew(-0.001deg);
    font-weight: 400;
    color: #757575;
    line-height: 1.5;
    letter-spacing: -0.040em;
}

.btn {
	font-size:0.95rem !important;
	font-weight:500;
}

.btn-outlines-dark-1 {
	background:#fff;
	border:1px solid #999;
	color:#111;
}

.btn-outlines-dark-1:hover {
	background:#f44336;
	border:1px solid #f44336;
	color:#fff;
}

.navbar .navbar-nav .nav-item .nav-link {
	font-size:16px;
}

.navbar-brand {
    font-weight: bold;
}

.logo-big img {
	width:120px;
}

.logo-my img {
	width:240px;
}

.navbar:not(.navbar-transparent) .logo-small {
	width: 120px;
	overflow: hidden;
	margin-top: 0px;
	display: block;
}
  

.page-header {
    height: 100vh;
    background-position: center center;
    background-size: cover;
    margin-top: 0;
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start !important;
    background-position: bottom !important;
}

.page-header3 {
	background-color:#22b0b1; 
	height:45vh !important; 
	min-height:45vh !important;
	display:flex;
	align-items:flex-end !important;
	color:#fff;
}


.back_img {
    background-image: url("../img/ghealth/svg/main_slide.svg");
}

.page-header {
    height: 100vh !important;
    background-position: center center !important;
    background-size: cover;
    margin-top: 0;
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: bottom !important;
    position:relative;
}

.page-header1 { 
	height:45vh !important; 
	display:flex;
	align-items:flex-end;
	border-bottom: 1px solid #ddd;
}

.index-page .section-sections {
	padding-bottom:50px; margin-bottom:0px;
}


.t_box {
    display: flex;
    margin-top: 130px;
}

.slide_text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo_bar {
	height:80px;	
	min-width:100%;
	position:absolute;
	bottom:0;
	opacity:0.93;
}

.logo_wrap {
	max-width:100%;
	min-width:30%;
}

.s_logo {
    max-width:150px;
}

.main_logo {
	max-width:150px; 
}

.card {
	margin-bottom:10px;	
}

.card1 {
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
    box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
}

.card-line {
    border: 1px solid rgb(224, 224, 224);
    border-radius: 10px;
    padding: 25px 10px 0px 10px;
    text-align: center;
    background: #fff;
}

.btn-m:hover {
	background:red;
	color:gold;
}


.round {
	border-radius:3px !important; 
	padding:3px 15px !important;
}

.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
    color: #FFFFFF;
    background-color: #f44336;
    border-color: #f44336;
    cursor: default;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.1rem;
}

.front p {
    color: #fff;
    margin-bottom: -10px;
}

.card-color {
    background: #23b0b0;
    color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.card-color_1 {
    background: #23b0b0;
    color: #fff;
    border-radius: 10px;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}


.text-box {
    text-align: right;
}

.btn-white {
    background-color: #fff;
}

.card-title a,
.card-category .t_color {
    color: #fff;
}

.card-rotate {
    margin-bottom: 20px;
}

.card-rotate .front img {
    width: 100%;
}

.nav-tabs,
.nav-pills {
    border: 0;
    border-radius: 3px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
}

.nav .nav-link {
    border: 1px solid #d8d8d8;
}

.info {
	max-width:100%;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
}

.info:hover img {
    transform: scale(1.1);
}

.features .info {
    background: #fff;
}

.info img {
    width: 100%;
}

.s_img {
    display: none;
}

.info p {
	color: #757575;
}



/*index_notice-1*/

.li-height {
	height:90px;	
}

.li-flex {
	display:flex;
	flex-wrap: wrap;
	align-content:space-between;
}

.notice-1 .card-header1 {
	background:#fff !important;
	border-bottom:2px solid #eee !important;
	
}

.notice-1 .card .card-header {
    border-radius: 0px;
    padding: 0px;
    margin-top: -30px;
    border: 0;
    background: linear-gradient(60deg, #eee, #bdbdbd);
}


.notice-1 .nav-items {
	border-radius:none;
		
}

.notice-1 .nav-tabs .nav-item .nav-link, .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:focus {
    font-size: 1.1rem;
    font-weight: 500;
}

.notice-1 .nav-tabs .nav-item .nav-link {
	color: #555 !important;
	border-radius:0px;
}

.notice-1 .nav-tabs .nav-item .nav-link:hover {
	color: #555 !important;
	transition: 0.3s;
}

.notice-1 .nav-tabs .nav-item .nav-link.active {
	color: #fff !important;
    background-color: #23b0b0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.notice-1 .nav-tabs .col-6 {
	padding: 0px;
}

.notice-1 .nav-items {
	margin: 0;
	color: #555 !important;
}


.notice-1 .card .card-header:not([class*="header-"]) {
	box-shadow: none;	
}


.notice-1 .index-nav {
	padding: 15px !important;
	color: #555 !important;
}



.notice-1 p {
    margin: 0px;
}

/*index_notice_ul li*/

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
}


.notice-1 .ul_list ul li {
	font-size:1.04rem;
	font-weight: normal;
	text-align:left;
	padding:0.4rem;
}

.notice-1 .ul_list ul li:hover a {
	color:#999;
	transition: 0.3s;
}

.ul_list .col-12 {
	margin:0;
}

.notice-1 .li-date {
	font-size:0.92rem !important;
	color:#777;
}

.notice-1 .card .card-body, .card .card-footer {
    padding:1rem;
}

.notice-1 .ul_list a {
	color:#666;
}


.notice_text {
    /* 한 줄 자르기 */
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    /* 여러 줄 자르기 추가 스타일 */
    white-space: normal;
    line-height: 1.5;
    max-height: 4.9em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.notice_text {
    /* 한 줄 자르기 */
    display: inline-block;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}





/*Go to Top button*/
.u-go-to {
    display: none;
    position: relative;
    z-index: 100;
    width: 2.5rem;
    height: 2.5rem;
    color: #fff;
    background-color: #ddd;
    font-size: 0.75rem;
    border-radius: 0.3125rem;
    opacity: 0.9;
    transition: 0.2s ease-out;
}


.u-go-to:visited {
    display: none;
    position: relative;
    z-index: 100;
    width: 2.5rem;
    height: 2.5rem;
    color: #fff;
    background-color: #ddd;
    font-size: 0.75rem;
    border-radius: 0.3125rem;
    opacity: 0.9;
    transition: 0.2s ease-out;
}


.u-go-to:hover {
    display: none;
    position: relative;
    z-index: 100;
    width: 2.5rem;
    height: 2.5rem;
    color: #fff;
    background-color: #23b0b0;
    font-size: 0.75rem;
    border-radius: 0.3125rem;
    opacity: 0.9;
    transition: 0.2s ease-out;
}


.u-go-to__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blind{
	position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}


/*dashboard*/

.dashboard-card {
	box-shadow:none;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top:3px solid #f44336;
	
}


/*동적별점*/
.star-rating {
	display:flex;
	flex-direction: row-reverse;
	justify-content:space-around;
	font-size:1.2em;
	text-align:center;
	width:6.0em;
}

.star-rating input {
  	display:none;
}

.star-rating label {
	font-size:1.6rem;
  	color:#ccc;
  	cursor:pointer;
}

.star-rating :checked ~ label {
	color:#f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
	color:#fc0;
}


textarea {
	border-color:rgba(190,190,190);
	border-radius:5px;
	padding:5px;
}

textarea:focus {
	border-color:rgba(130,130,130);
	border-radius:5px;
}

.dash_review {
	border-bottom:2px solid #ddd;
	margin:0;
	padding:1px;
}

.dash_review .g_title {
	margin:0;
	padding:0;
}

.dash_review_text a {
	color:#666;
}

.dash_review_text:hover a {
	color:#999;
	transition: 0.3s;
}

.qna_ul .g_title {
	margin:0;
	padding:0;
}

.qna_ul ul {
	border-bottom:1px solid #ddd;
	padding:0px;
}


.qna_ul ul li {
	font-size:1.04rem;
	font-weight: normal;
	text-align:left;
	padding:0.4rem;
}


.qna_ul .col-12 {
	margin:0;
}

.q_circle {
	display: inline-block;
	text-align:center;
	border-radius:50%;
	width:30px;
	height:30px;
	padding:3px;
	background:#999;
	color:#fff;
}

.a_circle {
	display: inline-block;
	text-align:center;
	border-radius:50%;
	width:30px;
	height:30px;
	padding:3px;
	background:#22b0b1;
	color:#fff;

}

.dashboard-mobile {
	display:none;
}

.dashboard-web {
	display:block;
}

.gray-box {
	background:#eee;
	border-radius:10px;
}

.dash-title {
	font-size:1.2rem;
	font-weight:bold;
	color:#333;
}

.dash-title-mobile {
	font-size:0.9rem;
	font-weight:bold;
	color:#333;
}

.dash-card {
	border-right:1px solid #ddd;
	
}

.dash-card:nth-of-type(6) {
	border-right:none;
	
}

.dash-card img {
	width:50px;
}


  
@media (max-width: 575.98px) {
	
    .back_img {
        background-image: url("../img/ghealth/svg/main_slide_m.svg");
    }
    
    .t_box {
        margin-top: 80px;
    }
    
    .service {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    
    .text-box {
        text-align: center;
    }
    
    .s_img {
        display: block;
        max-width: 70px;
        margin-bottom: 10px;
    }
    
    
    .service_banner {
    	display:flex;
    	flex-flow:column;
    }
    
    .sevice_img {
    	width:200px;
       	right:10px;
    }
    
    .page-header2 {
	    height: 25vh !important;
	    background-color: #F0F0F0;
	    background-position: center center;
	    background-size: cover;
	    margin-top: 0;
	    padding: 0;
	    border: 0;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    align-items: flex-end !important;
	}
	
	.page-header1 { 
		height:30vh !important; 
		display:flex;
		align-items:flex-end;
		border-bottom: 1px solid #ddd;
	}
	
	.page-header3 {
		background-color:#22b0b1; 
		height:20vh !important; 
		min-height:20vh !important;
		display:flex;
		align-items:flex-end !important;
		color:#fff;
	}
	
	.nav-btn {
		display:block;
	}
	
	.tablet_btn {
		display:none;
	}
	
	.g_title {
	    font-size: 1.5rem !important;
	    font-weight: bold;
	}
	
	.absolute_img1 {
	    position: absolute;
	    bottom: 50%;
	    right: 0% !important;
	    z-index: 100;
	}
	
	.b_img {
		display:none;
	}
	
	.thin {
		font-size:1.6rem;
	}
	
	.dot:after {content: ".";
	    display: inline-block;
	    color: #f44336;
	    font-family:Noto Sans !important;
	    font-size:40px !important;
	    line-height: 0.1rem;
	}
	
	.service_b_img {
		display:none;
	}
    
    .d-none {
    	display:none;
    }
    
    .tablet-column {
		display:flex;
		flex-direction:row;
	}
	
	.tablet-row {
		display:flex;
		flex-direction:column !important;
		text-align:center !important;
	}
	
	.logo_wrap {
		max-width:100%;
		min-width:100% !important;
	}
	
	/*index-review*/

	.index-review {
		display:flex;
		flex-direction:column;
	}
	
	.main_logo {
		width:100px; 
	}
	
	.li-height {
		height:70px;	
	}
	
	.section2-m {
		margin-top:-80px;
	}
	
	.absolute_img {
		display:none;
	}
	
	
	/*index-review*/

	.index-review {
		display:flex;
		flex-direction:column;	

	}
	
	.dashboard-mobile {
		display:block;
	}
	
	.dashboard-web {
		display:none;
	}
	
	.h-size {
		max-height:20vh !important
	}
	
}


@media (min-width: 576px){
	.nav-btn {
		display:none;
	}
	
	.tablet_btn {
		visibility:visible;
	}
	
	.absolute_img1 {
	    position: absolute;
	    bottom: 55%;
	    right: 0% !important;
	}
	
	.b_img {
		display:block;
	}
	
	.service_b_img {
		display:none;
	}
	
	.page-header1 { 
		height:25vh !important; 
		display:flex;
		align-items:flex-end;
		border-bottom: 1px solid #ddd;
	}
	
	.page-header2 {
	    height: 25vh !important;
	    background-color: #F0F0F0;
	    background-position: center center;
	    background-size: cover;
	    margin-top: 0;
	    padding: 0;
	    border: 0;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    align-items: flex-end;
	}
	
	.page-header3 {
		background-color:#22b0b1; 
		height:20vh !important; 
		min-height:20vh !important;
		display:flex;
		align-items:flex-end !important;
		color:#fff;
	}
	
	.tablet-column {
		display:flex;
		flex-direction:row;
	}
	
	.tablet-row {
		display:flex;
		flex-direction:column;
	}
	
	/*index-review*/

	.index-review {
		display:flex;
		flex-direction:column;	
	}
	
	
}



@media (min-width: 768px){
	.nav-btn {
		display:none;
	}
	
	.tablet_btn {
		visibility:visible;
	}
	
	.absolute_img1 {
	    position: absolute;
	    bottom: 55%;
	    right: 0% !important;
	    z-index: 100;
	}
	
	.service_b_img {
		display:none;
	}
	
	.text-box-l {
		height:190px;	
	}
	
	.page-header2 {
	    height: 30vh !important;
	    background-color: #F0F0F0;
	    background-position: center center;
	    background-size: cover;
	    margin-top: 0;
	    padding: 0;
	    border: 0;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    align-items: flex-end;
	}
	
	.page-header3 {
		background-color:#22b0b1; 
		height:25vh !important; 
		min-height:25vh !important;
		display:flex;
		align-items:flex-end !important;
		color:#fff;
	}
	
	.tablet-column {
		display:flex;
		flex-direction:column;
	}
	
	.tablet-row {
		display:flex;
		flex-flow:row;
	}
	
	/*index-review*/

	.index-review {
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:space-between;	
	}
	
	.absolute_img {
		position:absolute;
		bottom:76%;
		right:0%;
		z-index:100;
	}
	
	

}


@media (max-width: 991px){
	.navbar .dropdown.show .dropdown-menu, .navbar .dropdown .dropdown-menu {
	    background-color: transparent;
	    border: 0;
	    padding-bottom: 15px;
	    -webkit-transition: none;
	    transition: none;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    -webkit-transform: none !important;
	    transform: none !important;
	    width: auto;
	    margin-bottom: 15px;
	    padding-top: 0;
	    height:auto;
	    -webkit-animation: none;
	    animation: none;
	    opacity: 1;
	    overflow-y: scroll;
	}
	
	.navbar-collapse {
	    position: fixed;
	    display: block;
	    top: 0px;
	    height: 100vh;
	    width: 260px;
	    right: 0;
	    margin-right: 0 !important;
	    z-index: 1032;
	    visibility: visible;
	    background-color: #999;
	    overflow-y: visible;
	    border-top: none;
	    text-align: left;
	    padding-right: 0;
	    padding-left: 0;
	    max-height: none !important;
	    -webkit-transform: translate3d(260px, 0, 0);
	    transform: translate3d(260px, 0, 0);
	    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
	    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
	}
	
	.nav-open .navbar-translate {
	    -webkit-transform: translate3d(-250px, 0, 0);
	    transform: translate3d(-250px, 0, 0);
	}
	
	.page-header2 {
	    height: 25vh !important;
	    background-color: #F0F0F0;
	    background-position: center center;
	    background-size: cover;
	    margin-top: 0;
	    padding: 0;
	    border: 0;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    align-items: flex-end;
	}
	
	.page-header3 {
		background-color:#22b0b1; 
		height:30vh !important; 
		display:flex;
		align-items:flex-end !important;
		color:#fff;
	}
	
	.tablet-column {
		display:flex;
		flex-direction:column;
	}
	
	.tablet-row {
		display:flex;
		flex-direction:row;
		text-align:left;
	}
	
	.logo_wrap {
		max-width:100%;
		min-width:80%;
	}
	
	.section2-m {
		margin-top:-80px;
	}
	
	.absolute_img {
		position:absolute;
		bottom:70%;
		right:0%;
		z-index:100;
	}
	
	.dash-card:nth-of-type(3) {
		border-right:none;
		
	}
	
	.dash-card:nth-of-type(9) {
		border-right:none;
		
	}
    
}


@media (min-width: 991px){

	.page-header2 {
	    height: 30vh !important;
	    background-color: #F0F0F0;
	    background-position: center center;
	    background-size: cover;
	    margin-top: 0;
	    padding: 0;
	    border: 0;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    align-items: flex-end;
	}
	
	
	.service_b_img {
		display:none;
	}
	
	.tablet-column {
		display:flex;
		flex-direction:row;
	}
	
	.tablet-row {
		display:flex;
		flex-direction:column;
	}
	
	.page-header1 { 
		height:30vh !important; 
		display:flex;
		align-items:flex-end;
		border-bottom: 1px solid #ddd;
	}
	
	.logo_wrap {
		max-width:100%;
		min-width:80%;
	}
	
	
	
	
}


@media (min-width: 1024px){
	.nav-btn {
		display:none;
	}
	
	.tablet_btn {
		visibility:visible;
	}
	
	.absolute_img1 {
	    position: absolute;
	    bottom: 70%;
	    right: 10% !important;
	    z-index: 100;
	}
	
	.service_b_img {
		display:block;
	}
	
	.page-header1 { 
		height:30vh !important; 
		display:flex;
		align-items:flex-end;
		border-bottom: 1px solid #ddd;
	}
	
	.page-header2 {
	    height: 30vh !important;
	    background-color: #F0F0F0;
	    background-position: center center;
	    background-size: cover;
	    margin-top: 0;
	    padding: 0;
	    border: 0;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    align-items: flex-end;
	}
	
	.page-header3 {
		background-color:#22b0b1; 
		height:30vh !important; 
		min-height:30vh !important;
		display:flex;
		align-items:flex-end !important;
		color:#fff;
	}
	
	.tablet-column {
		display:flex;
		flex-direction:row;
	}
	
	.tablet-row {
		display:flex;
		flex-direction:column;
	}
	
	.logo_wrap {
		max-width:100%;
		min-width:60%;
	}
	
	.absolute_img {
		position:absolute;
		bottom:70%;
		right:15%;
		z-index:100;
		max-width:500px;
	}
	
	

}



@media (min-width: 1200px) {
    .card-rotate {
        width: 80%;
    }
    
    .nav-btn {
		display:block;
	}
	
	.tablet_btn {
		display:none;
	}
	
	
	.service_b_img {
		display:block;
	}
	
	.absolute_img1 {
	    position: absolute;
	    bottom: 55%;
	    right: 10% !important;
	    z-index: 100;
	}
	
	.page-header1 { 
		height:45vh !important; 
		display:flex;
		align-items:flex-end;
		border-bottom: 1px solid #ddd;
	}
	
	.page-header2 {
	    height: 45vh !important;
	    background-color: #F0F0F0;
	    background-position: center center;
	    background-size: cover;
	    margin-top: 0;
	    padding: 0;
	    border: 0;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    align-items: flex-end;
	}
	
	.page-header3 {
		background-color:#22b0b1; 
		height:45vh !important; 
		min-height:45vh !important;
		display:flex;
		align-items:flex-end !important;
		color:#fff;
	}
 	
 	.tablet-column {
		display:flex;
		flex-direction:row !important;
	}
	
	.tablet-row {
		display:flex;
		flex-direction:column !important;
	}
	
	.logo_wrap {
		max-width:100%;
/* 		min-width:40%; */
		min-width:50%;
	}

	.absolute_img {
		position:absolute;
		bottom:56%;
		right:15%;
		z-index:100;
		max-width:700px;
	}
	
}


	

/*텍스트 박스*/

.text-box-xs {
	height:130px;	
}

.text-box-s {
	height:150px;	
}

.text-box-m {
	height:160px;	
}

.text-box-l {
	height:210px;	
}



/*service*/

.title {
	margin-top:10px !important;
	margin-bottom:10px !important;
} 

.b_title {
	font-size:1.9rem;
	font-weight:700;
} 

.service_title {
	color:#23B0B0;
	margin-top:-10px;
	font-size:1.3rem;
	font-weight:500;
	
}

.page-header2 {
    height: 45vh;
    background-color: #F0F0F0;
    background-position: center center;
    background-size: cover;
    margin-top: 0;
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
}

.card-color_2 {
    background: #fff;
    color: #666;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}


.s_t_box {
	background:#23B0B0;
	color:#fff;
	text-align:center;
	border-radius:10px;
}

.s_t_box_2 {
	background:#eee;
	color:#999;
	text-align:center;
	border-radius:10px;
}

.s_t_box_3 {
	background:#F44336;
	color:#fff;
	text-align:center;
	border-radius:10px;
}

.s_t_box_4 {
	background:#fff;
	color:#999;
	text-align:center;
	border-radius:10px;
}


.g_title {
	font-size:1.75rem;
	font-weight:bold;
	
}

.sub_title {
	font-size:1.6rem;
	font-weight:bold;
	
}

.card-pricing .icon i {
	font-size:60px;
	
}

.icon-info img {
	width:28px !important;
	margin-top:5px;
}

.lift {
	background:#eee !important;
}

.svg-shim {
	width:70px !important;
	height:70px !important;
	border-radius:50%;
	background:#fff;
	padding:15px;
}

.info-horizontal .icon {
    float: none;
    margin-top: 0px;
    margin-right: 10px;
}

.card-height-1 {
	height:200px;
	
}

.card .card-body, .card .card-footer {
    padding:1rem;
}



/*중복css*/

.dot:after {content: ".";
    display: inline-block;
    color: #f44336;
    font-family:Noto Sans !important;
    font-size:60px;
    line-height: 0.1rem;
}



/*index.jsp 스크롤 버튼*/

.scroll-icon {
	margin-top:-60px;
}

.scroll-icon i {
	color:#23b0b0;
}


.scroll-icon:hover i {
	background-color: #23b0b0;
	color:#fff;
	transition:all 0.3s;
}

.btn.btn-fab, .btn.btn-just-icon {
    font-size: 28px;
    height: 40px;
    min-width: 40px;
    width: 40px;
    padding: 0;
    overflow: hidden;
    position: relative;
    opacity:0.95;
}

.btn.btn-fab .material-icons, .btn.btn-fab .fa, .btn.btn-just-icon .material-icons, .btn.btn-just-icon .fa  {
    margin-top: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 40px;
    font-size: 20px;
}


.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
    -webkit-box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(156 39 176 / 40%);
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(156 39 176 / 40%);
    background-color: #23b0b0 !important;
    color: #FFFFFF;
}


.text-gray {
	color:#999 !important;
}



/*
.h-bg-img {
	background-image:url(/assets/img/ghealth/service/hai_banner_img.png);
	background-repeat:no-repeat;
	background-position: right;
	background-size: 70vh;
}

.i-bg-img {
	background-image:url(/assets/img/ghealth/service/idna_banner_img.png);
	background-repeat:no-repeat;
	background-position: right 20% bottom 0%;
	background-size: 70vh;
}
*/



/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}


.shadow-light-lg {
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.05) !important; }
		
.flickity-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: calc(1.6em + 1.625rem + 2px);
  height: calc(1.6em + 1.625rem + 2px);
  background-color: #335EEA;
  box-shadow: 0 0.5rem 1.5rem rgba(22, 28, 45, 0.05);
  color: #FFFFFF; }
  .flickity-button::before, .flickity-button::after {
    font-family: "Feather"; }
  .flickity-button:hover, .flickity-button:focus {
    background-color: #335EEA;
    box-shadow: 0 0.5rem 1.5rem rgba(22, 28, 45, 0.1); }

.flickity-button.previous {
  left: 0;
  -webkit-transform: translate(calc(-50% + 10px), -50%);
          transform: translate(calc(-50% + 10px), -50%); }
  @media (min-width: 768px) {
    .flickity-button.previous {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  .flickity-button.previous::before {
    content: "\e910"; }

.flickity-button.next {
  right: 0;
  -webkit-transform: translate(calc(50% - 10px), -50%);
          transform: translate(calc(50% - 10px), -50%); }
  @media (min-width: 768px) {
    .flickity-button.next {
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%); } }
  .flickity-button.next::before {
    content: "\e912"; }

.flickity-button-icon {
  display: none; }

.flickity-button-white .flickity-button {
  background-color: #FFFFFF;
  color: #335EEA; }

.flickity-button-bottom .flickity-button {
  top: auto;
  bottom: 1.5rem;
  -webkit-transform: none;
          transform: none; }

.flickity-button-bottom .flickity-button.previous {
  left: auto;
  right: 6.375rem; }

.flickity-button-bottom .flickity-button.next {
  left: auto;
  right: 2.5rem; }

.flickity-button-inset .flickity-button {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.flickity-button-inset .flickity-button.previous {
  left: 1.5rem; }

.flickity-button-inset .flickity-button.next {
  right: 1.5rem; }

.flickity-viewport-visible .flickity-viewport {
  overflow: visible; }

[data-flickity*='"adaptiveHeight": true'] .flickity-viewport {
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
.lift {
  -webkit-transition: box-shadow .25s ease, -webkit-transform .25s ease;
  transition: box-shadow .25s ease, -webkit-transform .25s ease;
  transition: box-shadow .25s ease, transform .25s ease;
  transition: box-shadow .25s ease, transform .25s ease, -webkit-transform .25s ease; }

.lift:hover,
.lift:focus {
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0); }

.lift-lg:hover,
.lift-lg:focus {
  box-shadow: 0 2rem 5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.05) !important;
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0); }		

.modal01 .modal01-container {
    z-index: 1500;
	position: fixed;
    top: 10px;
    right: 10px;
    max-width: 36em;
    min-width: 18em;
    line-height: 1.4;
    text-align: center;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    padding: 13px;
}
.modal01-top {height: 2rem; line-height: 2rem;}
.top-btn-close {float: right; font-size: 1.3rem; color: #cccccc; cursor: pointer; padding: 0.4rem 0.8rem 0 0.8rem;}
.modal01-top i:hover {color: #999;}
.modal01 .modal01-content {padding: 0 0.5rem 0.5rem 0.5rem;}
.modal01-image {width: 100%; height: auto;}
.modal01 .btn-container {display: flex; justify-content: center; padding-bottom: 0.5rem; text-align: center;}
.modal01 .btn-container .btn-close {margin-left: 0.8rem;}
.modal01 .btn-container a, .modal01 .btn-container .btn.btn-white:hover {border: 1px solid #999999; color: #5e5e5e;}

@media (min-width: 0px) and (max-width: 620px) {
	.modal01 .modal01-container {left: 10px !important;}
	.modal01 .modal01-container .btn {font-size: 0.8rem !important; padding: 8px 22px !important;}
}