/* 서브페이지 타이틀 */
#page .page_top {
    position: relative;
    height: 30vh;
    min-height: 200px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page .page_top > img {
    object-fit: cover;
    height: 100%;
    width: inherit;
}
#page .page_top .title {
    position: absolute;
    top: 40%;
    left: 0 auto;
    text-align: center;
}
#page .page_top .title h2 {
    font-size: 2rem;
    color: #eaeaea;
    text-shadow: 1px 1px #9f9f9f;
    padding-bottom: 0.75rem;
}
#page .page_top .title p {
    color: #eaeaea;
    font-size: 1rem;
}
#page .subpage_nav > div {
    display: flex;
}
#page .subpage_nav > div > span {
    position: relative;
    width: 240px;
    height: 50px;
    display: flex;
    padding: 1rem;
    align-items: center;
    justify-content: space-between;
    border-left: 1px solid #dddddd;
    vertical-align: text-top;
}
#page .subpage_nav > div > span i {
    font-size: 1.25rem;
}
#page .subpage_nav > div > span:first-of-type {
    width: min-content;
}
#page .subpage_nav > div > span:first-of-type i {
    font-size: 1.75rem;
}
#page .subpage_nav > div > span:last-of-type {
    border-right: 1px solid #dddddd;
    cursor: pointer;
    border-bottom: 1px solid #298C9F;
}
#page .subpage_nav > div > span:last-of-type i {
    color: #298C9F;
}
#page .subpage_nav > div > span:last-of-type .subpage_subnav_ul {
    position: absolute;
    top: calc(100% + 1px);
    left: -1px;
    z-index: 2;
    background-color: white;
    border: 1px solid #dbdbdb;
}
#page .subpage_nav > div > span:last-of-type .subpage_subnav_ul li {
    width: calc(240px - 2px);
    height: 50px;
    display: flex;
    align-items: center;
}
#page .subpage_nav > div > span:last-of-type .subpage_subnav_ul li > a {
    padding: 1rem;
}
#page .page {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
#page .page > div > h1 {
    width: 100%;
    text-align: center;
    padding: 1rem 1rem 5rem;
}
#page .page > div > .dodo_img > .title p,
#page .page > div > .dodo_img > .title span {
    font-size: 2rem;
}
/* 서브페이지 타이틀 */

/* 플래티늄이란 */
#what .content {
    display: flex;
    padding: 0rem 8rem 5rem;
}
#what .content .left {
    width: 350px;
}
#what .content .left .img_wrap {
    width: 350px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#what .content .left .img_wrap img {
    width: unset;
    height: 100%;
}
#what .content .right {
    flex-basis: 75%;
    padding-left: 5rem;
}

#innovation .title {
    font-size: 2.5rem;
}

/* 특화서비스 */
.merit_01 .num_btn_01 {
    background: #00a2bf;
    color: #fff;
    padding: 0 15px 5px 15px;
    border-radius: 5px;
    float: left;
    margin: 5px 15px 0 0;
}
.merit_01 .num_btn_02 {
    background: #ccc;
    color: #fff;
    padding: 0 15px 5px 15px;
    border-radius: 5px;
    float: left;
    margin: 5px 15px 0 0;
}
/* 특화서비스 */


/* 지점찾기 */
#map {
    display: flex;
    flex-wrap: wrap;
}
#map .map {
    position: relative;
    flex-basis: 35%;
}
#map .map span {
    position: absolute;
    padding: 0.125rem 0.875rem;
    color: #fafafa;
    font-weight: 600;
    border-radius: 5rem;
    color: #75a092;
}
#map .map span.platinum-area {
    background-color: #75a092;
    color: #fafafa;
    cursor: pointer;
}

#map .map span:first-of-type { top: 100px; left: 120px; }
#map .map span:nth-of-type(2) { top: 170px; left: 150px; }
#map .map span:nth-of-type(3) { top: 110px; left: 250px;}
#map .map span:nth-of-type(4) { top:220px; left: 135px; }
#map .map span:nth-of-type(5) { top: 270px; left: 165px; }
#map .map span:nth-of-type(6) { top: 260px; left: 100px; }
#map .map span:nth-of-type(7) { top: 210px; left: 200px; }
#map .map span:nth-of-type(8) { top: 440px; left: 110px; }
#map .map span:nth-of-type(9) { top: 345px; left: 140px; }
#map .map span:nth-of-type(10) { top: 390px; left: 240px; }
#map .map span:nth-of-type(11) { top: 265px; left: 280px; }
#map .map span:nth-of-type(12) { top: 490px; left: 290px; }

