@charset "UTF-8";
/* 인덱스 */
::-moz-selection {
   background: #00b894;
   color: #fff;
}
::selection {
   background: #00b894;
   color: #fff;
}
@font-face {
    font-family: 'gamtan';
    src: url('../font/regular.ttf') format('truetype'), url('../font/thin.ttf') format('truetype'), url('../font/bold.ttf') format('truetype');
    font-style: normal;
}
.defaultIni {
    font-family: gamtan, serif;
}
.defaultIni-bold {
	font-weight: bold;
}
.main-isMobile {
	display: none;
}
.main-isPC {
	display: block;
}
@media (max-width: 991px) {
	.main-isMobile {
		display: block;
	}
	.main-isPC {
		display: none;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		justify-content: center;
	}
	.dropdown-menu {
		display: none;
		position: absolute;
		left: 0;
		z-index: 1000;
	}

	.nav-hover:hover .dropdown-menu {
		display: block;
		position: absolute;
		z-index: 1000;
		left: 0;
		top: 54px;
		width: 100%;
		height: 205px; /* 205px */
		background-color:#fff;
		border: 0;
	}
	.nav-p {
		padding: 0px 30px 0px 0px;
	}
}
.main-bg {
	background-image: linear-gradient(rgba(0, 0, 0, 0.6) 27%, rgba(0, 0, 0, 0.6) 80%),
				  url("../img/call.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	background-attachment: fixed;
}
.noneLine {
	text-decoration-line: none;
}
.bgimg01 {
	background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url('../img/bg2.jpg');
	background-size : cover;
	background-repeat: no-repeat;
}
/************/
.btn-location {
	width: 10% !important;
}
.btn-location-lt {
	border: 2px solid white;
	border-radius: 50%;
	background-color: #000;
	position: relative;
	left: 30px;
}
.btn-location-rt {
	border: 2px solid white;
	border-radius: 50%;
	background-color: #000;
	position: relative;
	right: 30px;
}
.navColor {
	height: 69px;
	top: 0;
	background-color: rgba(255, 255, 255, 0.6);
	position: sticky;
	width: 100%;
	z-index: 99;
}
nav.navColors {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 16px 20px 30px 20px;
	display: flex;
	align-items: center;
	transition: 0.3s ease-out;
	backdrop-filter: blur(8px) brightness(1.2);
	-webkit-backdrop-filter: blur(8px) brightness(1.2);
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.85);
	color: white;
	font-size: 16px;
	z-index: 100;
}
@media (width < 992px) {
	.navDropdown {
		height: 100%;
		background-color: rgba(255, 255, 255, 0.6);
		width: 100%;
	}
}
.navLine {
	background-color: #BDBDBD;
	width: 100%;
	height: 1px;
}
.spanFont {
	background-image: linear-gradient(transparent calc(65% - 5px), #58ACFA 5px);
	background-size: 0;
	background-repeat: no-repeat;
	display: inline;
	transition: 0.5s ease;
}
p:hover .spanFont {
	background-size: 100%;
}
/************/
*{
	transition-duration: 0.8s;
}
/*
.scrollIni {
	height: calc(100vh - 69px);
	width: 100%;
}
*/
/************
*
*	plus
*
*************/
.px-container {
	bottom:35px;
	right:35px;
	position:fixed;
	display:block;
	width:64px;
	height:64px;
	background-color:transparent;
	border-radius:50%;
	z-index:20;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.first {
	width:90%;
	height:90%;
	background-color:#04B404;
	border-radius:50%;
	position:absolute;
	color:white;
	text-align:center;
	line-height:70px;
	bottom:25%;
	right:25%;
	z-index:19;
	transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	opacity: 0;
}
.second {
	width:90%;
	height:90%;
	/*
	background-color:#0089D0;
	*/
	border-radius:50%;
	position:absolute;
	color:white;
	text-align:center;
	line-height:40px;
	bottom:25%;
	right:25%;
	transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .2s;  
	opacity: 0;
}
.third {
	width:90%;
	height:90%;
	background-color:#0089D0;
	border-radius:50%;
	position:absolute;
	color:white;
	text-align:center;
	line-height:70px;
	bottom:25%;
	right:25%;
	transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .4s;  
	opacity: 0;
}
.fourth {
	width:90%;
	height:90%;
	/*
	background-color:#0089D0;
	*/
	border-radius:50%;
	position:absolute;
	color:white;
	text-align:center;
	line-height:40px;
	bottom:25%;
	right:25%;
	z-index:19;
	transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .6s;
	opacity: 0;
}
.fifth {
	width:90%;
	height:90%;
	border-radius:50%;
	position:absolute;
	color:white;
	text-align:center;
	line-height:40px;
	bottom:25%;
	right:25%;
	z-index:19;
	transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .8s;
	opacity: 0;
}
.sixth {
	width:90%;
	height:90%;
	border-radius:50%;
	position:absolute;
	color:white;
	text-align:center;
	line-height:40px;
	bottom:25%;
	right:25%;
	z-index:19;
	transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 1.0s;
	opacity: 0;
}
.seventh {
	width:90%;
	height:90%;
	border-radius:50%;
	position:absolute;
	color:white;
	text-align:center;
	line-height:40px;
	bottom:25%;
	right:25%;
	z-index:19;
	transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 1.2s;
	opacity: 0;
}
.bigOne {
	bottom:35px;
	right:35px;
	width:64px;
	height:64px;
	background:#ff3131;
	border-radius:50%;
	position:absolute;
	z-index:21;
	color:white;
	text-align:center;
	line-height:90px;
	cursor:pointer;
	position:fixed;
}
/************/
.mainOne {
	background-image: linear-gradient(rgba(0, 137, 208, 0.9) 27%, rgba(62, 205, 94, 0.85) 40%, rgba(50, 50, 50, 0.9) 80%),
					  url("../img/call.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	background-attachment: fixed;
}
.mainCross {
	height: calc(850px/3);
}
.mainCrossBorder {
	height: 1px;
	background-color: #fff;
}
/************/
.mainTwo {
	background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url('../img/bg2.jpg');
	background-size : cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.mainTwo-one {
	width: 100%;
	height: 560px;
	background-color: rgba(0, 0, 0, 0);
}
.mainTwo-content-title {
	background-color: rgba(0, 0, 0, 0.4);
	z-index:1;
}
.mainThree {
	height: 550px;
	width: 100%;
}

@media (width < 642px) {
	.mainThree {
		height: 727px;
	}
}
@media (width < 528px) {
	.mainThree {
		height: 610px;
	}
}
@media (width < 422px) {
	.mainThree {
		height: 500px;
	}
}
.mainThree-logo {
	background-color: #E6EBF1;
	background-image: url("../img/back_logo.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.doctorsP-1 {
	background: linear-gradient(to right top, #861657, #ffa69e);
	color: transparent;
	-webkit-background-clip: text;
}
.mainFive-two {
	background-color: #31354E;
	color: white;
}
.partnersP-1 {
	background: linear-gradient(to right top, #58ACFA, #3ecd5e);
	color: transparent;
	-webkit-background-clip: text;
	font-weight: bold;
}
.mainFour-one {
	background-color: #fff;
}
.mainFour-two {
	background-color: #E6EBF1;
}
.iconsP {
	margin: 0;
}
/************/

.txtIni{
	padding: 1rem;
	margin: 1.5rem;
}
.topTxt {
	font-size: 64px;
	color: white;
}
.middleTxt {
	font-size: 20px;
	color: white;
}
/************/
.footer-one {
	background-color: #1C293C;
}
.footer-one-content {
	height: 20px;
	transform: translate(0, 80%);
}
.footer-two-content {
	color: #999999;
	font-size: 12px;
	height: 20px;
	transform: translate(0, 80%);
}
.footer-three-content {
	color: #999999;
	font-size: 13px;
}
.footerLine {
	background-color: #1C293C;
	width: 100%;
	height: 1px;
}
.footerP {
	line-height: 18px;
	font-size: 12px;
	height: 60px;
	position: relative;
	margin: 0;
}
.footerP3 {
	text-align: right;
	color: #1C293C;
	line-height: 18px;
	font-size: 12px;
	height: 20px;
	position: relative;
	margin: 0;
}
.footerPp {
	height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}
.footerP2 {
	padding: 17px 0 0;
	line-height: 4px;
}
/************/
.navColor2 {
	height: 69px;
}
@media (width > 1280px) {
	.m-pang {
		min-height: 300px;
		display: none;
	}
	.m-display {
		height: 250px;
	}
}
@media (width < 1281px) {
	.m-pang {
	position: relative;
	width: 100%;
	height: 300px;
	background-image: url('../img/c_mainf.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	}
	.m-display {
		display: none;
	}
}
.c-text {
	color: white;
	text-shadow: 0 3px 8px rgba(0,0,0,0.9);
	z-index: 2;
	margin: 0;
}
p.c-text {
	padding: 2px 0 2px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.4);
}
.u-line {
	margin: 10px 30px 15px;
	height: 3px;
	background-color: #fff;
	box-shadow: 0 3px 8px rgba(0,0,0,0.9);
}
/************/
/************
*
*	진료과목
*
*************/
.mc-textTitle {
	animation: fadeIn 1s ease-in both;
	background: linear-gradient(to right top, #58ACFA, #3ecd5e);
	color: transparent;
	-webkit-background-clip: text;
	word-break: keep-all;
	font-weight: bold;
}
.mc-textSubTitle {
	animation: fadeIn 2s ease-in both;
	word-break: keep-all;
}
@keyframes fadeIn {
 0% {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.mc-textTitle2 {
    font-family: gamtan;
	word-break: keep-all;
}
.mc-title {
	position: relative;
	width: 100%;
	height: 150px;
	word-break: keep-all;
}
.mc-profile {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50px 5px 5px 50px;
	background-color: #fafafa;
	box-shadow: 0 0 2rem #babbbc;
	animation: show-profile 1.5s forwards ease-in-out;
}
@keyframes show-profile {
	0% {
		width: 0;
	}
}
.mc-profile .mc-photo, .mc-profile .mc-content {
	box-sizing: border-box;
}
.mc-profile .mc-photo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #fafafa;
	background-color: #fafafa;
	box-shadow: 0 0 0.5rem #babbbc;
	animation: rotate-photo 1.5s forwards ease-in-out;
}
@keyframes rotate-photo {
	100% {
		transform: rotate(-360deg);
	}
}
.mc-profile .mc-photo img {
	width: 100%;
}
.mc-profile .mc-content {
	padding: 10px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.mc-profile .mc-content::before {
	content: "";
	position: absolute;
	width: 65%;
	height: 240%;
	background-color: #58ACFA;
	left: 50px;
	top: -76px;
	z-index: -1;
	transform: rotate(-8deg);
}
.mc-profile .mc-content .mc-text {
	margin-top: 15px;
	margin-left: 100px;
}
.mc-profile .mc-content .mc-text h3, .mc-profile .mc-content .mc-text h6 {
	color: white;
	font-weight: normal;
	margin: 3px 0;
	letter-spacing: 0.5px;
	white-space: nowrap;
}
.mc-chi {
	position: absolute;
	left: 50%;
	margin-left: -119px;
}
/************
*
*	의료진소개
*
*************/
.doc-hstry {
	margin: 0;
}
.doc-hstry2 {
	margin: 16px 0 0;
}
.doc-hstry22 {
	margin: 0;
}
.doc-title h1 {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5em;
	padding-bottom: 15px;
	position: relative;
}
.doc-title h1:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	width: 55px;
	background-color: #111;
}
.doc-title h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 1px;
	width: 95%;
	max-width: 255px;
	background-color: #333;
}
.doc-title h1 span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 2em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);
}

.doc-doctor-bg {
	margin: 0;
	width: 100%;
	background-image: url('./layouts/happy/src/img/doc/bg.jpg'); 
	background-repeat: no-repeat; 
	background-position: center; 
}
.doc-doctor-bg2 {
	background-image: linear-gradient(90deg, transparent 0%, rgb(230, 235, 241) 100%);
}
.doc-doctor-bg3 {
	background-image: linear-gradient(90deg, rgb(230, 235, 241) 0%, transparent 100%);
}
.doc-doctor-bg4 {
	backdrop-filter: blur(5px);
}
.arrow-par-right {
    position: absolute;
    padding: 40px;
	right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
    transition: background-color 0.3s, color 0.3s;
	height: 100%;
	z-index: 999;
}
.arrow-par-left {
    position: absolute;
    padding: 40px;
	left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
    transition: background-color 0.3s, color 0.3s;
	height: 100%;
	z-index: 999;
}
.arrow-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    text-decoration: none;
    color: white;
    font-size: 24px;
}
.arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    text-decoration: none;
    color: white;
    font-size: 24px;
}

.left-arrow {
    left: 0;
}

.right-arrow {
    right: 0;
}

.arrow-left:hover {
    color: black;
}
.arrow-right:hover {
    color: black;
}
.doc-doctor2-bg {
	margin: 0;
	width: 100%;
	background-color: #F7F9F9;
}
.doc-doctor2-1 {
	margin: 0;
	padding: 32px 0 32px;
}
.image-containers {
    position: relative;
    overflow: hidden;
}

.fade-in-up {
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 2s ease-in-out forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/************
*
*	시설안내
*
*************/
.inf-hover li:hover {
	background: linear-gradient(to right top, #58ACFA, #3ecd5e);
	cursor: pointer;
}
.inf-hover li:hover span {
	color: #fff;
}
.mc-textTitle3 {
	background: linear-gradient(to right top, #58ACFA, #3ecd5e);
	color: transparent;
	-webkit-background-clip: text;
	word-break: keep-all;
	margin: 0;
}
.mc-textTitle4 {
	color: #666;
	word-break: keep-all;
	margin: 0;
	padding: 0.5rem 0 0;
}

.wrapper {
  max-width: 60em;
  margin: 0 0 14px;
  position: relative;
}

.inputs {
  display: none;
}

/*(x+1)*100*/
.inner {
  width: 1600%;
  line-height: 0;
}

/*(1/(x+1))*100*/
.inf-article {
  width: calc(1/16*100%);
  float: left;
  position: relative;
}
.inf-article img {
  width: 100%;
}
.inf-imgs {
	width: 100%;
	height: 642px;
	object-fit: cover;
}
.slider-prev-next-control {
  height: 50px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-prev-next-control label {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.7;
}
.slider-prev-next-control label:hover {
  opacity: 1;
}

.slider-dot-control {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.slider-dot-control label {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bbb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-dot-control label:hover {
  background: #ccc;
  border-color: #777;
}

.inf-info {
  position: absolute;
  font-style: italic;
  line-height: 20px;
  opacity: 0;
  color: #000;
  text-align: left;
  -webkit-transition: all 1000ms ease-out 600ms;
  -moz-transition: all 1000ms ease-out 600ms;
  transition: all 1000ms ease-out 600ms;
}
.inf-info h3 {
  color: #fcfff4;
  text-shadow: 0px 0px 8px black;
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 1.5em;
  font-style: normal;
}
.inf-info.top-left {
  top: 30px;
  left: 30px;
}
.inf-info.top-right {
  top: 30px;
  right: 30px;
}
.inf-info.bottom-left {
  bottom: 30px;
  left: 30px;
}
.inf-info.bottom-right {
  bottom: 30px;
  right: 30px;
}

.slider-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #666;
  background: #fcfff4;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.slider-wrapper .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
/*이전*/
#slide1:checked ~ .slider-prev-next-control label:nth-child(15)::after, 
#slide15:checked ~ .slider-prev-next-control label:nth-child(14)::after, 
#slide14:checked ~ .slider-prev-next-control label:nth-child(13)::after, 
#slide13:checked ~ .slider-prev-next-control label:nth-child(12)::after, 
#slide12:checked ~ .slider-prev-next-control label:nth-child(11)::after, 
#slide11:checked ~ .slider-prev-next-control label:nth-child(10)::after, 
#slide10:checked ~ .slider-prev-next-control label:nth-child(9)::after, 
#slide9:checked ~ .slider-prev-next-control label:nth-child(8)::after, 
#slide8:checked ~ .slider-prev-next-control label:nth-child(7)::after, 
#slide7:checked ~ .slider-prev-next-control label:nth-child(6)::after, 
#slide6:checked ~ .slider-prev-next-control label:nth-child(5)::after, 
#slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, 
#slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, 
#slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, 
#slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, 
/*다음*/
#slide15:checked ~ .slider-prev-next-control label:nth-child(1)::after, 
#slide14:checked ~ .slider-prev-next-control label:nth-child(15)::after, 
#slide13:checked ~ .slider-prev-next-control label:nth-child(14)::after, 
#slide12:checked ~ .slider-prev-next-control label:nth-child(13)::after, 
#slide11:checked ~ .slider-prev-next-control label:nth-child(12)::after, 
#slide10:checked ~ .slider-prev-next-control label:nth-child(11)::after, 
#slide9:checked ~ .slider-prev-next-control label:nth-child(10)::after, 
#slide8:checked ~ .slider-prev-next-control label:nth-child(9)::after, 
#slide7:checked ~ .slider-prev-next-control label:nth-child(8)::after, 
#slide6:checked ~ .slider-prev-next-control label:nth-child(7)::after, 
#slide5:checked ~ .slider-prev-next-control label:nth-child(6)::after, 
#slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, 
#slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, 
#slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, 
#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  padding: 0 8px 0;
  line-height: 38px;
  font-size: 2em;
  display: block;
  color: #777;
}


/*오른쪽 화살표 동그라미*/
#slide15:checked ~ .slider-prev-next-control label:nth-child(1), 
#slide14:checked ~ .slider-prev-next-control label:nth-child(15), 
#slide13:checked ~ .slider-prev-next-control label:nth-child(14), 
#slide12:checked ~ .slider-prev-next-control label:nth-child(13), 
#slide11:checked ~ .slider-prev-next-control label:nth-child(12), 
#slide10:checked ~ .slider-prev-next-control label:nth-child(11), 
#slide9:checked ~ .slider-prev-next-control label:nth-child(10), 
#slide8:checked ~ .slider-prev-next-control label:nth-child(9), 
#slide7:checked ~ .slider-prev-next-control label:nth-child(8), 
#slide6:checked ~ .slider-prev-next-control label:nth-child(7), 
#slide5:checked ~ .slider-prev-next-control label:nth-child(6), 
#slide4:checked ~ .slider-prev-next-control label:nth-child(5), 
#slide3:checked ~ .slider-prev-next-control label:nth-child(4), 
#slide2:checked ~ .slider-prev-next-control label:nth-child(3), 
#slide1:checked ~ .slider-prev-next-control label:nth-child(2) {
  display: block;
  float: right;
  margin-right: 5px;
}
/*오른쪽 화살표*/
#slide15:checked ~ .slider-prev-next-control label:nth-child(1)::after, 
#slide14:checked ~ .slider-prev-next-control label:nth-child(15)::after, 
#slide13:checked ~ .slider-prev-next-control label:nth-child(14)::after, 
#slide12:checked ~ .slider-prev-next-control label:nth-child(13)::after, 
#slide11:checked ~ .slider-prev-next-control label:nth-child(12)::after, 
#slide10:checked ~ .slider-prev-next-control label:nth-child(11)::after, 
#slide9:checked ~ .slider-prev-next-control label:nth-child(10)::after, 
#slide8:checked ~ .slider-prev-next-control label:nth-child(9)::after, 
#slide7:checked ~ .slider-prev-next-control label:nth-child(8)::after, 
#slide6:checked ~ .slider-prev-next-control label:nth-child(7)::after, 
#slide5:checked ~ .slider-prev-next-control label:nth-child(6)::after, 
#slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, 
#slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, 
#slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, 
#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after {
  content: "";
  padding-left: 10px;
  padding-top: 1px;
}
/*왼쪽 화살표 동그라미*/
#slide1:checked ~ .slider-prev-next-control label:nth-child(15), 
#slide15:checked ~ .slider-prev-next-control label:nth-child(14), 
#slide14:checked ~ .slider-prev-next-control label:nth-child(13), 
#slide13:checked ~ .slider-prev-next-control label:nth-child(12), 
#slide12:checked ~ .slider-prev-next-control label:nth-child(11), 
#slide11:checked ~ .slider-prev-next-control label:nth-child(10), 
#slide10:checked ~ .slider-prev-next-control label:nth-child(9), 
#slide9:checked ~ .slider-prev-next-control label:nth-child(8), 
#slide8:checked ~ .slider-prev-next-control label:nth-child(7), 
#slide7:checked ~ .slider-prev-next-control label:nth-child(6), 
#slide6:checked ~ .slider-prev-next-control label:nth-child(5), 
#slide5:checked ~ .slider-prev-next-control label:nth-child(4), 
#slide4:checked ~ .slider-prev-next-control label:nth-child(3), 
#slide3:checked ~ .slider-prev-next-control label:nth-child(2), 
#slide2:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: left;
  margin-left: 5px;
}
/*왼쪽 화살표*/
#slide1:checked ~ .slider-prev-next-control label:nth-child(15)::after, 
#slide15:checked ~ .slider-prev-next-control label:nth-child(14)::after, 
#slide14:checked ~ .slider-prev-next-control label:nth-child(13)::after, 
#slide13:checked ~ .slider-prev-next-control label:nth-child(12)::after, 
#slide12:checked ~ .slider-prev-next-control label:nth-child(11)::after, 
#slide11:checked ~ .slider-prev-next-control label:nth-child(10)::after, 
#slide10:checked ~ .slider-prev-next-control label:nth-child(9)::after, 
#slide9:checked ~ .slider-prev-next-control label:nth-child(8)::after, 
#slide8:checked ~ .slider-prev-next-control label:nth-child(7)::after, 
#slide7:checked ~ .slider-prev-next-control label:nth-child(6)::after, 
#slide6:checked ~ .slider-prev-next-control label:nth-child(5)::after, 
#slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, 
#slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, 
#slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, 
#slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "";
  padding-left: 7px;
  padding-top: 1px;
}

/*중앙 하단 점*/
#slide15:checked ~ .slider-dot-control label:nth-child(15), 
#slide14:checked ~ .slider-dot-control label:nth-child(14), 
#slide13:checked ~ .slider-dot-control label:nth-child(13), 
#slide12:checked ~ .slider-dot-control label:nth-child(12), 
#slide11:checked ~ .slider-dot-control label:nth-child(11), 
#slide10:checked ~ .slider-dot-control label:nth-child(10), 
#slide9:checked ~ .slider-dot-control label:nth-child(9), 
#slide8:checked ~ .slider-dot-control label:nth-child(8), 
#slide7:checked ~ .slider-dot-control label:nth-child(7), 
#slide6:checked ~ .slider-dot-control label:nth-child(6), 
#slide5:checked ~ .slider-dot-control label:nth-child(5), 
#slide4:checked ~ .slider-dot-control label:nth-child(4), 
#slide3:checked ~ .slider-dot-control label:nth-child(3), 
#slide2:checked ~ .slider-dot-control label:nth-child(2), 
#slide1:checked ~ .slider-dot-control label:nth-child(1) {
  background: #333;
} 
#slide15:checked ~ .slider-wrapper article:nth-child(15) .inf-info, 
#slide14:checked ~ .slider-wrapper article:nth-child(14) .inf-info, 
#slide13:checked ~ .slider-wrapper article:nth-child(13) .inf-info, 
#slide12:checked ~ .slider-wrapper article:nth-child(12) .inf-info, 
#slide11:checked ~ .slider-wrapper article:nth-child(11) .inf-info, 
#slide10:checked ~ .slider-wrapper article:nth-child(10) .inf-info, 
#slide9:checked ~ .slider-wrapper article:nth-child(9) .inf-info, 
#slide8:checked ~ .slider-wrapper article:nth-child(8) .inf-info, 
#slide7:checked ~ .slider-wrapper article:nth-child(7) .inf-info, 
#slide6:checked ~ .slider-wrapper article:nth-child(6) .inf-info, 
#slide5:checked ~ .slider-wrapper article:nth-child(5) .inf-info, 
#slide4:checked ~ .slider-wrapper article:nth-child(4) .inf-info, 
#slide3:checked ~ .slider-wrapper article:nth-child(3) .inf-info, 
#slide2:checked ~ .slider-wrapper article:nth-child(2) .inf-info, 
#slide1:checked ~ .slider-wrapper article:nth-child(1) .inf-info {
  opacity: 1;
}

#slide1:checked ~ .slider-wrapper .inner {
  margin-left: 0%;
}
#slide2:checked ~ .slider-wrapper .inner {
  margin-left: -100%;
}
#slide3:checked ~ .slider-wrapper .inner {
  margin-left: -200%;
}
#slide4:checked ~ .slider-wrapper .inner {
  margin-left: -300%;
}
#slide5:checked ~ .slider-wrapper .inner {
  margin-left: -400%;
}
#slide6:checked ~ .slider-wrapper .inner { margin-left: -500%;}
#slide7:checked ~ .slider-wrapper .inner { margin-left: -600%;}
#slide8:checked ~ .slider-wrapper .inner { margin-left: -700%;}
#slide9:checked ~ .slider-wrapper .inner { margin-left: -800%;}
#slide10:checked ~ .slider-wrapper .inner { margin-left: -900%;}
#slide11:checked ~ .slider-wrapper .inner { margin-left: -1000%;}
#slide12:checked ~ .slider-wrapper .inner { margin-left: -1100%;}
#slide13:checked ~ .slider-wrapper .inner { margin-left: -1200%;}
#slide14:checked ~ .slider-wrapper .inner { margin-left: -1300%;}
#slide15:checked ~ .slider-wrapper .inner { margin-left: -1400%;}
@media only screen and (max-width: 850px) and (min-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }
}
@media only screen and (max-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }

  .slider-wrapper .inf-info {
    opacity: 0;
  }
}
/************
*
*	입원안내
*
*************/
a.kbtn {
	padding: 0;
	text-align: center;
	line-height: 50px;
	color: #000;
	border-radius: 12px;
	transition: all 0.2s ;
	text-decoration-line: none;
}

