@charset "UTF-8";
/* ----- header ----- */
#header .header_container {pointer-events: auto;left: 0;width: 100%;height: 130px;box-sizing: border-box;transition: 0.15s ease-in-out;}
#header .header_container.header_main {position: absolute;background: rgba(0, 0, 0, 0.5);z-index: 1;}
#header .header_container > .container-1280 {
	position: static;
	height: 100%;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: flex;
	-webkit-box-align: center;-moz-align-items: center;-ms-flex-align: center;align-items: center;
	-webkit-box-pack: justify;-moz-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;
}
#header .header_container .logo {
	position: relative;z-index: 2;
	-webkit-box-pack: center;-moz-box-justify-content: center;-ms-flex-pack: center;
	justify-content: center;-webkit-box-align: center;-moz-align-items: center;-ms-flex-align: center;align-items: center;
}
#header .header_container .logo > a {display: flex;}
#header .header_container .logo > a div {font-size:26px;line-height: 33px;display: flex;align-items: center;padding-left: 10px;}
#header .header_container.header_main .logo > a div {font-size:26px;line-height: 33px;color:#fff;display: flex;align-items: center;padding-left: 10px;}
.nav_link {background-color: var(--color-white);z-index: 9;}
.nav_link.nav_main {background-color: unset;}
.nav_link ul {display: flex;z-index: 9;}
.nav_link ul li {padding: 0 35px;}
.nav_link ul li:first-child {display: none;border-bottom: 1px solid var(--color-light-gray2);}
.nav_link ul li img {width: 32px;}
.nav_link ul li a {padding: 0 2px;font-size: 21px;line-height: 21px;letter-spacing: -0.025em;}
.nav_link.nav_main ul li a {color: var(--color-white);}
.nav_link ul li a:hover {color:var(--color-green);}


/* mobile menu button */
.nav_link .ham-menu {display:none;position: absolute;top: 20px;right: 15px;width:30px;height:25px;cursor:pointer;}
.nav_link .ham-menu span,
.nav_link .ham-menu span:before,
.nav_link .ham-menu span:after{display:block;position:absolute;left:0;width:100%;height:3px;border-radius: 2px;background:var(--color-dark-gray);transition:all 0.3s;}
.nav_link.nav_main .ham-menu span,
.nav_link.nav_main .ham-menu span:before,
.nav_link.nav_main .ham-menu span:after{background:var(--color-white);}
.nav_link .ham-menu span{top:50%;transform:translateY(-50%,-50%);}
.nav_link .ham-menu span:before,
.nav_link .ham-menu span:after{content:'';}
.nav_link .ham-menu span:before{top:-10px;}
.nav_link .ham-menu span:after{top:10px;}
.nav_link.nav_main.open {background-color: var(--color-white);}
.nav_link.open .ham-menu>span {background:transparent;}
.nav_link.open .ham-menu>span:before{top:0;transform:rotate(45deg);}
.nav_link.open .ham-menu>span:after{top:0;transform:rotate(-45deg);}
.nav_link.nav_main.open .ham-menu span {background:transparent;}
.nav_link.nav_main.open .ham-menu span:before,
.nav_link.nav_main.open .ham-menu span:after{background:var(--color-black);}
@media screen and (max-width: 1300px) {
	.nav_link ul li {padding: 0 25px;}
}
@media screen and (max-width: 1024px) {
	#header .header_container {height: 70px;}
	#header .header_container .logo > a div,
	#header .header_container.header_main .logo > a div {font-size:17px;line-height: 19px;}
	#header .header_container .logo > a img {height: 55px;}

	.nav_link ul {display: none;flex-direction: column;}
	.nav_link ul li {padding: 10px 15px;}
	.nav_link ul li:first-child {display: block;}

    .nav_link.nav_main ul li a {color: var(--color-black);}

	.nav_link .ham-menu {display: block;}
	.nav_link.open {position: fixed;width: 300px;height: 100%;top: 0;right: 0;padding: 70px 20px 20px 20px;}
	.nav_link.open ul {display: block;}
}
@media screen and (max-width: 768px) {
	#header .header_container {height: 70px;}
	#header .header_container .logo > a div,
	#header .header_container.header_main .logo > a div {font-size:17px;line-height: 19px;}
	#header .header_container .logo > a img {height: 55px;}

	.nav_link ul li {padding: 10px 15px;}
	.nav_link .ham-menu {display: block;}
	.nav_link.open {width: 100%;text-align: center;}
}

#footer {display: flex;justify-content: center;align-items:center;height: 214px;background: var(--color-dark-gray);}
#footer ul {display: flex;justify-content: center;}
#footer ul li {font-weight: 300;font-size: 18px;font-size: 1.3em;color: var(--color-white);line-height: 33px;letter-spacing: -0.035em;}
#footer ul li::before {content: "";display: inline-block;width: 1px;height: 14px;background-color: var(--color-gray);margin: 0 13px;}
#footer ul.copyright li::before {width: 0;}
#footer ul li:first-child::before {display: none;}
#footer ul li span {font-weight: 400;}
#footer ul li span.design {color: var(--color-light-gray4);}
@media screen and (max-width: 1300px) {
	#footer ul li {font-size: 15px;font-size: 1.07em;}
	#footer ul li::before {height: 12px;margin: 0 7px;}
}
@media screen and (max-width: 998px) {
	#footer {height: 300px;padding: 0 40px;}
	#footer ul {justify-content: flex-start;flex-direction: column;}
	#footer ul li {line-height: 25px;}
	#footer ul li::before {display: none;}
	#footer ul.company {padding-bottom:10px;}
	#footer ul.copyright {border-top:1px solid var(--color-gray);padding-top:10px;}
}
@media screen and (max-width: 768px) {
	#footer ul li {font-size: 15px;font-size: 1.5em;}
}

/* ----- user page ----- */
/* contents */
.contents {position:relative;margin: 130px 0;}
.contents.main {position:relative;margin: 125px 0;}
.content-sub {display: flex;justify-content: space-between;}