#map .search {
    display: flex;
    width: 100%;
    flex-direction: column;
}
#map .search .content {
    display: flex;
    padding: 0rem 5rem 2rem;
}
#map .search .content .left {
    flex-basis: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#map .search .content .left img {
    width: 55%;
}
#map .search .content .right {
    flex-basis: 80%;
}
#map .search .content .right p:not(#map .search .content .right p:first-of-type) {
    padding-top: 1.375rem;
}
#map .search .content .right p a {
    font-weight: bolder;
    color: #668918;
    font-size: 1.5rem;
}
#map .search .search_form {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
}
#map .search .search_form > p {
    width: max-content;
    font-size: 1.125rem;
    padding-bottom: 1rem;
}
#map .search .search_form > div {
    width: 520px;
    position: relative;
}
#map .search .search_form > div > select,
#map .search .search_form > div > i {
    position: absolute;
    top: 0;
    width: 15%;
}
#map .search .search_form > div > select {
    border: 0px;
    background-color: transparent;
}
#map .search .search_form > div > input {
    padding-left: calc(15% + 0.25rem);
}
#map .search .search_form > div > i {
    font-size: 1.75rem;
    width: 40px;
    height: 100%;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0.375rem;
}
#map .result {
    flex-basis: 100%;
    padding: 5rem;
}
#map .result table {
    width: 100%;
}
#map .result table tr {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
#map .result table tr:first-of-type {
    border-top: 1px solid #555;
}
#map .result table tr:last-of-type {
    border-bottom: 1px solid #d3d3d3;
}
#map .result table tr:nth-of-type(2) {
    background: #dff5fd;
    border-top: 1px solid #c3dfe8;
    border-bottom: 1px solid #c3dfe8;
}
#map .result table tr th,
#map .result table tr td {
    text-align: center;
}
#map .result table tr th {
    padding: 12px 0px;
}
#map .result table tr td {
    padding: 15px 0px;
}
#map .result table tr td:first-of-type { width: 20%; }
#map .result table tr td:nth-of-type(2) { width: 55%; padding: 15px 2rem; text-align: inherit; }
#map .result table tr td:nth-of-type(3) { width: 12.5%; word-break: keep-all; }
#map .result table tr td:nth-of-type(4) { width: 12.5%; }

#hello > div {
    display: flex;
}
#hello .left {
    flex-basis: 45%;
}
#hello .left .img_wrap {
    width: 80%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hello .left .img_wrap img {
    width: 100%;
}
#hello .left h1 {
    width: 80%;
    font-weight: 300;
    text-align: center;
    padding-top: 3rem;
    line-height: 2;
}
#hello .left h1 span {
    font-size: inherit;
    font-weight: bolder;
    color: #668918;
}
#hello .right {
    flex-basis: 55%;
}
#hello .right h4 {
    line-height: 2.5rem;
    padding-bottom: 3rem;
}
#hello .right h4 span {
    color: #668918;
    font-size: inherit;
}
#hello .right p {
    padding-bottom: 1.5rem;
    font-size: 1rem;
}
#hello .right h5 {
    padding-top: 1.5rem;
}

#road .content {
    display: flex;
}
#road .content .left {
    flex-basis: 35%;
}
#road .content .right {
    flex-basis: 65%;
}
#road .content .left,
#road .content .right {
    padding: 0rem 3rem;
}
#road .content .left h3,
#road .content .right h3 {
    padding-bottom: 2rem;
}
#road .content .right h3 span {
    font-size: inherit;
    color: #668918;
}
#road .content .left p,
#road .content .right p {
    font-size: 1rem;
}
#road .content .left p {
    padding-bottom: 0.75rem;
}
#road .content .right p {
    line-height: 2.5;
}
#road .content .right p span {
    font-weight: bold;
}