.btnColor {
  background: #FEE500;
  width: 240px;
  height: 50px;
  display: block;
}
.kbtnDiv {
  width: 240px;
  height: 50px;
}
/************
*
*	로그인페이지
*
*************/
.loginIni {
	height: calc(100vh - 69px);
	color: white;
}
.lgbg {
	background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url('../img/bg2.jpg');
	background-size : cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
a.lgbt {
	color: #fff;
	text-decoration-line: none;
}
/************
*
*	최근게시물
*
*************/
.cont-a {
	color: #585858;
	text-decoration-line: none;
}
.cont-a2 {
	color: #000;
	text-decoration-line: none;
}
/************
*
*	병원소개
*
*************/
.timeline {
  --color: rgba(30, 30, 30);
  --bgColor: rgba(255, 255, 255);
  display: grid;
  align-content: center;
  color: var(--color);
  background: var(--bgColor);
}
.timeline-ui {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

/* line */
.timeline-ui::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 120;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.timeline-ui li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.timeline-ui li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.timeline-ui li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.timeline-ui li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
.timeline-ui li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.timeline-ui li .title,
.timeline-ui li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
.timeline-ui li .title {
	overflow: hidden;
	padding-block-start: 1.5rem;
	padding-block-end: 1rem;
	font-size: 0.8rem;
	font-weight: 600;
	word-break: keep-all;
}
.timeline-ui li .descr {
	padding-block-end: 1.5rem;
	font-weight: 300;
}

/* shadows */
.timeline-ui li .title::before,
.timeline-ui li .descr::before {
	content: "";
	position: absolute;
	width: 90%;
	height: 0.5rem;
	background: rgba(0, 0, 0, 0.5);
	left: 50%;
	border-radius: 50%;
	filter: blur(4px);
	transform: translate(-50%, 50%);
}
.timeline-ui li .title::before {
  bottom: calc(100% + 0.125rem);
}

.timeline-ui li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .timeline-ui {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .timeline-ui::before {
    grid-column: 2;
  }
  .timeline-ui li:nth-child(odd) {
    grid-column: 1;
  }
  .timeline-ui li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .timeline-ui li:nth-child(2) {
    grid-row: 2/4;
  }

  .timeline-ui li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .timeline-ui li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .timeline-ui li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}
/************
*
*	재활치료
*
*************/
nav .nav .active {
	background-color: #58ACFA !important;
	color: white !important;
}
nav .nav button:not(.active) {
	color: black !important;
}
.nav-tabs {
	border-bottom: 0 !important;
}

.image-container {
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease-in-out;
	width: 100%;
	aspect-ratio: 4/3;
	border-radius: 6px;
}
.image-container img {
	width: 100%;
	height: 100%;
	filter: brightness(80%); 
	border-radius: 6px;
}

.image-container:hover img {
	transform: scale(1.1);
	filter: brightness(50%); 
}

.image-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white; 
	font-size: 24px; 
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 1); 
	opacity: 1;
	transition: opacity 0.3s ease-in-out; 
	width: 100%;
	word-break: keep-all;
}

.image-container:hover .image-text {
	opacity: 1;
}

.reh-ka {
	word-break: keep-all;
}
.reh-main-par {
	width: 100%;
}
.reh-main-card {
	background-image: url('./layouts/happy/src/img/reh/back_logo.png'); 
	background-size: 80%; 
	background-repeat: no-repeat; 
	background-position: center; 
	padding: 16px 16px 0;
	text-align: left;
	aspect-ratio: 1;
	margin: 0 !important;
	display:flex;
	align-items:center;
	border-width: 0 0 1px 0 ;
	border-style: solid;
	border-color: #D8D8D8;
}
.rmc-p {
	line-height: 20px;
}
.rmc-m {
	display:grid;
	align-items:center;
}