.side {width: 230px;top: -300px;position: relative;}
.content {width: calc(100% - 360px);}
.content h1 {font-weight: 500; font-size: 30px;margin: 0 0 40px 0;}
.content h2 {font-weight: 500; font-size: 42px; color: var(--color-green);}
.content h2:before {content: '';display: inline-block;width: 47px;height: 67px;background: url(http://sd211222.cdn1.cafe24.com/img/common/ico_maker.png);background-size: 100%;background-repeat: no-repeat;background-position: top;}
@media screen and (max-width: 1300px) {
	.content {width: calc(100% - 260px);}
}
@media screen and (max-width: 1100px) {
    .content h2 {font-size: 38px;}
}
@media screen and (max-width: 1024px) {
	.contents {margin: 0 0 100px 0;}
	.content-sub {flex-direction: column;}
	.content h1 {margin-top: 10px;}
    .content h2 {font-size: 34px;}

	.side {display:flex;width: 100%;top: -20px;align-items: flex-end;}
	.content {position: relative;width: 100%;top: 0px;padding: 0 50px};
}
@media screen and (max-width: 768px) {
	.content {padding: 0 30px;}
	.content h2 {font-size: 32px;}
	.content h2:before {width: 30px;height: 45px;}
}

/* 서브페이지 베너 */
.sub__banner {display:flex;flex-direction:column;justify-content:center;align-items:center;height: 460px;background-repeat: no-repeat;background-position: center;background-size: cover;color:var(--color-white);}
.sub__banner .tit {font-weight:600;font-size:42px;}
.sub__banner .sub {font-weight:400;font-size:22px;}

/* 서브페이지 베너 custom */
.sub__banner.intro__banner {background-image: url(http://sd211222.cdn1.cafe24.com/img/banner/banner_intro.jpg);}
.sub__banner.greeting__banner {background-image: url(http://sd211222.cdn1.cafe24.com/img/banner/banner_greeting_new.jpg);}
.sub__banner.special__banner {background-image: url(http://sd211222.cdn1.cafe24.com/img/banner/banner_special.jpg);}
.sub__banner.map__banner {background-image: url(http://sd211222.cdn1.cafe24.com/img/banner/banner_map_new.jpg);}
.sub__banner.adm__banner {background-image: url(http://sd211222.cdn1.cafe24.com/img/banner/banner_ad.jpg);}
.sub__banner.care__banner {background-image: url(http://sd211222.cdn1.cafe24.com/img/banner/banner_clinical_1.jpg);}
.sub__banner.medical__banner {background-image: url(http://sd211222.cdn1.cafe24.com/img/banner/banner_medical.jpg);}
.sub__banner.notice__banner {background-image: url(http://sd211222.cdn1.cafe24.com/img/banner/banner_noti.jpg);}
.sub__banner.patient__banner {background-image: url(http://sd211222.cdn1.cafe24.com/img/banner/banner_patient.jpg);}
.sub__banner.program__banner {background-image: url(http://sd211222.cdn1.cafe24.com/img/banner/banner_pro.jpg);}
.sub__banner.qna__banner {background-image: url(http://sd211222.cdn1.cafe24.com/img/banner/banner_qna_new.jpg);}
.sub__banner.hospital__banner {background-image: url(http://sd211222.cdn1.cafe24.com/img/banner/banner_hospital.jpg);}
.sub__banner.state__banner {background-image: url(http://sd211222.cdn1.cafe24.com/img/banner/banner_state.png);}
.sub__banner.visit__banner {background-image: url(http://sd211222.cdn1.cafe24.com/img/banner/banner_visit.jpg);}
.sub__banner.prep__banner {background-image: url(http://sd211222.cdn1.cafe24.com/img/banner/banner_prep.jpg);}
.sub__banner.bene__banner {background-image: url(http://sd211222.cdn1.cafe24.com/img/banner/banner_benefit.jpg);}
.sub__banner.setting__banner {background-image: url(http://sd211222.cdn1.cafe24.com/img/banner/banner_setting.jpg);}
.sub__banner.collabo__banner {background-image: url(http://sd211222.cdn1.cafe24.com/img/banner/banner_collabo.jpg);}


/* 사이드메뉴 */
.sub__nav {position:relative;height: 115px;background-color: var(--color-light-green);}
.sub__nav .location {display: flex;align-items: center;justify-content: flex-end;height: 115px;}
.sub__nav ul {display: flex;justify-content: flex-end;}
.sub__nav ul li::before {content: "";width: 127px; height: 1px; display: inline-block;background-color: var(--color-dark-gray);vertical-align: middle;margin:0 10px;}
.sub__nav ul li:first-child::before {display: none;}

.sub__box {width: 230px;height: 230px;background-color: var(--color-green);display: flex;flex-direction:column;justify-content: center;align-items: center;}
.sub__box p {font-weight: 600;font-size: 20px;color:var(--color-white);padding-top:30px;}

.sub__menu {width: 230px;margin-top: 15px;}
.sub__menu ul {border: 1px solid var(--color-light-gray2);background-color: var(--color-white);}
.sub__menu ul li {border-bottom: 1px solid var(--color-light-gray2);}
.sub__menu ul li:last-child {border-bottom: none;}
.sub__menu ul li a {display: inline-block;width: 100%;height: 100%;}
.sub__menu ul li a span {display: inline-block;width: 100%;padding: 20px;font-weight: 600;font-size: 17px;}
.sub__menu ul li a:hover,
.sub__menu ul li a.active {color: var(--color-green);}

.sub__menu__mo {display: none;}
.sub__menu__mo > ul{width: 100%;position: relative;margin: 0 auto;background: #fff;}
.sub__menu__mo > ul > li{position: relative;display: inline-block;border-right: 1px solid #ddd;vertical-align: top;z-index: 2;}
.sub__menu__mo > ul > li > a {display: block;min-width: 200px;font-size: 15px;font-weight: 500;color: #333;text-decoration: none;line-height: 50px;}
.sub__menu__mo > ul > li > a::after {content: "";position: absolute;width: 10px;height: 10px;border-top: 1px solid #111;border-left: 1px solid #111;transform: rotate(-135deg);right: 10px;top: calc(50% - 5px);}
.sub__menu__mo > ul > li > ul{position: absolute;top: 50px;width: calc(100% + 1px);border: none;visibility: hidden;opacity: 0;transition: all 0.2s;}
.sub__menu__mo > ul > li > ul li {width:100%;}
.sub__menu__mo > ul > li > ul li a{display: block;padding: 12px 15px;font-size: 15px;text-decoration: none;transition: all 0.3s;}
.sub__menu__mo > ul > li > ul li:hover a{background: #f7f7f7;}
.sub__menu__mo > ul > li.on > ul{background: #fff;visibility: visible;opacity: 1;}
.sub__menu__mo > ul > li > ul li.hidden-gnb{display: none;}
@media screen and (max-width: 1024px) {
    .sub__nav {height: 40px;}
	.sub__nav .location {display:none;}
	.sub__box {width:40px; height:40px;}
	.sub__box img {width:65%;}
	.sub__box p {display:none;}

	.sub__menu {margin-top: 0;width: calc(100% - 40px);position: relative;top: 0;}
	.sub__menu .sub__menu__pc {display: none;}
	.sub__menu ul li:last-child {border-bottom: 1px solid var(--color-light-gray2);}
	/*.sub__menu ul {display: flex;border:none;}
	.sub__menu ul li {border: none;}*/

    .sub__menu__mo{display: block;}
    .sub__menu__mo > ul{display:flex;border: none;}
    .sub__menu__mo > ul > li{width: 50%;box-sizing: border-box;}
    .sub__menu__mo > ul > li > a {min-width: 0;font-size: 13px;padding: 0 0 0 10px;line-height: 40px;
    overflow: hidden;text-overflow: ellipsis;text-wrap: nowrap;}
    .sub__menu__mo > ul > li.d2 {border-bottom: 1px solid var(--color-light-gray2);}
    .sub__menu__mo > ul > li.d2 > ul {width: calc(100% + 2px);left: -1px;}
    .sub__menu__mo > ul > li > ul {display: inline-block;top: 40px;}
    .sub__menu__mo > ul > li > ul li {width:100%;border: 1px solid var(--color-light-gray2);border-top: none;}
    .sub__menu__mo > ul > li > ul li:first-child {border-top: 1px solid var(--color-light-gray2);}
    .sub__menu__mo > ul > li > ul li a{padding: 10px;font-size: 13px}
}

.sub__title {font-weight: 500;font-size: 20px;color: #111;line-height: 33px;}
.sub__detail {font-weight: 400;font-size: 15px;line-height: 32px;display: flex;margin-top: 25px;}
.sub__detail .list li {font-weight: 400;font-size: 15px;letter-spacing: -0.04em;}
.sub__detail .list li::before {content: "·";width: 13px;display: inline-block;}

.sub__rect {display: flex;padding:50px 0;}
.sub__rect ul {display: flex;align-items: center;width: 100%;height: 115px;background-color: var(--color-light-gray2);}
.sub__rect ul li {height: 40px;display: flex;align-items: center;padding-left:70px;}
.sub__rect ul li:nth-of-type(1) {font-weight: 500;font-size: 20px;line-height: 30px;}
.sub__rect ul li:nth-of-type(2) {font-weight: 400;font-size: 16px;line-height: 30px;}
.sub__rect ul li.ico__medical::before {content: "";width:50px;height:40px;background-image: url(http://sd211222.cdn1.cafe24.com/img/facility/ico_medical.png);display: inline-block;background-position: left;background-repeat: no-repeat;}

.sub__img__list {padding: 35px 0 85px 0;}
.sub__img__list ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
/* .sub__img__list ul li {padding: 15px 0;} */
.sub__img__list ul li img {width: -webkit-fill-available;border-bottom: 5px solid var(--color-black);}
.sub__img__list ul li p {font-size: 20px;line-height: 33px;letter-spacing: -0.05em;text-align: center;padding: 5px 0; margin-bottom: 30px}
@media screen and (max-width: 1200px) {
	.sub__img__list ul li {width:48%}
}
@media screen and (max-width: 768px) {
	.sub__img__list ul li {width: 100%;margin-bottom: 30px;}
}

/* 테이블 custom */
.tb.sub__tb {border-top: 5px solid var(--color-black);}
.tb.sub__tb tr th {background-color: var(--color-light-gray1);border-bottom: 1px solid var(--color-light-gray2);padding: 25px;text-align: left;font-weight:400;font-size: 15px;}
.tb.sub__tb tr td {border-bottom: 1px solid var(--color-light-gray2);padding: 25px;text-align: left;font-weight:400;font-size: 15px;}
.tb.sub__tb tr:last-child th,
.tb.sub__tb tr:last-child td {border-bottom: 1px solid var(--color-dark-gray);}
.tb.sub__tb tr th:first-child,
.tb.sub__tb tr td:first-child {width: 200px;}
@media screen and (max-width: 768px) {
	.tb.sub__tb tr th:first-child,
	.tb.sub__tb tr td:first-child {width: 140px;}
}

.tb.env__tb {border-top: 5px solid var(--color-black);}
.tb.env__tb thead tr th {width: calc(25% - 30px);height: 55px;background-color: var(--color-light-gray5);border-right: 1px solid var(--color-white);border-bottom: 1px solid var(--color-white);text-align: center;font-weight:400;font-size: 18px;color:var(--color-white);}
.tb.env__tb thead tr th:first-child {width: 120px;}
.tb.env__tb tbody tr th {width: 120px;background-color: var(--color-white);border-bottom: 1px solid var(--color-light-gray2);text-align: center;font-weight:400;font-size: 18px;}
.tb.env__tb tbody tr td {width: calc(25% - 30px);height: 55px;border-right: 1px solid var(--color-light-gray2);border-bottom: 1px solid var(--color-light-gray2);text-align: center;font-weight:300;font-size: 18px;}
.tb.env__tb tbody tr td.env_sum {width: 100%;background-color: var(--color-light-gray5);border-bottom: 1px solid var(--color-light-gray2);border-right: 1px solid var(--color-light-gray2);text-align: center;font-weight:400;font-size: 18px;color:var(--color-white);}
.tb.env__tb tbody tr td.env_total {width: 100%;background-color: var(--color-light-gray1);border-bottom: 1px solid var(--color-black);text-align: center;font-weight:400;font-size: 18px;color:var(--color-black);}
.tb.env__tb tbody tr:nth-child(even) td {background-color: var(--color-light-gray1);}
.tb.env__tb tbody tr:nth-child(odd) td {background-color: var(--color-white);}
.tb.env__tb tbody tr:nth-child(even) td.env_sum,
.tb.env__tb tbody tr:nth-child(odd) td.env_sum {background-color: var(--color-light-gray5);}
.tb.env__tb thead tr th:last-child,
.tb.env__tb tbody tr td:last-child {border-right: none;}
@media screen and (max-width: 996px) {
	.tb.env__tb thead tr th,
	.tb.env__tb tbody tr th,
	.tb.env__tb tbody tr td,
	.tb.env__tb tbody tr td.env_sum,
    .tb.env__tb tbody tr td.env_total {font-size: 16px;}
}
@media screen and (max-width: 768px) {
	.tb.env__tb thead tr th,
	.tb.env__tb tbody tr th,
	.tb.env__tb tbody tr td,
	.tb.env__tb tbody tr td.env_sum,
	.tb.env__tb tbody tr td.env_total {font-size: 14px;}
	.tb.env__tb thead tr th:first-child,
    .tb.env__tb tbody tr th {width: 48px;}
    .tb.env__tb tbody tr td {width: calc(25% - 12px);}
}

/*입원진료*/
.tb.care__tb {border-top: 5px solid var(--color-black);border-bottom: 1px solid var(--color-black);}
.tb.care__tb thead tr th {width: 70%;height: 80px;background-color: var(--color-light-gray5);border-right: 1px solid var(--color-white);border-bottom: 1px solid var(--color-white);text-align: center;font-weight:400;font-size: 18px;color:var(--color-white);}
.tb.care__tb thead tr th:first-child {width: 25%;}
.tb.care__tb tbody tr th {width: 30%;background-color: var(--color-light-gray1);border-bottom: 1px solid var(--color-light-gray2);text-align: center;font-weight:400;font-size: 18px;}
.tb.care__tb tbody tr td {width: 70%;height: 80px;border-right: 1px solid var(--color-light-gray2);border-bottom: 1px solid var(--color-light-gray2);text-align: center;font-weight:300;font-size: 18px;}
.tb.care__tb tbody tr:last-child th,
.tb.care__tb tbody tr:last-child td {border-bottom: none;}
.tb.care__tb thead tr th:last-child,
.tb.care__tb tbody tr td:last-child {border-right: none;}
@media screen and (max-width: 996px) {
	.tb.care__tb thead tr th,
	.tb.care__tb tbody tr th,
	.tb.care__tb tbody tr td {font-size: 16px;}
}
@media screen and (max-width: 768px) {
	.tb.care__tb thead tr th,
	.tb.care__tb tbody tr th,
	.tb.care__tb tbody tr td {font-size: 14px;}
	.tb.care__tb thead tr th:first-child,
    .tb.care__tb tbody tr th {width: 48px;}
    .tb.care__tb tbody tr td {width: calc(25% - 12px);}
}

.tb.board__tb {border-top: 5px solid var(--color-black);border-bottom: 1px solid var(--color-black);}
.tb.board__tb tr {cursor:pointer;}
.tb.board__tb tr th {background-color: var(--color-light-gray1);border-bottom: 1px solid var(--color-light-gray2);padding: 25px;text-align: center;font-weight:400;font-size: 15px;}
.tb.board__tb tr td {border-bottom: 1px solid var(--color-light-gray2);padding: 25px;text-align: left;font-weight:400;font-size: 15px;}
.tb.board__tb tr td .label {display: none;}
.tb.board__tb tr td .label::after {content: '';display:inline-block;width: 1px;height: 10px;background-color: var(--color-gray);margin: 0 10px;}
.tb.board__tb tr td:first-child,
.tb.board__tb tr th:first-child {width:80px;text-align:center;}
.tb.board__tb tr td:last-child,
.tb.board__tb tr th:last-child {width:140px;text-align:center;}
@media screen and (max-width: 768px) {
	.tb.board__tb thead {display: none;}
	.tb.board__tb tr {display: flex;justify-content: center;flex-direction: column;border-bottom: none;}
	.tb.board__tb tr td {border-bottom: none;padding: 0 10px;line-height: 1.5em;}
	.tb.board__tb tr td:first-child {width: 100%;text-align: left;padding: 10px 10px 0 10px;}
	.tb.board__tb tr td:last-child {width: 100%;border-bottom: 1px solid var(--color-light-gray3);text-align: left;padding: 0 10px 10px 10px;}
	.tb.board__tb tr td .label {display: inline-block;}
}

.tb.qna__tb {border-top: 5px solid var(--color-black);border-bottom: 1px solid var(--color-black);}
.tb.qna__tb tr {cursor:pointer;}
.tb.qna__tb tr th {background-color: var(--color-light-gray1);border-bottom: 1px solid var(--color-light-gray2);padding: 25px 10px;text-align: center;font-weight:400;font-size: 15px;}
.tb.qna__tb tr td {border-bottom: 1px solid var(--color-light-gray2);padding: 25px 10px;text-align: left;font-weight:400;font-size: 15px;}
.tb.qna__tb tr td .label {display: none;}
.tb.qna__tb tr td .label::after {content: '';display:inline-block;width: 1px;height: 10px;background-color: var(--color-gray);margin: 0 10px;}
.tb.qna__tb tr td:nth-child(1),
.tb.qna__tb tr th:nth-child(1) {width:70px;text-align:center;}
.tb.qna__tb tr td:nth-child(3),
.tb.qna__tb tr th:nth-child(3),
.tb.qna__tb tr td:nth-child(4),
.tb.qna__tb tr th:nth-child(4) {width:140px;text-align:center;}
.tb.qna__tb tr td:nth-child(5),
.tb.qna__tb tr th:nth-child(5) {width:80px;text-align:center;}
@media screen and (max-width: 768px) {
	.tb.qna__tb thead {display: none;}
	.tb.qna__tb tr {display: flex;justify-content: center;flex-direction: column;border-bottom: none;}
	.tb.qna__tb tr td {border-bottom: none;padding: 0 10px;line-height: 1.5em;}
	.tb.qna__tb tr td:nth-child(1),
	.tb.qna__tb tr th:nth-child(1),
	.tb.qna__tb tr td:nth-child(2),
	.tb.qna__tb tr th:nth-child(2),
	.tb.qna__tb tr td:nth-child(3),
	.tb.qna__tb tr th:nth-child(3),
	.tb.qna__tb tr td:nth-child(4),
	.tb.qna__tb tr th:nth-child(4){width: 100%;text-align: left;padding: 10px 10px 0 10px;}
	.tb.qna__tb tr td:last-child {width: 100%;border-bottom: 1px solid var(--color-light-gray3);text-align: left;padding: 10px 10px 10px 10px;}
	.tb.qna__tb tr td .label {display: inline-block;}
}
.qna_y {border-radius:3px;border:1px solid var(--color-blue);color: var(--color-blue);font-size: 12px;width:60px;padding: 2px 5px;display: inline;}
.qna_n {border-radius:3px;border:1px solid var(--color-red);color: var(--color-red);font-size: 12px;width:60px;padding: 2px 5px;display: inline;}

.tb.view__tb {border-top: 5px solid var(--color-black);}
.tb.view__tb tr th {width:200px; vertical-align: middle;}
.tb.view__tb tr th p.require {color: red; display: inline; margin-left:4px}
.tb.view__tb tr td {text-align: left;padding: 20px;}
.tb.view__tb tr td.view {height: 300px;}
.view__btn {
	width: 100%;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: flex;
	-webkit-box-pack: center;-moz-box-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-moz-align-items: center;-ms-flex-align: center;align-items: center;
	margin: 20px 0;
}
.board__top {display: flex;justify-content: space-between;}
.top__btn {margin: 0 0 20px 0;}
.tb td .input {border: 1px solid var(--color-light-gray3);width: 100%;height: 100%;}
.tb td .input input[type=text] {width: 100%;height: 40px;margin: 0;}
.tb td .input input[type=password] {width: 100%;height: 40px;margin: 0;}
.tb td .textarea {border: 1px solid var(--color-light-gray3);width: 100%;height: 100%;}
.tb td .textarea textarea {width: 100%;height: 100%;padding: 10px;}
@media screen and (max-width: 768px) {
	.tb.view__tb tr {display: flex;flex-direction: column;}
	.tb.view__tb tr th,
	.tb.view__tb tr td {width: 100%;display: flex;justify-content: center;align-items: center;}
}

/* 메인페이지 베너 */
.ir {position: absolute;width: 1px;height: 1px;overflow: hidden;clip: rect(1px, 1px, 1px, 1px);}
#banner {position: relative;width: 100%;height: 1082px;overflow: hidden;background-color: var(--color-light-gray4);}
#banner .banner__inner {position: relative;margin: 0 auto;}
#banner .banner__inner .banner__wrap {width: 100%;height: 1082px;}
#banner .banner__inner .banner__wrap .slide_item {position: relative;height: 1082px;display: flex;justify-content: center;align-items: center;}
#banner .banner__inner .banner__wrap .slide_item .text_wrap {z-index: 1;text-align: center;font-family:SCDream;color: var(--color-white);}
#banner .banner__inner .banner__wrap .slide_item .text_wrap .title_top {display: block;font-weight: 400;font-size: 32px;}
#banner .banner__inner .banner__wrap .slide_item .text_wrap .title_top strong {font-weight: 600;font-size: 40px;}
#banner .banner__inner .banner__wrap .slide_item .text_wrap .title_bottom {font-weight: 500;font-size: 35px;}
#banner .banner__inner .banner__wrap .slide_item .text_wrap .title_bottom i:before {content: '/';display: inline-block;width: 3px;height: 20px;font-size: 11px;}
#banner .banner__inner .banner__wrap .slide_item figure {position: absolute;top: 0; width: auto; height: 100%;}
@media screen and (max-width: 1300px) {
	#banner .banner__inner .banner__wrap .slide_item .text_wrap .title_top {font-size: 40px;}
	#banner .banner__inner .banner__wrap .slide_item .text_wrap .title_top strong {font-size: 52px;}
	#banner .banner__inner .banner__wrap .slide_item .text_wrap .title_bottom {font-size: 52px;}
}
@media screen and (max-width: 998px) {
    #banner {height: 750px;}
    #banner .banner__inner .banner__wrap {height: 750px;}
    #banner .banner__inner .banner__wrap .slide_item {height: 750px;}

	#banner .banner__inner .banner__wrap .slide_item .text_wrap .title_top {font-size: 30px;}
	#banner .banner__inner .banner__wrap .slide_item .text_wrap .title_top strong {font-size: 42px;}
	#banner .banner__inner .banner__wrap .slide_item .text_wrap .title_bottom {font-size: 42px;}
}
@media screen and (max-width: 786px) {
    #banner {height: 600px;}
    #banner .banner__inner .banner__wrap {height: 600px;}
    #banner .banner__inner .banner__wrap .slide_item {height: 600px;}

	#banner .banner__inner .banner__wrap .slide_item .text_wrap .title_top {font-size: 20px;}
	#banner .banner__inner .banner__wrap .slide_item .text_wrap .title_top strong {font-size: 32px;}
	#banner .banner__inner .banner__wrap .slide_item .text_wrap .title_bottom {font-size: 32px;}
}

#banner .banner__btn {width: 100%;max-width: 1344px;position: relative;top: calc(-50% - 27px);margin: 0 auto;}
#banner .banner__slider__btn {position: absolute;top: 50%;display: block;width: 48px;height: 64px;background: transparent;border: none;z-index: 999;cursor: pointer;}
#banner .banner__slider__btn:after {content: "";position: absolute;top: calc(50% - 25px);width: 50px;height: 50px;border-top: 1px solid #ffffff;border-left: 1px solid #ffffff;}
#banner .banner__slider__btn.prev {left: 0;}
#banner .banner__slider__btn.prev:after {transform: rotate(-45deg);left: calc(50% - 5px);}
#banner .banner__slider__btn.next {right: 0;}
#banner .banner__slider__btn.next:after {transform: rotate(135deg);left: calc(50% - 45px);}
@media screen and (max-width: 1400px) {
	#banner .banner__btn {width: 96%;max-width: unset;}
}
@media screen and (max-width: 768px) {
	#banner .banner__btn {display:none;}
}

#banner .dot_wrap {position: relative;top: -60px;margin: 0 auto;width: 1200px;display: flex;align-items: center;}
#banner .dot_wrap .slick-dots {display: flex;}
#banner .dot_wrap .slick-dots li {margin: 0 6px;display: block;width: 15px;height: 15px;background: #222222;border-radius: 4px;transition: width,background-color, .3s;}
#banner .dot_wrap .slick-dots li.slick-active {background: var(--color-pink);}
#banner .dot_wrap .slick-dots li a {display: block;width: 100%;height: 100%;}
#banner .dot_wrap .slick-dots li a:hover,
#banner .dot_wrap .slick-dots li a:focus {outline: 1px solid #000000;}
#banner .dot_wrap .btn_play {position: relative;margin-left: 20px;display: block;width: 12px;height: 16px;cursor: pointer;}
#banner .dot_wrap .btn_play:before,
#banner .dot_wrap .btn_play:after {content: "";position: absolute;top: 0;display: block;width: 4px;height: 100%;background: #222222;}
#banner .dot_wrap .btn_play:before {left: 0;}
#banner .dot_wrap .btn_play:after {right: 0;}
#banner .dot_wrap .btn_play.on::before {width: 0;height: 0;border-top: 8px solid transparent;background: none;border-bottom: 8px solid transparent;border-right: 0px solid transparent;border-left: 12px solid #222222;}
#banner .dot_wrap .btn_play.on::after {display: none;}
#banner .dot_wrap .btn_play button {display: block;width: 100%;height: 100%;}
#banner .dot_wrap .btn_play button:hover,
#banner .dot_wrap .btn_play button:focus {outline: 1px solid #000000;}

/* 퀵메뉴 */
.quick__menu {position: fixed;bottom: 100px;right: 0;width: 106px;height: 204px;background-color: var(--color-green);border-radius: 20px 0 0 20px;z-index: 9999;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.quick__menu p {font-weight:500;font-size:34px;color:var(--color-white);padding:25px 0;}
.quick__menu .row {display: flex; justify-content: space-between;padding:10px 0;}
.quick__menu .row .ico {width: 70px;background-repeat: no-repeat;background-position: center;}
.quick__menu .row .ico1 {background-image: url(http://sd211222.cdn1.cafe24.com/img/main/icon_1.png);}
.quick__menu .row .ico2 {background-image: url(http://sd211222.cdn1.cafe24.com/img/main/icon_2.png);}
.quick__menu .row .tel {width: 287px; height: 48px;border-radius:24px;background-color: var(--color-white);color:var(--color-green);font-weight:500;font-size:34px;line-height: 1.4em;text-align: center;}
.quick__menu .quick__close {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;cursor:pointer;}
.quick__menu .quick__open.hide {display: none;}
.quick__menu .quick__close.hide {display: none;}
.quick__menu .quick__close .ico__tel {width: 63px;height: fit-content;font-size: 35px;color: var(--color-white);letter-spacing: -0.02em;line-height: 43.5px;}
.quick__menu.big {width: 492px;max-width:100%;height: 300px;}
.quick__menu .close__tel{position: absolute;top: 20px;right: 15px;width:30px;height:25px;cursor:pointer;}
.quick__menu .close__tel span,
.quick__menu .close__tel span:before,
.quick__menu .close__tel span:after{display:block;position:absolute;left:0;width:100%;height:2px;border-radius: 2px;background:var(--color-white);transition:all 0.3s;}
.quick__menu .close__tel span{top:50%;background:transparent;}
.quick__menu .close__tel>span:before{top:0;transform:rotate(45deg);}
.quick__menu .close__tel>span:after{top:0;transform:rotate(-45deg);}
.quick__menu .close__tel span:before,
.quick__menu .close__tel span:after{content:'';}
@media screen and (max-width:768px) {
    .quick__menu p {font-size:30px;text-align: center;}
    .quick__menu .row .tel {font-size:30px;}

    .quick__menu {bottom:0;width:100%;border-radius:unset;height:60px;}
    .quick__menu .quick__close .ico__tel {width:100%;text-align:center;}
    .quick__menu.big {width:100%;}
}

.subject {text-align: center;padding-bottom: 80px;}
.subject .subject__top {font-weight: 500;font-size: 3.15em;}
.subject .subject__bottom {font-weight: 400;font-size: 1.8em;}

.bs__img {display: flex;justify-content: space-between;flex-wrap: wrap;text-align: center;}
.bs__img .box ul {padding-top:45px;}
.bs__img .box ul li:first-child {font-weight: 400;font-size: 1.8em;}
.bs__img .box ul li:last-child {font-weight: 500;font-size: 2.3em;}
.bs__img .box .box__inner {position: relative;width:300px;margin: 0 auto;line-height: 0;cursor:pointer;}
.bs__img .box .box__inner img {width: inherit;}
.bs__img .box .box__inner .bg {display:none;position: absolute;top:0;width: 100%;height: 100%;background-color: var(--color-green);opacity: 0.8;}
.bs__img .box .box__inner .arrow {display:none;position: absolute;bottom: 0;right: 0;width: 60px;height: 60px;background-color: #d6e7dd;}
.bs__img .box .box__inner .arrow::after {content: "";position: absolute;top: 23px;left: 18px;width: 15px;height: 15px;border-top: 1px solid var(--color-black);border-left: 1px solid var(--color-black);transform: rotate(135deg);}
.bs__img .box .box__inner .txt {display:none;position: absolute;top: calc(50% - 55px);width: 100%;}
.bs__img .box .box__inner .txt p {font-weight:300;font-size: 1.8em;color: var(--color-white);line-height: normal;}
.bs__img .box .box__inner .txt p span {font-weight: 500;}
.bs__img .box .box__inner:hover > .bg,
.bs__img .box .box__inner:hover > .txt,
.bs__img .box .box__inner:hover > .arrow {display: block;}
@media screen and (max-width:1300px) {
	.bs__img {justify-content: space-around;}
	.bs__img .box .box__inner {width: 230px;}
}
@media screen and (max-width:998px) {
	.bs__img .box {margin: 0 7px 70px 7px;}
	.bs__img .box .box__inner {width: 300px;}
}

/* 인사말 */
.greeting__row {display: flex;justify-content: space-between;}
.greeting__row .image {width:228px; height:725px;}
.greeting__row .text {width: calc(100% - 260px);max-width: 600px;word-break: keep-all;font-size: 16px;line-height: 30px;}
.greeting__row .text .text1 {font-weight: 600;font-size: 30px;color: var(--color-green);letter-spacing: -0.01em;line-height: normal;padding: 50px 0;}
.greeting__row .text .text2 {font-weight: 600;padding-bottom: 45px;}
.greeting__row .text .text3 {font-weight: 400;color: var(--color-gray);}
.greeting__row .text .text3 span {font-weight: 500;}
.greeting__row .text .text_pc {display:block;}
.greeting__row .text .text_mo {display:none;}
.greeting__col {padding-top: 130px;}
@media screen and (max-width: 1100px) {
/*    .greeting__row .text .text2 {font-size:14px;}
}
@media screen and (max-width: 1024px) {*/
    .greeting__row {margin-top: 40px;}
	.greeting__row .image {display: none;}
	.greeting__row .text {width:100%;max-width: unset;}
	.greeting__row .text .logo {text-align: center;}
	.greeting__row .text .text3 {text-align: right;}
}
@media screen and (max-width: 768px) {
    .greeting__row .text .text_pc {display:none;}
    .greeting__row .text .text_mo {display:block;}
}

/* cirlcle */
.sub__circle {display: flex;}
.sub__circle li {
	width: 208px;height: 208px;border-radius: 50%;border: 1px solid var(--color-green);
	font-weight: 600;font-size: 15px;color: var(--color-green);line-height: 32px;letter-spacing: -0.04em;
	display: flex;justify-content: center;align-items: center;text-align: center;
}
/* cirlcle custom */
.sub__circle.greet li {margin-left: -20px;}
.sub__circle.greet li:first-child {margin-left: 0;}
.sub__circle.adm {justify-content: space-between;width: 100%;height: 255px;position: relative;}
.sub__circle.adm li {width:154px;height: 154px;}
.sub__circle.adm li:nth-child(even) {border: none;width: 10px;}
.sub__circle.adm li:nth-child(even)::after {
	content: "";display: inline-block;width: 10px;height: 20px;position: relative;left: 5px;
	border-bottom: 10px solid transparent;border-top: 10px solid transparent;border-left: 10px solid var(--color-green);border-right: 10px solid transparent;
}
.sub__circle.adm li div {
	position: absolute;width: inherit;top: 170px;
	font-weight: 600;font-size: 12px;letter-spacing: -0.04em;line-height: 20px;color: var(--color-gray);word-break: keep-all;
}
.sub__circle.adm li div.left {text-align: left;padding-left: 20px;}
@media screen and (max-width: 900px) {
	.sub__circle.adm {flex-direction: column;width: 360px;height: auto;margin: 0 auto;}
	.sub__circle.adm li {display: flex;}
	.sub__circle.adm li div {width: 200px;top: unset;left: 164px;padding-left: 20px;text-align: left;}
	.sub__circle.adm li:nth-child(even) {width:154px;height: 20px;}
	.sub__circle.adm li:nth-child(even)::after {
		content: "";display: inline-block;width: 20px;height: 10px;position: relative;top: 5px;left: 0;
		border-bottom: 10px solid transparent;border-top: 10px solid var(--color-green);border-left: 10px solid transparent;border-right: 10px solid transparent;
	}
}
@media screen and (max-width: 768px) {
	.sub__circle {margin: 0 auto;}
	.sub__circle li {width: 145px;height: 145px;font-size: 13px;line-height: 22px;}
	.sub__circle.adm li div {width: auto;}
}
@media screen and (max-width: 600px) {
	.sub__circle li {width: 130px;height: 130px;font-size: 11px;line-height: 22px;}
}

/* 오시는길 */
.map {width: 100%;height: 520px;background-color: var(--color-light-gray2);}
.map__info {padding-top: 30px;}
.map__info ul {border-top: 5px solid var(--color-black);border-bottom: 1px solid var(--color-black);}
.map__info ul li {display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid var(--color-light-gray3);padding: 50px 30px;}
.map__info ul li:last-child {border-bottom: none;}
.map__info ul li .info p {font-weight: 400;font-size: 14px;line-height: 30px;}
.map__info ul li .info p.lg {font-weight: 500;font-size: 20px;}
.map__info ul li .tel {font-weight: 500;font-size: 20px;line-height: 30px;display: flex;justify-content: center;align-items: center;margin: 10px 0;}
.map__info ul li .tel span {font-size: 15px;padding-left: 20px;}
@media screen and (max-width: 998px) {
	.map__info ul li {flex-direction: column;align-items: flex-start;padding: 30px 30px;}
}

.adm__box {padding-top: 80px;}
.adm__list {display: flex;width: 100%;}
.adm__list li {display:flex;width:33.3%;padding: 25px;text-align: left;border:1px solid var(--color-light-gray2);border-left:none;}
.adm__list li:first-child {border-left:1px solid var(--color-light-gray2);}
.adm__list li p {font-weight:400;font-size: 15px;}
.adm__list li span::before {display: inline-block;width: 30px;height: 15px;font-weight:400;font-size: 15px;}
.adm__list li span.num1::before {content: "①";}
.adm__list li span.num2::before {content: "②";}
.adm__list li span.num3::before {content: "③";}
@media screen and (max-width: 900px) {
	.adm__list {flex-direction: column;}
	.adm__list li {width: 100%;border: 1px solid var(--color-light-gray2);border-bottom: none;}
	.adm__list li:last-child {border-bottom: 1px solid var(--color-light-gray2);}
}

.login__form {display: flex;flex-direction: column;justify-content: center;align-items: center;}
.login__form div {width: 400px;}
.login__title {text-align: center;font-size: 2.0em;margin-bottom: 30px;}
.login__input {height: 50px;border: 1px solid var(--color-light-gray3);border-radius: 5px;margin-bottom: 10px;}
.login__input input[type=text],.login__input input[type=password]  {width: 100%;height: 100%;margin: 0;}
.login__button {height: 50px; margin-top:12px}
.login__button button {margin: 0;}
@media screen and (max-width: 768px) {
    .login__form div {width: 100%;}
}


/*popup*/
.popup_layer {justify-content: center;align-items: center;position:fixed;top:0;left:0;z-index: 10000; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.popup_box{position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center;overflow: hidden; width:450px;z-index:1002;box-sizing:border-box;background:#fff;box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);-webkit-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);-moz-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);border-radius: 5px;}
.popup_box .popup_cont {padding:40px 0;line-height:1.4rem;font-size:14px; }
.popup_box .popup_cont h2 {padding:15px 0;color:#333;margin:0;}
.popup_box .popup_cont p{ border-top: 1px solid #666;padding-top: 30px;}
.password__input {display: flex;}
.popup_box .login__form div {width: 350px;}
.popup_box .login__form div.password__button {width: 100px;height: 50px;}
.popup_box .login__form div.password__button button {margin: 0;}
.popup_box .login__form div.password__close {width: fit-content;padding-top: 10px;}
.popup_box .login__form div.error__text{display:none;color:var(--color-red);}
.popup_overlay{position:fixed;top:0px;right:0;left:0;bottom:0;z-index:1001;;background:rgba(0,0,0,0.5);}
.close {
	width: 50px;
	height: 50px;
	opacity: 0.8;
}
.close:before, .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 40px;
	width: 2px;
	background-color: #000;
}
.close:before {
	transform: rotate(45deg);
}
.close:after {
	transform: rotate(-45deg);
}

/*
font-size: 44px;
font-size: 3.15em;

font-size: 32px;
font-size: 2.3em;

font-size: 25px;
font-size: 1.8em;
*/

.map .root_daum_roughmap .wrap_map {
	width: 100%;
	height: 100%;
}
.map .root_daum_roughmap .wrap_controllers {
	display: none;
}




/* 메인페이지 */
.main_cont {
}
.main_cont .mct {
    text-align: center;
}
.main_cont .mct.mct_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: self-end;
}
.main_cont .mct.mct_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main_cont .mct .mct_strong {
    font-weight: 500;
    font-size: 40px;
	line-height: 53px;
}
.main_cont .mct .mct_normal {
    font-weight: 200;
    font-size: 30px;
}
.main_cont .auth {
    text-align: center;
    margin: 80px 0 120px 0;
}
.main_cont .specials {
    margin: 80px auto 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1420px;
}
.main_cont .specials .spc {
    position: relative;
    margin: 10px 0;
}
.main_cont .specials .spc .spc_txt {
    position: absolute;
    font-weight: 500;
    color: var(--color-white);
    bottom: 30px;
    right: 30px;
    text-align: right;
}
.main_cont .specials .spc .spc_txt .spc_strong {
    font-size: 30px;
}
.main_cont .specials .spc .spc_txt .spc_normal {
    font-size: 25px;
}
.main_cont .customers {
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1420px;
}
.main_cont .customers .cust {
    position: relative;
    display: inline-flex;
    width: 24%;
    margin: 10px 0;
}
.main_cont .customers .cust img {
    width: 100%;
}
.main_cont .customers .cust div {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-weight:500;
    font-size: 28px;
    color: var(--color-black);
    cursor: pointer;
}
.main_cont .customers .cust:hover div {
    background-color: rgba(0,0,0,0.4);
    color: var(--color-white);
}
.main_cont .customers .cust:hover div i {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
}
.main_cont .customers .cust:hover div i:before {
    position: absolute;
    left: 3px;
    top: 9px;
    content: '';
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
@media screen and (max-width:1450px) {
    .main_cont .specials {
        justify-content: space-evenly;
    }
    .main_cont .specials .spc {
        width: 45%;
    }
    .main_cont .specials .spc img {
        width: 100%;
    }
    .main_cont .customers {
        justify-content: space-evenly;
    }
    .main_cont .customers .cust {
        width: 22%;
    }
}
@media screen and (max-width:998px) {
    .main_cont .mct.mct_row {
        flex-direction: column;
        align-items: unset;
    }
    .main_cont .specials .spc {
        width: 90%;
    }
    .main_cont .customers .cust {
        width: 45%;
    }
}
@media screen and (max-width:768px) {
    .main_cont .mct .mct_strong {
        font-size: 30px;
    }
    .main_cont .mct .mct_normal {
        font-size: 20px;
    }
    .main_cont .auth img {
        width: 65%;
    }
}
@media screen and (max-width:500px) {
    .main_cont .specials .spc .spc_txt .spc_strong {
        font-size: 20px;
    }
    .main_cont .specials .spc .spc_txt .spc_normal {
        font-size: 15px;
    }
    .main_cont .customers .cust {
        width: 90%;
    }
}


/*병원소개*/
.hospital_image {padding: 40px 0 120px 0;}
.hospital_image img {width: 100%;}
.hospital_history ul li {
    display: flex;
    justify-content: space-between;
}
.hospital_history {padding: 40px 0 120px 0;}
.hospital_history ul li div {
    width: calc(70% - 25px);
    height: 110px;
    border-top: 2px solid #111;
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    align-content: center;
}
.hospital_history ul li div.his_date {
    width: 30%;
    border-top: 9px solid var(--color-green);
    font-weight: 600;
    font-size: 25px;
    margin-right: 25px;
}
.hospital_mission {
    padding: 40px 0 120px 0;
}
.hospital_mission div {
    width: 100%;
    height: 110px;
    border-top: 9px solid var(--color-green);
    border-bottom: 2px solid #111;
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    align-content: center;
}
.hospital_vision {
    padding: 40px 0 0 0;
}
.hospital_vision {
    display:flex;
    justify-content: space-between;
}
.hospital_vision .vision_box {
    position: relative;
    width: 33%;
}
.hospital_vision .vision_box img {
    width: 100%;
}
.hospital_vision .vision_txt {
    position: absolute;
    /*top: 22px;*/
    top: calc(50% - 80px);
    width: 100%;
    text-align: center;
}
.hospital_vision .vision_txt p {
    font-weight: 300;
    font-size: 22px;
    color: var(--color-white);
}
.hospital_vision .vision_txt p.vision_number {
    font-weight: 500;
    font-size: 33px;
}
.hospital_vision .vision_txt p.vision_number:after {
    content:'';
    display: block;
    width: 50px;
    height: 3px;
    background-color: var(--color-white);
    margin: 5px auto 30px;
}
@media screen and (max-width:1300px) {
    .hospital_vision {
        flex-direction: column;
    }
    .hospital_vision .vision_box {
        width: 100%;
        max-width: 500px;
        align-self: center;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:768px) {
    .hospital_history ul li {
        flex-direction: column;
    }
    .hospital_history ul li div {
        width: 100%;
        font-size: 18px;
    }
    .hospital_history ul li div.his_date {
        width: 100%;
        font-size: 20px;
    }
}

/*솔담의 특별함*/
h3.spc_title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
h3.spc_title.padding_zero {
    padding-bottom: 0;
}
h3.spc_title .spc_strong {
    font-weight: 400;
    font-size: 49px;
	margin-right: 20px;
	margin-left: 20px;
    color: var(--color-green);
}
h3.spc_title .spc_normal {
    font-weight: 400;
    font-size: 29px;
    color: var(--color-black);
}
.spc_detail {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
.spc_detail li {
    font-weight: 200;
    font-size: 22.5px;
    color: var(--color-black);
    text-align: center;
}
.spc_detail li::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 18px;
    margin: 0 15px;
    background: var(--color-black);
}
.spc_detail li:first-child::before {
    display: none;
}
.spc_img {
}
.spc_img img {
    margin-bottom: 15px;
}
.spc_img.spc_img_one img {
    width: 100%;
}
.spc_img.spc_img_two {
    display: flex;
    justify-content: space-between;
}
.spc_img.spc_img_two img {
    width: 49%;
}
@media screen and (max-width:1200px) {
    h3.spc_title {
        flex-direction: column;
    }
    h3.spc_title .spc_strong {
        font-size: 36px;
    }
    h3.spc_title .spc_normal {
        font-size: 22px;
    }
    .spc_detail {
        flex-direction: column;
    }
    .spc_detail li {
        font-size: 16px;
    }
    .spc_detail li::before {
        display: none;
    }
}
@media screen and (max-width:768px) {
    h3.spc_title .spc_strong {
        font-size: 30px;
    }
    h3.spc_title .spc_normal {
        font-size: 18px;
    }
    .spc_img img {
        margin-bottom: 10px;
    }
}
@media screen and (max-width:500px) {
    .spc_img img {
        margin-bottom: 5px;
    }
}

/*협약*/
.collabo_list {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: 25%;
    margin-top: 40px;
}
.collabo_list div {
    display: inline-flex;
}
.collabo_list div .txt {
    width: 100%;
    height: 100%;
    font-weight: 500;
    font-size: 21px;
    color: var(--color-white);
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.collabo_list div.green {
    background: var(--color-green);
}
.collabo_list div.green_light {
    background: var(--color-light-green);
}
.collabo_list div img {
    width: 100%;
    display: block;
}
@media screen and (max-width:996px) {
    .collabo_list {
        display: flex;
        flex-direction: column;
    }
    .collabo_list div.txt {
        font-size: 16px;
        padding: 15px 0;
    }
}

/*시설및환경*/
.facility_group {padding: 40px 0 120px 0;}
.facility_group .facility_image {
    position: relative;
    margin-bottom: 10px;
}
.facility_group .facility_image.facility_img_two {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 10px;
}
.facility_group .facility_image.facility_img_two img {
	width: 49%;
}

.facility_group .facility_image .circle {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 30px;
    z-index: 1;
}
.facility_group .facility_image .circle.circle_left {
    left: 30px;
}
.facility_group .facility_image .circle.circle_right {
    right: 30px;
}
.facility_group .facility_image .circle .circle_bg {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
}
.facility_group .facility_image .circle .circle_txt {
    position: absolute;
    width: inherit;
    height: inherit;
    font-weight: 500;
    font-size: 22.5px;
    color: var(--color-white);
    text-align: center;
    align-content: center;
}
.facility_group .facility_image img {position: relative;width: 100%;display: block;}
@media screen and (max-width: 768px) {
    .facility_group .facility_image .circle {
        width: 100px;
        height: 100px;
    }
    .facility_group .facility_image .circle .circle_txt {
        font-size: 16px;
    }
	.facility_group .facility_image.facility_img_two img {
		margin-bottom: 10px;
	}

}
@media screen and (max-width: 500px) {
    .facility_group .facility_image .circle {
        width: 80px;
        height: 80px;
    }
    .facility_group .facility_image .circle.circle_left {
        top: 15px;
        left: 15px;
    }
    .facility_group .facility_image .circle.circle_right {
        top: 15px;
        right: 15px;
    }
	.facility_group .facility_image.facility_img_two img {
		margin-bottom: 5px;
	}

}

.env_img {
}
.env_img img {
    margin-bottom: 15px;
}
.env_img.env_img_one img {
    width: 100%;
}
.env_img.env_img_two {
    display: flex;
    justify-content: space-between;
}
.env_img.env_img_two img {
    width: 49%;
}
@media screen and (max-width:768px) {
    .env_img img {
        margin-bottom: 10px;
    }
}
@media screen and (max-width:500px) {
    .env_img img {
        margin-bottom: 5px;
    }
}

/*병실현황*/
.env_black {
    width: 100%;
    height: 60px;
    background: var(--color-black);
    font-weight: 500;
    font-size: 22.5px;
    color: var(--color-white);
    text-align: center;
    align-content: center;
    margin-bottom: 15px;
}

/*진료및운영*/
.content h2.care__pc {}
.content h2.care__mo {display:none;}
.care__intro {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(100px, auto));
    gap: 20px;
    margin: 40px 0 130px 0;
}
.care__intro .item {
    position: relative;
}
.care__intro .item img {
    width: 100%;
    display: block;
}
.care__intro .item div {
    background-color: var(--color-green);
    font-weight: 300;
    font-size: 18px;
    color: var(--color-white);
    text-align: center;
    position: absolute;
    width: 200px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.care__intro .item:nth-child(1) div {
    right: 0;
    bottom: 0;
}
.care__intro .item:nth-child(2) div {
    bottom: 0;
    left: 0;
}
.care__intro .item:nth-child(3) div {
    top: 0;
    right: 0;
}
.care__intro .item:nth-child(4) div {
    top: 0;
    left: 0;
}

.care__out {
    display: flex;
    width: 100%;
    margin: 40px 0 130px 0;
}
.care__out .pic {
    width: calc(100% - 350px);
    height: 350px;
    background: url(http://sd211222.cdn1.cafe24.com/img/operation/clinical3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.care__out .dec {
    width: 350px;
    height: 350px;
    background-color: var(--color-green);
    font-weight: 500;
    font-size: 29px;
    color: var(--color-white);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.care__info {
    margin: 40px 0 0 0;
}
.care__info ul {
    margin: 20px;
}
.care__info ul li {
    text-align: left;
    font-weight:400;
    font-size: 18px;
    line-height: 1.8em;
}
@media screen and (max-width:768px) {
    .content h2.care__pc {display:none;}
    .content h2.care__mo {display:block;}

    .care__intro {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, minmax(100px, auto));
    }
    .care__intro .item:nth-child(1) div,
    .care__intro .item:nth-child(2) div,
    .care__intro .item:nth-child(3) div,
    .care__intro .item:nth-child(4) div {
        top: unset;
        right: unset;
        left: unset;
        bottom: 0;
        width: 100%;
        height: 50px;
        font-size: 15px;
    }

    .care__out {
        flex-direction: column;
    }
    .care__out .pic {
        width: 100%;
    }
    .care__out .dec {
        width: 100%;
        height: 150px;
        font-size: 22px;
    }
}

/*면회절차*/
.visit_black {
    width: 100%;
    height: 60px;
    background: var(--color-black);
    font-weight: 500;
    font-size: 22.5px;
    color: var(--color-white);
    text-align: center;
    align-content: center;
    margin-bottom: 15px;
}
.visit__list {
    text-align: left;
    margin: 30px auto;
    width: fit-content;
}
.visit__list li {
    font-weight: 400;
    font-size: 18px;
    color: var(--color-black);
    line-height: 2.3em;
}
.visit__list li::before {
    content:'';
    display:inline-block;
    width: 20px;
    height: 18px;
    background: url(http://sd211222.cdn1.cafe24.com/img/common/ico_checkbox.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.tb.visit__tb {border-top: 5px solid var(--color-black);border-bottom: 1px solid var(--color-black);}
.tb.visit__tb tbody {display: flex;flex-wrap: wrap;}
.tb.visit__tb tbody tr {flex: 1 1 50%;}
.tb.visit__tb tbody tr:nth-child(5),
.tb.visit__tb tbody tr:nth-child(6) {flex: 1 1 100%;}
.tb.visit__tb tbody tr th {position: relative;height: 120px;width: 20%;background-color: var(--color-light-gray1);border-bottom: 1px solid var(--color-light-gray2);text-align: center;font-weight:400;font-size: 18px;}
.tb.visit__tb tbody tr th div {display: flex;justify-content: center;align-items: center;}
.tb.visit__tb tbody tr th div.visit__noti {position: absolute;bottom: 10px;font-size: 11px;font-weight: 200;line-height: 1.2;text-align: center;width: calc(100% - 20px);}
.tb.visit__tb tbody tr th span {font-size: 12px;font-weight: 200;}
.tb.visit__tb tbody tr th img {width: 40px;margin-right: 5px;}
.tb.visit__tb tbody tr td {width: 30%;height: 80px;border-bottom: 1px solid var(--color-light-gray2);line-height: 1.6;text-align: center;font-weight:300;font-size: 18px;}
.tb.visit__tb tbody tr:nth-child(1) th,
.tb.visit__tb tbody tr:nth-child(1) td,
.tb.visit__tb tbody tr:nth-child(3) th,
.tb.visit__tb tbody tr:nth-child(3) td,
.tb.visit__tb tbody tr:nth-child(2) th,
.tb.visit__tb tbody tr:nth-child(4) th {
    border-right: 1px solid var(--color-light-gray2);
}
.tb.visit__tb tbody tr:nth-child(3) th,
.tb.visit__tb tbody tr:nth-child(3) td,
.tb.visit__tb tbody tr:nth-child(4) th,
.tb.visit__tb tbody tr:nth-child(4) td {border-bottom: none;}
.tb.visit__tb tbody tr td.check {
    border-top: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
}
.tb.visit__tb tbody tr td.greet {
    font-weight: 400;
    font-size: 18px;
    color: var(--color-black);
    background-color: var(--color-light-gray1);
}
@media screen and (max-width: 1200px) {
	.tb.visit__tb tbody tr th,
	.tb.visit__tb tbody tr td {font-size: 16px;}
}
@media screen and (max-width: 996px) {
    .tb.visit__tb tbody {
        display: block;
    }
    .tb.visit__tb tbody tr:nth-child(1) td,
    .tb.visit__tb tbody tr:nth-child(3) td {
        border-right: none;
    }
    .tb.visit__tb tbody tr:nth-child(3) th,
    .tb.visit__tb tbody tr:nth-child(3) td {border-bottom: 1px solid var(--color-light-gray2);}
}
@media screen and (max-width: 768px) {
	.tb.visit__tb tbody tr th,
	.tb.visit__tb tbody tr td {font-size: 14px;}
}

/*입원시준비물*/
.prep_black {
    width: 100%;
    height: 60px;
    background: var(--color-black);
    font-weight: 500;
    font-size: 22.5px;
    color: var(--color-white);
    text-align: center;
    align-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.prep__list {
    text-align: left;
    margin: 30px auto;
    width: fit-content;
}
.prep__list li {
    font-weight: 300;
    font-size: 18px;
    color: var(--color-black);
    line-height: 2.3em;
}
.prep__list li::before {
    content:'';
    display:inline-block;
    width: 20px;
    height: 18px;
    background: url(http://sd211222.cdn1.cafe24.com/img/common/ico_checkbox.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.tb.prep__tb {border-top: 5px solid var(--color-black);border-bottom: 1px solid var(--color-black);}
.tb.prep__tb tbody tr td {width: 100%;height: 80px;border-right: none;border-bottom: 1px solid var(--color-black);}
.tb.prep__tb tbody tr td.check {
    border-top: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
}
.tb.prep__tb tbody tr td.greet {
    font-weight: 400;
    font-size: 18px;
    color: var(--color-black);
	background-color: var(--color-light-gray1);
}
@media screen and (max-width: 996px) {
	.tb.prep__tb tbody tr th,
	.tb.prep__tb tbody tr td {font-size: 16px;}
}
@media screen and (max-width: 768px) {
	.tb.prep__tb tbody tr th,
	.tb.prep__tb tbody tr td {font-size: 14px;}
}

/*비급여 목록*/
.tb.non__tb {border-top: 5px solid var(--color-black);}
.tb.non__tb thead tr th {width: calc(25% - 30px);height: 55px;background-color: var(--color-light-gray5);border-right: 1px solid var(--color-white);border-bottom: 1px solid var(--color-white);text-align: center;font-weight:400;font-size: 18px;color:var(--color-white);}
.tb.non__tb thead tr th:first-child {width: 180px;}
.tb.non__tb thead tr th:nth-of-type(2) {
	width: 180px;
}
.tb.non__tb tbody tr th {width: 120px;background-color: var(--color-white);border-bottom: 1px solid var(--color-light-gray2);border-right: 1px solid var(--color-light-gray2);text-align: center;font-weight:400;font-size: 18px;}
.tb.non__tb tbody tr td {width: calc(25% - 30px);height: 55px;background-color: var(--color-white);border-right: 1px solid var(--color-light-gray2);border-bottom: 1px solid var(--color-light-gray2);text-align: center;font-weight:300;font-size: 18px;}
/*.tb.non__tb tbody tr:nth-child(even) td {background-color: var(--color-light-gray1);}
.tb.non__tb tbody tr:nth-child(odd) td {background-color: var(--color-white);}*/
.tb.non__tb tbody tr td.bg {background-color: var(--color-light-gray1);}
.tb.non__tb thead tr th:last-child,
.tb.non__tb tbody tr td:last-child {border-right: none; width: 110px}
@media screen and (max-width: 996px) {
	.tb.non__tb thead tr th:first-child {width: calc(25% - 30px);}
	.tb.non__tb thead tr th:nth-of-type(2) {
		width: calc(25% - 30px);
	}


	.tb.non__tb thead tr th,
	.tb.non__tb tbody tr th,
	.tb.non__tb tbody tr td {font-size: 16px;}
	/*.tb.non__tb thead tr th:last-child,*/
	/*.tb.non__tb tbody tr td:last-child {width: calc(25% - 30px);}*/
}
@media screen and (max-width: 768px) {


	.tb.non__tb thead tr th,
	.tb.non__tb tbody tr th,
	.tb.non__tb tbody tr td {font-size: 14px;}
	.tb.non__tb thead tr th:first-child,
	.tb.non__tb thead tr th:nth-of-type(2),
    .tb.non__tb tbody tr th {width: 48px;}
    .tb.non__tb tbody tr td {width: calc(25% - 12px);}
	.tb.non__tb thead tr th:last-child,
	.tb.non__tb tbody tr td:last-child {width: 47px;}

	.tb.non__tb thead tr th:first-child {width: calc(25% - 30px);}
	.tb.non__tb thead tr th:nth-of-type(2) {
		width: calc(25% - 30px);
	}

}

/*고객지원*/
.cs__info {color:var(--color-white);margin: 0 25px;}
.cs__info1 {font-weight: 200;font-size: 20px;color:var(--color-white);}
.cs__info2 {font-weight: 500;font-size: 35px;color:var(--color-white);margin: 20px 0;}
.cs__info2 i:before {content: '/';display: inline-block;width: 3px;height: 20px;font-size: 11px;}
.cs__info3 {
    display: flex;
}
.cs__info3 .cs__chk {
    font-weight: 500;font-size: 20px;color:var(--color-white);margin: 0 20px;
}
.cs__info3 .cs__chk::before {
    content:'';
    display:inline-block;
    width: 20px;
    height: 18px;
    background: url(http://sd211222.cdn1.cafe24.com/img/common/ico_checkbox_w.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.cs__info4 {
    display: flex;
    margin-top: 15px;
    text-align: center;
}
.cs__info4 .cs__loc {
    font-weight: 600;
    font-size: 20px;
    color: var(--color-black);
    background-color: var(--color-light-green);
    width: fit-content;
    padding: 3px 20px;
    height: 37px;
    border-radius: 20px;
    margin: 0 15px;
}
.cs__info4 .cs__tel {
    font-weight: 600;
    font-size: 32px;
    color: var(--color-light-green);
    line-height: 1.0;
    margin: 0 15px;
}
@media screen and (max-width: 768px) {
    .cs__info1 {font-size: 16px;text-align: center;}
    .cs__info3,
    .cs__info4 {flex-direction: column;}
    .cs__info3 .cs__chk {font-size:17px;margin:0;}
    .cs__info4 .cs__loc {display: flex;align-items: center;font-size: 15px;margin-bottom: 10px;}
}

.custom-cursor {
	cursor: pointer;
}