#procedure .top {
    display: flex;
}
#procedure .top .left .icon-wrap {
    position: relative;
    width: 100%;
    padding: 3rem 3rem;
    border-radius: 5px;
}
#procedure .top .left .icon-wrap i {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 5rem;
}
#procedure .top .right {
    padding-left: 3rem;
}
#procedure .top .right h1 {
    font-weight: 300;
    padding-bottom: 1.75rem;
}
#procedure .top .right p {
    font-size: 1rem;
    /* word-spacing: 1px; */
    letter-spacing: -0.5px;
    font-weight: 300;
}
#procedure .top .right p:first-of-type {
    padding-bottom: 1rem;
}
#procedure hr {
    margin: 3rem 0rem;
    border-color: #dbdbdb;
}
#procedure .middle {
    display: flex;
    justify-content: space-between;
}
#procedure .middle .item-box {
    flex-basis: calc((100% / 6) - 2.5rem);
}
#procedure .middle .item-box .icon-wrap {
    background-color: #dbdbdb;
    border-radius: 1rem;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#procedure .middle .item-box .icon-wrap i {
    font-size: 4rem;
    color: #fafafa;
}
#procedure .middle .item-box p {
    text-align: center;
    padding-top: 1rem;
}
#procedure .bottom h3 {
    font-weight: 400;
    padding-bottom: 1.5rem;
}
#procedure .bottom ul {
    padding-bottom: 3rem;
}
#procedure .bottom ul li {
    font-size: 1rem;
}
#procedure .bottom ul li::before {
    content: " - ";
}

#guide .content {
    display: flex;
}
#guide .content > div {
    flex-basis: 50%;
}
#guide .content .left {
    padding: 0rem 5rem 5rem;
}
#guide .content .left .img-cover {
    box-shadow: 1px 1px 5px 3px #acacac;
    padding: 0.25rem;
    height: fit-content;
}
#guide .content .left .img-wrap {
    max-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: white;
}
#guide .content .left .img-wrap img {
    height: 100%;
}
#guide .content .right {
    display: flex;
    flex-direction: column;
}
#guide .content .right h3 {
    padding-bottom: 2rem;
}
#guide .content .right h3 span {
    font-size: inherit;
}
#guide .content .right hr {
    margin: 2.5rem 0rem;
}
#guide .content .right pre {
    font-family: inherit;
    font-size: 1rem;
    line-height: 2;
    overflow: visible;
}
#guide .content .right .imgs {
    flex-basis: 100%;
    display: flex;
    justify-content: space-evenly;
}
#guide .content .right .imgs img {
    width: unset;
    max-height: 120px;
}

#tour .slide-cover > .img-wrap {
    padding: 1rem;
    text-align: center;
}
#tour .slide-cover > .img-wrap > img {
    max-width: 100%;
    max-height: 80vh;
    width: unset;
}
#tour .slide-cover > .text {
    padding-bottom: 1rem;
}
#tour .slide-cover > .carousel {
    display: flex;
    width: 100%;
    overflow: hidden;
}
#tour .slide-cover > .carousel > .carousel-cover {
    white-space: nowrap;
    width: fit-content;
    overflow-x: scroll;
}
#tour .slide-cover > .carousel > .carousel-cover > span {
    display: inline-block;
    width: 15%;
    padding: 0.125rem;
    /* box-shadow: 0px 0px 1px 5px #00a2bf; */
    border: 1px dashed rgba(41, 140, 159, 0.2);
}
#tour .slide-cover > .carousel > .carousel-cover > span img {
    cursor: pointer;
}

#nursing .content .top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 4rem;
}
#nursing .content .top h2 {
    padding-bottom: 2rem;
}
#nursing .content .top h2 span {
    font-size: inherit;
    color: #00A2BF;
}
#nursing .content .top p {
    width: 70%;
    font-size: 1rem;
    line-height: 1.75;
}
#nursing .content .middle .box {
    display: flex;
    padding: 2rem 0rem;
}
#nursing .content .middle .box:first-of-type {
    padding-top: 4rem;
}
#nursing .content .middle .box .left {
    flex-basis: 25%;
}
#nursing .content .middle .box .left img {
    border: 1px dotted #dbdbdb;
    padding: 0.125rem;
}
#nursing .content .middle .box .right {
    flex-basis: 75%;
    padding-left: 4rem;
}
#nursing .content .middle .box .right h3 {
    color: #668918;
    padding: 0.125rem 0rem 1.5rem;
}
#nursing .content .middle .box .right ul li {
    padding: 0.25rem 0rem;
    font-size: 1rem;
}

#rehabilitation .content h1 {
    padding-bottom: 2rem;
    font-weight: 400;
}
#rehabilitation .content h3 span,
#rehabilitation .content h1 span {
    font-size: inherit;
    color: #c2813b;
}
#rehabilitation .content h3 {
    font-weight: 400;
    padding: 2.5rem 0rem 1rem 0rem;
}
#rehabilitation .card {
    display: flex;
    flex-direction: row;
}
#rehabilitation .card img,
#rehabilitation .card > div {
    width: unset;
    width: 50%;
}
#rehabilitation .card img {
    border-radius: 0.25rem 0 0 0.25rem;
}
#rehabilitation .card > div {
    display: flex;
    padding: 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#rehabilitation .card h2 {
    color: #668918;
}




#rehabilitation .content h1 {
    padding-bottom: 2rem;
    font-weight: 400;
}
#rehabilitation .content h3 span,
#rehabilitation .content h1 span {
    font-size: inherit;
    color: #c2813b;
}
#rehabilitation .content h3 {
    font-weight: 400;
    padding: 2.5rem 0rem 1rem 0rem;
}
#rehabilitation .card {
    display: flex;
    flex-direction: row;
}
#rehabilitation .card img,
#rehabilitation .card > div {
    width: unset;
    width: 50%;
}
#rehabilitation .card img {
    border-radius: 0.25rem 0 0 0.25rem;
}
#rehabilitation .card > div {
    display: flex;
    padding: 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.content table {
    width: 100%;
}
.content table tr {
    border-top: 1px solid #dbdbdb;
}
.content table tr:last-of-type {
    border-bottom: 1px solid #dbdbdb;
}
.content table tr td {
    padding: 1rem 1.5rem;
}
.content table tr td:first-of-type {
    border-right: 1px solid #dbdbdb;
}
.content table tr:nth-of-type(2n-1) td:not(#life tr td, #leisure tr td) {
    background-color: rgba(0,0,0,0.05);
}













#life .content > h1 {
    font-weight: 300;
    padding-bottom: 2rem;
}
#life .content > h1 > span {
    font-size: inherit;
}
#life .content > p {
    font-size: 1rem;
}
#life .content > h3 {
    font-weight: 300;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
#life .content > h3 > span {
    font-size: inherit;
}
#life .content > table {
    width: 100%;
}
#life .content > table tr th {
    background-color: #e6eff1;
}
#life .content > table tr td,
#life .content > table tr th {
    padding: 0.75rem;
    border: 1px solid #dee2e6;
}
#life .content > table:first-of-type tr td:nth-of-type(2) {
    background-color: #f1f6f7;
}
#life .content > table tr th:first-of-type,
#life .content > table tr td:first-of-type {
    width: 10%;
    border-left: 0px;
}
#life .content > table tr td:nth-of-type(2) {
    width: 20%;
}
#life .content > table tr th:last-of-type,
#life .content > table tr td:last-of-type {
    width: auto;
    border-right: 0px;
}

#leisure .content > h1 {
    font-weight: 300;
}
#leisure .content > h1 span {
    font-size: inherit;
}
#leisure .content > p {
    font-size: 1rem;
    padding: 2rem 0rem;
}
#leisure .content > table {
    width: 100%;
}
#leisure .content > table td {
    padding: 0.75rem;
    border: 1px solid #dbdbdb;
}
#leisure .content > table td:first-of-type {
    width: 25%;
    border-left: 0px;
}
#leisure .content > table td:last-of-type {
    width: 75%;
    border-right: 0px;
}


#notice .content table {
    width: 100%;
    border-top: 1px solid #999;
    margin: 0.5rem 0rem;
}
#notice .content table tr th {
    text-align: center;
    font-weight: normal;
    padding: 0.625rem;
}
#notice .content table tr th,
#notice .content table tr td {
    border-bottom: 1px solid #dbdbdb;
}
#notice .content table tr td:not(#notice .content table tr td:nth-of-type(2)) {
    text-align: center;
}
#notice .content table tr td:first-of-type {
    width: 10%;
}
#notice .content table tr td:nth-of-type(2) {
    width: 60%;
}
#notice .content table tr td:nth-of-type(3) {
    width: 5%;
}
#notice .content table tr td:nth-of-type(4) {
    width: 12.5%;
}
#notice .content table tr td:nth-of-type(5) {
    width: 5%;
}
#notice .content table tr td:last-of-type {
    width: 7.5%;
}
#notice .content table tr td:nth-of-type(3),
#notice .content table tr td:nth-of-type(4),
#notice .content table tr td:nth-of-type(5),
#notice .content table tr td:last-of-type {
    color: #767676;
}
#notice .content table tr td:nth-of-type(3) i {
    color: inherit;
}
#notice .content table tr td a {
    display: flex;
    align-items: stretch;
    width: 100%;
    padding: 1.875rem;
    justify-content: center;
}
#notice .content table tr td:nth-of-type(2) a {
    justify-content: flex-start;
}



#boardUpdate > .btn-box,
#boardWrite > .btn-box {
    justify-content: center;
}
#boardUpdate > .btn-box button,
#boardWrite > .btn-box button {
    padding: 0.75rem 3rem;
    font-size: 1.125rem;
}
#boardUpdate .write_form .btn-box,
#boardWrite .write_form .btn-box {
    align-items: flex-end;
    flex-direction: column;
    padding-bottom: 0.375rem;
}
#boardUpdate .write_form .btn-box button,
#boardWrite .write_form .btn-box button {
    padding: 0.5rem 2rem;
}
#boardUpdate .write_form .btn-box label,
#boardWrite .write_form .btn-box label {
    padding: 0.125rem 0.25rem;
    margin-bottom: 0.125rem;
}
#boardUpdate .write_form .btn-box label span,
#boardWrite .write_form .btn-box label span {
    font-size: 1rem;
    padding-right: 1rem;
}
#boardUpdate .write_form .btn-box label input[type=checkbox],
#boardWrite .write_form .btn-box label input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: sub;
}
#boardUpdate .write_form .btn-box label select,
#boardWrite .write_form .btn-box label select {
    padding: 0.25rem 0.75rem;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
    font-size: 0.925rem;
}
#boardUpdate .write_form .nfile-box {
    padding-bottom: 1rem;
    display: flex;
}
#boardUpdate .write_form .nfile-box .nfile {
    display: inline-block;
    padding: 0.375rem;
    padding-right: 0.75rem;
    border: 1px solid #dbdbdb;
    border-radius: 0.375rem;
}
#boardUpdate .write_form .nfile-box .nfile .btn-fileDelete {
    border: 0;
    background-color: transparent;
    padding: 0.25rem;
}
#boardUpdate .write_form .nfile-box .nfile .btn-fileDelete i {
    display: inline-block;
    font-size: 1.125rem;
}


#view {
    display: flex;
    flex-direction: column;
}
#view .content {
    padding-top: 1rem;
}
#view .content .v_title {
    padding-bottom: 2rem;
    border-bottom: 1px solid #dbdbdb;
}
#view .content .v_title h2 {
    padding-bottom: 1rem;
    word-wrap: break-word;
}
#view .content .v_title p {
    color: #999
}
#view .content .v_desc {
    font-size: 1rem;
    padding: 2.5rem;
}
#view .content .v_desc figure {
    display: flex;
    justify-content: center;
    margin: 10px auto;
}
#view .content .v_desc figure.media div {
    position: relative;
    min-width: 50%;
    max-width: 100%;
}
#view .content .v_desc figure.media iframe {
    width: 100%;
    min-height: 100%;
}
#view .content .v_desc img {
    max-width: 100%;
    display: block;
}
#view .content .prev_next {
    border-top: 1px solid #ddd;
    margin: 2rem 0rem;
}
#view .content .prev_next li {
    border-bottom: 1px solid #ddd;
}
#view .content .prev_next li a span {
    display: inline-block;
    padding: 1rem 0.5rem;
}
#view .content .prev_next li a span:last-of-type {
    font-size: 1rem;
}
#view .content .prev_next li a span:not(#view .content .prev_next li a span:last-of-type) {
    color: #999;
}
#view .content > .btn-box {
    justify-content: center;
}
#view .content > .btn-box a,
#view .content > .btn-box button {
    padding: 0.625rem 3rem;
}

/* 갤러리 게시판 */
#gallery .content > .btn-box {
    padding-bottom: 2rem;
}
#gallery .list {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
}
#gallery .list .gnote {
    display: inline-flex;
    flex-basis: 25%;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 1rem;
    padding: 0rem 0.375rem;
}
#gallery .list .gnote:nth-last-of-type(-n+5) {
    justify-content: flex-start;
}
#gallery .list .gnote .sticky {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fffcfc;
}
#gallery .list .gnote .sticky .gnoteImg {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eaeaea;
    border: 1px solid #cacaca;
    padding: 0.375rem;
    overflow: hidden;
}
#gallery .list .gnote img {
    object-fit: cover;
    width: 100%;
    height: 100%
}
#gallery .list .gnote .gnoteContent {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 0.375rem;
}
#gallery .list .gnote .gnoteContent > h6 {
    margin: 0.375rem 0rem 0.75rem;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 두 줄까지만 표시 */
    overflow: hidden;
    font-size: 1.125rem;
    font-weight: 600;
    word-break: break-all;
}
#gallery .list .gnote .gnoteContent > span {
    display: inline-block;
    padding: 0rem 0.375rem 0rem;
    width: 100%;
    text-align: right;
}
#gallery .list .gnote .gnoteContent > p {
    padding: 0rem 0.375rem;
    text-align: right;
    font-weight: 500;
}




#foodplan .content .imgs,
#programplan .content .imgs {
    width: 90%;
}
#foodplan .content .swiper-wrapper,
#programplan .content .swiper-wrapper {
    height: inherit;
    align-items: center;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    padding: 4rem 1.5rem !important;
    background-color: rgba(0,0,0,0.2);
    top: calc(50% - 2rem);
}

@media screen and (max-width:1400px) {
    #map .map span:first-of-type { top: 100px; left: 100px; }
    #map .map span:nth-of-type(2) { top: 130px; left: 130px; }
    #map .map span:nth-of-type(3) { top: 110px; left: 220px;}
    #map .map span:nth-of-type(4) { top:190px; left: 100px; }
    #map .map span:nth-of-type(5) { top: 230px; left: 135px; }
    #map .map span:nth-of-type(6) { top: 230px; left: 70px; }
    #map .map span:nth-of-type(7) { top: 180px; left: 170px; }
    #map .map span:nth-of-type(8) { top: 380px; left: 90px; }
    #map .map span:nth-of-type(9) { top: 290px; left: 110px; }
    #map .map span:nth-of-type(10) { top: 330px; left: 200px; }
    #map .map span:nth-of-type(11) { top: 210px; left: 240px; }
    #map .map span:nth-of-type(12) { top: 420px; left: 250px; }
}
@media screen and (max-width:1200px) {
    #map .map span:first-of-type { top: 80px; left: 80px; }
    #map .map span:nth-of-type(2) { top: 110px; left: 110px; }
    #map .map span:nth-of-type(3) { top: 70px; left: 170px;}
    #map .map span:nth-of-type(4) { top: 160px; left: 90px; }
    #map .map span:nth-of-type(5) { top: 200px; left: 115px; }
    #map .map span:nth-of-type(6) { top: 190px; left: 60px; }
    #map .map span:nth-of-type(7) { top: 150px; left: 140px; }
    #map .map span:nth-of-type(8) { top: 310px; left: 60px; }
    #map .map span:nth-of-type(9) { top: 245px; left: 90px; }
    #map .map span:nth-of-type(10) { top: 280px; left: 170px; }
    #map .map span:nth-of-type(11) { top: 185px; left: 190px; }
    #map .map span:nth-of-type(12) { top: 350px; left: 200px; }
}
@media screen and (max-width: 1024px) {
    #map .map {
        display: none;
    }
    #map .search {
        flex-direction: column;
        flex-grow: 1;
    }
}
@media screen and (max-width: 767px) {
    .banner h4 {
        word-break: keep-all;
        padding: 0;
        font-size: 1.125rem;
        padding-right: 1.5rem;
    }
    .banner p {
        display: none;
    }
    .main_board {
        flex-wrap: wrap;
    }
    #page .subpage_nav > div {
        padding: 0;
    }
    #page .subpage_nav > div > span {
        padding: 0.5rem;
        width: fit-content;
    }
    #page .subpage_nav > div > span:nth-of-type(2) {
        width: unset;
        flex-basis: 40%;
    }
    #page .subpage_nav > div > span:last-of-type {
        flex-basis: 60%;
    }
    #page .page > div > h1 {
        padding: 1rem 1rem 4rem;
    }
    #what .content {
        display: flex;
        padding: 0rem ;
        flex-direction: column;
    }
    #what .content .left {
        width: inherit;
    }
    #what .content .left .img_wrap {
        width: inherit;
    }
    #what .content .left .img_wrap img {
        width: 100%;
        height: auto;
    }
    #what .content .right {
        padding-left: 0;
    }
    #what .content .right h3 {
        padding: 1.5rem 0rem;
        font-size: 1.25rem;
        word-break: keep-all;
    }

    #innovation .title {
        font-size: 1.75rem;
        padding-bottom: 1.5rem;
    }

    #service .title p,
    #service .title span {
        font-size: 1.5rem;
    }
    #service > div > div.txt_24 {
        font-size: 1.25rem !important;
        word-break: keep-all;
    }
    #map .search .content {
        padding: 0rem;
        flex-direction: column;
    }
    #map .search .content .left {
        padding-bottom: 2rem;
    }
    #map .search .content .left img {
        height: 70px;
        width: auto;
    }
    #map .search .search_form {
        padding-top: 1rem;
    }
    #map .search .search_form > div {
        width: 100%;
    }
    #map .search .search_form > div > select {
        display: none;
    }
    #map .search .search_form > div > input {
        padding-left: 1rem;
    }
    #map .result {
        padding: 1rem 0 0;
    }
    #map .result table tr th:nth-of-type(2),
    #map .result table tr td:nth-of-type(2),
    #map .result table tr th:nth-of-type(4),
    #map .result table tr td:nth-of-type(4) {
        display: none;
    }

    #hello > div {
        flex-direction: column;
    }
    #hello > div > .left {
        display: flex;
        justify-content: center;
        padding-bottom: 1rem;
    }
    #hello .left .img_wrap {
        width: 100%;
    }
    #page .subpage_nav > div > span:last-of-type .subpage_subnav_ul {
        width: calc(100% + 2px);
    }
    #page .subpage_nav > div > span:last-of-type .subpage_subnav_ul li {
        width: 100%;
    }
    #page .subpage_nav > div > span:last-of-type .subpage_subnav_ul li a {
        text-align: left;
    }
    .root_daum_roughmap .wrap_map {
        height: 300px !important;
    }
    #guide .content,
    #road .content {
        flex-direction: column;
    }
    #guide .content .left,
    #road .content .left,
    #road .content .right {
        padding: 0;
    }
    #guide .content .left,
    #road .content .left {
        padding-bottom: 1.5rem;
    }
    #guide .content .right pre {
        text-wrap: wrap;
    }
    #guide .content .right .imgs {
        flex-direction: column;
    }
    #guide .content .right .imgs img {
        max-width: 100%;
        margin-bottom: 1rem;
    }
    #tour .slide-cover > .img-wrap {
        padding: 0;
    }
    #tour .slide-cover > .carousel > .carousel-cover > span {
        width: 40%;
    }
    #nursing .content .top p {
        width: inherit;
    }
    #nursing .content .middle .box {
        flex-direction: column;
    }
    #nursing .content .middle .box .right {
        padding-left: 0;
        flex-basis: 100%;
    }
    #notice table tr th:nth-of-type(4),
    #notice table tr td:nth-of-type(4) {
        width: 30%;
    }
    #notice table tr th:nth-of-type(4) a,
    #notice table tr td:nth-of-type(4) a {
        padding: 0.875rem 0.5rem;
    }
    #notice table tr th:first-of-type,
    #notice table tr td:first-of-type,
    #notice table tr th:nth-of-type(3),
    #notice table tr td:nth-of-type(3),
    #notice table tr th:nth-of-type(5),
    #notice table tr td:nth-of-type(5),
    #notice table tr th:last-of-type,
    #notice table tr td:last-of-type {
        display: none;
    }

    #gallary .content .content_wrap .item {
        flex-basis: 100%;
        margin-right: 0rem !important;
        padding: 0.5rem;
    }
    #boardUpdate > .btn-box button, #boardWrite > .btn-box button {
        padding: 0.75rem 2rem;
    }

}


/* 옛날에 만든 플래티늄 css */
/*미션 및 비전*/
.mission {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}
.mission > img {
    width: 80%;
}
.boxbanner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.boxbanner_cover {
    width: 60%;
    height: 7vh;
    background-color: #438e99;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxbanner_cover > p {
    margin: 0px;
    font-weight: bolder;
    color: #ffbd0a;
}
.boxbanner_cover > p > span {
    color: #ff911b;
}

/* 협력병원 협약서 보기 */
#nursing #dochis-popup ul {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 1rem;
}
#nursing #dochis-popup ul li {
    padding: 0.375rem 1rem;
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    border-radius: 0.375rem;
    cursor: pointer;
}
/* 협력병원 협약서 보기 */
#rehabilitation p,
#rehabilitation li {
    font-size: 1rem;
    font-weight: 300;
}
#rehabilitation ol {
    padding: 0;
}
#rehabilitation ol > li {
    padding-bottom: 1rem;
}
#rehabilitation ul > li:first-of-type {
    padding-top: 1rem;
}

/*pc환경*/
@media screen and (min-width: 997px) {

    /*custom - 연혁*/
    .squere {
        width: 15px;
        height: 15px;
        background-color: #00a2bf;
        display: inline-block;
        margin-right: 10px;
    }
    .title-word {
        display: inline-block;
        vertical-align: baseline;
    }
    #contents {
        padding: 50px 0px;
        color: #00a2bf;
        text-align: center;
    }
    .contents_cover {
        display: flex;
        justify-content: center;
    }
    .contents-letter {
        width: 35%;
    }
    .contents-letter:last-of-type {
        margin-left: 15%;
        align-items: flex-end;
    }
    .content_background {
        display: flex;
        justify-content: center;
        position: absolute;
        opacity: 0.3;
        width: 100%;
        user-select: none;
        z-index: 0;
        left: 0;
    }
    .content_background > img {
        position: relative;
        width: 15%;
    }
    .contents-memo {
        -webkit-user-select: inherit;
        -moz-user-select: inherit;
        -ms-user-select: inherit;
        user-select: inherit;
    }
    .year-title {
        text-align: center;
        border-bottom: 10px solid #00a2bf;
        font-weight: bolder;
    }
    .contents-memo > p > img {
        width: 2%;
        vertical-align: text-top;
    }
    .contents-memo > p > span {
        font-weight: bold;
    }
    /*--------------------------- 연혁 --------------------------*/

    /*미션 및 비전*/
    .boxbanner_cover > p {
        font-size: 24px;
    }
    /*--------------------------- 미션 및 비전 --------------------------*/

    /*Value Statement*/
    .vs-contents-memo {
        padding-left: 5em;
    }
    .vs-title {
        font-size: 24px;
        color: #111111;
        font-weight: bolder;
        -webkit-transform: scale(1.3 , 1) translateX(5.7em);
        -moz-transform: scale(1.3 , 1) translateX(5.7em);
        -ms-transform: scale(1.3 , 1) translateX(5.7em);
        -o-transform: scale(1.3 , 1) translateX(5.7em);
        transform: scale(1.3 , 1) translateX(5.7em);
    }
    .vs-title > span {
        color: #699631;
    }
    .vs-top-memo {
        color: #555555;
        font-size: 16px;
        font-weight: bold;
    }
    .vs-contents-img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .vs-contents-img > img {
        width: 90%;
    }
    /*--------------------------- Value Statement --------------------------*/

    /*진료협약서*/

    .slide-img-btn {
        display: flex;
        justify-content: center;
    }
    .slide-img-btn > button {
        font-size: 18px;
    }

    /*--------------------------- Value Statement --------------------------*/

    /*협력병원 네트워크 (모달창)*/
    #contents > img {
        width: 100%;
    }
    .close-modal-btn {
        background-color: #298c9f;
    }
    .eli_logo_btn > img {
        width: 120px;
    }
    /*--------------------------- 협력병원 네트워크 (모달창) --------------------------*/
}       /*pc끝*/

    /* mobile 환경*/
@media screen and (max-width: 998px) {
    #nursing #dochis-popup ul {
        flex-wrap: wrap;
        padding: 1rem;
    }
    #nursing #dochis-popup ul li {
        margin: 0.25rem 0rem;
    }
    .mission > img {
        width: 100%;
    }
    /*custom - 연혁*/
    .squere {
        width: 15px;
        height: 15px;
        background-color: #00a2bf;
        display: inline-block;
        margin-right: 10px;
    }
    .title-word {
        display: inline-block;
        vertical-align: middle;
    }
    #contents {
        padding: 0px;
        color: #00a2bf;
        text-align: center;
    }
    .contents_cover {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .contents-letter {
        width: 100%;
    }
    .contents-letter:last-of-type {
        margin-top: 10vh;
    }
    .content_background {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: absolute;
        opacity: 0.3;
        width: 100%;
        user-select: none;
        z-index: 0;
        top: 35%;
        left: 0;
    }
    .content_background > img {
        position: relative;
        width: 50%;
    }
    .contents-memo {
        -webkit-user-select: inherit;
        -moz-user-select: inherit;
        -ms-user-select: inherit;
        user-select: inherit;
    }
    .year-title {
        text-align: center;
        border-bottom: 10px solid #00a2bf;
        font-weight: bolder;
    }
    .contents-memo > p > img {
        width: 2%;
        vertical-align: text-top;
    }
    .contents-memo > p > span {
        font-weight: bold;
    }
/*--------------------------- 연혁 --------------------------*/

    /*Value Statement*/
    .vs-title {
        font-size: 24px;
        color: #111111;
        font-weight: bolder;

    }
    .vs-title > span {
        color: #699631;
    }
    .vs-top-memo {
        color: #555555;
        font-size: 16px;
        font-weight: bold;
    }
    .vs-contents-img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .vs-contents-img > img {
        width: 100%;
    }
    /*--------------------------- Value Statement --------------------------*/

    .boxbanner_cover > p {
        font-size: 18px;
    }

    /*협력병원 네트워크 (모달창)*/
    #contents > img {
        width: 100%;
    }
    .close-modal-btn {
        background-color: #298c9f;
    }
    .eli_logo_btn > img {
        width: 100px;
    }
}
