@charset "utf-8";

/* 
 * content CSS Document
 * KOWEB
 */

/* common */
.sub h1 {
}
.sub h2 {
  font-size: 43rem;
  font-weight: 500;
  color: #fff;
  line-height: 1em;
  word-break: keep-all;
}
.sub h3 {
}
.sub h4 {
}
.sub h5 {
}
.sub h6 {
}
.sub .area_partner {
  border-top: 1px solid #eee;
  box-sizing: border-box;
}
div[class^="area_"] p section[class^="area_"] p,
article[class^="area_"] p,
div[class^="area_"] li,
article[class^="area_"] li {
  line-height: 1.7;
  font-weight: 300;
  color: #555;
}

.sub #content {
  padding: 50rem 0 0;
  min-height: 400rem;
  overflow: hidden;
}
#content .mob_info {
  padding: 0 0 5rem;
  font-weight: 600;
  font-size: 13rem;
  color: #666;
}
.bold {
  font-weight: 600 !important;
}
.nm {
  margin: 0 !important;
}
.mt40 {
  margin-top: 40rem !important;
}

.join_area,
.secret_area {
  margin: 150rem 0 0;
}
.join_area h2 i {
  color: #222;
}

.ko_board_list[data-type="A"][data-gallery] [data-board="img"] {
  background-image: none;
  height: 185px;
  width: 144px;
}
.ko_board_list[data-type="A"][data-gallery] [data-board="img"] img {
  height: 100%;
}

.mt50 {
  margin-top: 50rem;
}
.mt60 {
  margin-top: 60rem;
}

/* board */
ul.bbsList {
  border-top-color: #152f53;
}
ul.bbsList li .more.active,
ul.bbsList li .more:hover,
ul.bbsList li .more:focus {
  border-color: #152f53;
}
ul.bbsList li .more em,
ul.bbsList li .subject:hover,
ul.bbsList li .subject:focus {
  color: #152f53;
}
ul.bbsList li .notice {
  background: #152f53;
}

.pagination span {
  color: #152f53;
  border-color: #152f53;
}
.pagination a:not([class^="btn_"]):hover,
.pagination a:not([class^="btn_"]):focus {
  background: #f9f1f2;
  border-color: #f9f1f2;
}

.faqList dt.on:before {
  background: #152f53;
}

.bbsTitle_cont > i {
  color: #c6a582;
  border-bottom-color: #c6a582;
}

.inr_pagination > a:hover > em {
  color: #c6a582;
}

/* page navigation */
.area_navigation {
  position: absolute;
  bottom: 135rem;
  right: 50%;
  margin-right: -700rem;
  text-align: right;
}
.area_navigation ul {
  display: inline-block;
  overflow: hidden;
}
.area_navigation ul li {
  position: relative;
  float: left;
  line-height: 1;
  padding: 0 15rem;
  font-size: 15rem;
  color: #fff;
  opacity: 0.54;
}
.area_navigation ul li img {
  display: inline-block;
  position: relative;
  top: 1rem;
  height: 12rem;
  vertical-align: top;
  opacity: 0.54;
}
.area_navigation ul li i {
  display: none;
}
.area_navigation ul li:after {
  content: "";
  position: absolute;
  top: 5.5rem;
  right: -2rem;
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-radius: 50rem;
  opacity: 0.54;
}
.area_navigation ul li:last-child {
  padding-right: 0;
  opacity: 1;
}
.area_navigation ul li:last-child:after {
  display: none;
}
.area_subVisual.nolnb .area_navigation {
  bottom: 50rem;
}

/* lnb */
.lnb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 88rem;
}
.lnb .wrap {
  width: 1540rem;
  text-align: center;
  background: #fff;
  height: 100%;
  border-radius: 30rem 30rem 0 0;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.lnb ul {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lnb ul li {
  margin: 0 20rem;
}
.lnb ul li a {
  display: block;
  font-size: 16rem;
  font-weight: 400;
  color: #555;
}
.lnb ul li.active a {
  color: #046eb6;
}
.lnb ul.depth3 {
  display: none;
}

/* snb */
.snb {
  margin: 0 0 50rem;
}
.snb .wrap {
  width: auto;
}
.snb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.snb ul li {
  margin: 0 15rem 0 0;
}
.s1_1 .snb ul li,
.s1_2 .snb ul li,
.s1_5 .snb ul li {
  width: 165rem;
  text-align: center;
}
.snb ul li:last-child {
  margin-right: 0;
}
.snb ul li a {
  display: block;
  padding: 18rem;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5rem;
  box-sizing: border-box;
  font-size: 16rem;
  font-weight: 400;
  color: #444;
  line-height: 1em;
  transition: all 0.3s ease;
}
.snb ul li a .shide {
  display: none;
}
.snb ul li a.on,
.snb ul li a:hover {
  color: #fff;
  background: #046eb6;
  border: 1px solid #046eb6;
  box-shadow: 0px 5px 9px 1px rgba(4, 110, 182, 0.1);
}
.s3_3 .snb ul li {
  width: 280rem;
  text-align: center;
}

/* sub visual */
.area_subVisual {
  position: relative;
  height: 615rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
}
.area_subVisual > .wrap {
  position: relative;
  top: 51%;
  transform: translateY(-50%);
}
.area_subVisual em {
  display: block;
  margin: 20rem 0 0;
  font-size: 16rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.2em;
  word-break: keep-all;
}
.area_subVisual.nolnb {
  height: 527rem;
}
.area_subVisual.nolnb > .wrap {
  top: 60%;
}
.sub_tit {
  text-align: center;
  margin: 0 0 40rem;
}
.sub_tit h3,
.sub_tit h4,
.sub_tit h5 {
  display: block;
  font-size: 40rem;
  font-weight: 600;
  color: #222;
  line-height: 1em;
  word-break: keep-all;
  text-transform: uppercase;
}
.sub_tit h4 .shide {
  display: none;
}
.sub_tit em {
  display: inline-block;
  margin: 15rem 0 0;
  font-size: 17rem;
  font-weight: 300;
  color: #555;
  line-height: 1.3em;
  word-break: keep-all;
}

/* tab  */
.tabs {
  margin: 0 0 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs:after {
  content: "";
  display: block;
  clear: both;
}
.tabs li {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: calc(100% / 5);
  padding: 18rem 10rem;
  border: 1px solid #eee;
  border-right: none;
  box-sizing: border-box;
  background: transparent;
  color: #777;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tabs li:last-child {
  border-right: 1px solid #eee;
}
.tabs li span {
  line-height: 1.35em;
  font-weight: 400;
  font-size: 17rem;
  color: #444;
  word-break: keep-all;
}
.tabs li.active,
.tabs li:hover {
  background: #046eb6;
  border: 1px solid #046eb6;
}
.tabs li.active span,
.tabs li:hover span {
  color: #fff;
}
.tab_content {
  position: relative;
  min-height: 400px;
}
.tab_content:after {
  content: "";
  display: block;
  clear: both;
}
.tabs.v2 {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.tabs.v2 li {
  position: relative;
  width: 115rem;
  border: none;
  padding: 17rem 10rem;
  box-sizing: border-box;
}
.tabs.v2 li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15rem;
  background: #ddd;
  transform: translateY(-50%);
}
.tabs.v2 li:last-child:before {
  display: none;
}
.tabs.v2 li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2rem;
  background: #046eb6;
  transition: all 0.3s ease;
}
.tabs.v2 li.active,
.tabs.v2 li:hover {
  background: transparent;
}
.tabs.v2 li.active span,
.tabs.v2 li:hover span {
  color: #046eb6;
}
.tabs.v2 li.active:after,
.tabs.v2 li:hover:after {
  width: 100%;
}

.s1_5 .tabs li:first-child {
  border-radius: 5rem 0 0 5rem;
}
.s1_5 .tabs li:last-child {
  border-radius: 0 5rem 5rem 0;
}

.tab {
  margin: 0 0 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab:after {
  content: "";
  display: block;
  clear: both;
}
.tab li {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 200rem;
  border: 1px solid #eee;
  border-right: none;
  box-sizing: border-box;
  background: transparent;
  color: #777;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tab li:last-child {
  border-right: 1px solid #eee;
}
.tab li > a {
  display: block;
  width: 100%;
  padding: 18rem 10rem;
  box-sizing: border-box;
}
.tab li span {
  line-height: 1.35em;
  font-weight: 400;
  font-size: 17rem;
  color: #444;
  word-break: keep-all;
}
.tab li.active,
.tab li:hover {
  background: #046eb6;
  border: 1px solid #046eb6;
}
.tab li.active span,
.tab li:hover span {
  color: #fff;
}

/* table */
#content table.table {
  border-top: 2px solid #222;
  margin-top: 0;
}
#content table.table thead th {
  background: #fafbfc;
  font-size: 17rem;
  color: #222;
  font-weight: 600;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  word-break: break-word;
}
#content table.table thead tr th:last-child {
  border-right: none;
}
#content table.table thead tr:last-child th {
  border-bottom: none;
}
#content table.table thead th[rowspan] {
  border-bottom: none;
  border-right: 1px solid #eee;
}
#content table.table thead th.rline {
  border-right: 1px solid #eee !important;
}
#content table.table th {
  padding: 17rem 10rem;
}
#content table.table td {
  padding: 20rem 5rem;
}
#content table.table tbody td {
  font-size: 16rem;
  font-weight: 300;
  color: #555;
  border: 1px solid #eee;
  word-break: break-word;
}
#content table.table tbody td span {
  display: inline-block;
  padding: 5rem 12rem;
  font-size: 18rem;
  font-weight: 400;
  color: #fff;
  line-height: 1em;
  box-sizing: border-box;
  word-break: keep-all;
  background: #5e5e5e;
  border-radius: 50rem;
}
#content table.table tbody td span.surgery {
  background: #f47209;
}
#content table.table tbody td span.treat {
  background: #006cba;
}
#content .area_box > table.table tbody td {
  word-break: keep-all;
}
#content .scrollTable::-webkit-scrollbar {
  height: 5rem;
}
.s2_1 #content table.table tbody td {
  font-weight: 400;
}
#content table.table tbody td.name {
  font-weight: 600;
  color: #222;
  line-height: 1.4em;
}

/* map default */
.area_map .map_style {
  padding: 0;
  border: none;
  border-bottom: 1rem solid #ccc;
}
.area_map .map_style .wrap_controllers {
  display: none;
}

/* 이용약관 */
.area_policy {
  padding-top: 100rem;
}
.area_policy h2 {
  padding: 30rem 0;
  font-size: 40rem;
  color: #222;
  text-align: center;
  font-weight: 700;
}
.area_policy h3 {
  margin-bottom: 20rem;
  font-weight: 700;
  font-size: 17rem;
  color: #222;
}
.area_policy ul li,
.area_policy p {
  line-height: 1.6;
  font-weight: 300;
  font-size: 15rem;
  color: #666;
}
.area_policy p {
  line-height: 1.6;
  font-size: 14rem;
}
.area_policy ul li {
  margin-bottom: 8rem;
}
.area_policy ul li:last-child {
  margin: 0;
}
.area_policy ul li ul {
  margin-top: 5rem;
  margin-bottom: 20rem;
}
.area_policy ul li ul li {
  margin-bottom: 2rem;
  font-size: 15rem;
}
.area_policy .area_box {
  margin: 0 0 30rem;
}
.area_policy .inr_policy {
  padding: 40rem 0;
  border-bottom: 1rem solid #ddd;
}
.area_policy .inr_policy.top {
  padding-top: 0;
}
.area_policy .inr_policy:last-child {
  border: none;
}
.area_policy .box_blue {
  padding: 15rem 15rem 20rem;
  border-radius: 0;
  margin: 20rem 0 0;
}
.area_policy .box_blue h3 {
  font-size: 16rem;
  margin: 0 0 3rem;
}
.area_policy .box_blue ul li {
  margin: 0 0 2rem;
}
.area_policy .box_blue ul li:last-child {
  margin: 0;
}

/* 사이트맵 */
.area_sitemap {
  padding: 0;
  margin: 10rem 0 0;
}
.area_sitemap [data-gnb-bg] {
  display: none;
}
.area_policy .area_sitemap ul.gnb > li:last-child {
  margin-left: 2%;
}
.area_policy .area_sitemap .depth2 {
  margin: 20rem 10rem 0;
}
.area_policy .area_sitemap .depth2 > li {
  margin-bottom: 8rem;
}
.area_policy .area_sitemap .depth2 > li > a {
  font-size: 16rem;
  font-weight: 600;
  color: #333;
}
.area_policy .area_sitemap .depth3 {
  background: #f7f7f7;
  padding: 13rem;
  border-radius: 5rem;
  margin-bottom: 10rem;
}
.area_policy .area_sitemap .depth3 > li > a {
  font-size: 15rem;
  font-weight: 300;
  color: #666;
}
.area_sitemap .btn_menu_pc {
  display: none;
}

.area_sitemap .gnb > li > a {
  background: #fff;
  border-top: 3rem solid #485c6a;
  border-right: 1rem dashed #ddd;
  border-bottom: 3rem solid #dfdfdf;
  border-left: 1rem dashed #ddd;
  font-weight: 600;
  font-size: 22rem;
  border-radius: 9rem;
  overflow: hidden;
}
.area_sitemap .gnb > li > a:after {
  background: #485c6a;
  background-image: None;
}
.area_policy .area_sitemap ul li a:hover {
  color: #005ba5;
}
.area_sitemap .gnb > li > a:hover,
.area_sitemap .gnb > li:hover > a {
  color: #fff !important;
}

/* 인사말 */
.area_about {
}
.area_about .top_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 400rem;
  background: url(../images/content/bg_intro.jpg) no-repeat center;
  background-size: cover;
  border-radius: 30rem;
}
.area_about .top_box .box_txt {
  padding-left: 170rem;
}
.area_about .top_box .box_txt > h3 {
  position: relative;
  display: block;
  margin: 30rem 0 0;
  font-size: 38rem;
  font-weight: 800;
  color: #222;
  line-height: 1.4em;
  word-break: keep-all;
}
.area_about .top_box .box_txt > h3:before {
  content: "";
  position: absolute;
  top: -30rem;
  left: -60rem;
  width: 50rem;
  height: 40rem;
  background: url(../images/content/icon_quote.png) no-repeat center;
  background-size: contain;
}
.area_about .top_box .box_txt > em {
  display: block;
  margin: 20rem 0 0;
  font-size: 17rem;
  font-weight: 300;
  color: #555;
  line-height: 1.5em;
  word-break: keep-all;
}
.area_about .top_box .box_img {
  position: absolute;
  bottom: 0;
  right: 130rem;
  width: 400rem;
}
.area_about .top_box .box_img img {
  width: auto;
  max-width: 100%;
}
.about_txt {
  margin: 70rem 0 0;
}
.about_txt .box_cont {
  padding: 0 0 60rem;
  border-bottom: 1px solid #eee;
}
.about_txt p {
  display: block;
  margin: 0 0 30rem;
  font-size: 17rem;
  font-weight: 300;
  color: #555;
  line-height: 1.7em;
  word-break: keep-all;
}
.about_txt p:last-child {
  margin: 0;
}
.about_txt p.bold {
  font-weight: bold;
  color: #222;
}
.about_txt .box_name {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 30rem 0 0;
}
.about_txt .box_name span {
  font-size: 16rem;
  font-weight: 300;
  color: #444;
  line-height: 1em;
  word-break: keep-all;
  margin-right: 15rem;
}

.area_ideology {
  display: flex;
  align-items: center;
  margin: 0 0 50rem;
}
.area_ideology:last-child {
  margin: 0;
}
.area_ideology.second {
  flex-direction: row-reverse;
}
.area_ideology .area_img {
  width: 530rem;
  margin-right: 70rem;
  border-radius: 20rem;
  overflow: hidden;
  box-shadow: 0px 5px 12.75px 2.25px rgba(0, 0, 0, 0.04);
}
.area_ideology.second .area_img {
  margin-right: 0;
  margin-left: 70rem;
}
.area_ideology .area_img img {
  width: 100%;
}
.area_ideology .area_txt {
  width: calc(100% - 610rem);
  width: -webkit-calc(100% - 610rem);
}
.area_ideology .area_txt > h3 {
  display: block;
  font-size: 35rem;
  font-weight: 700;
  color: #222;
  line-height: 1.3em;
  word-break: keep-all;
}
.area_ideology .area_txt p {
  display: block;
  margin: 25rem 0 0;
  font-size: 17rem;
  font-weight: 300;
  color: #555;
  line-height: 1.7em;
  word-break: keep-all;
}

/* 층별안내 */
.area_facility {
}
.area_facility .tab_container {
  width: 1100rem;
  margin: 0 auto;
}
.area_facility .tab_content {
  position: relative;
  text-align: center;
}
.area_facility .tab_content h3 {
  display: block;
  margin: 0 auto 20rem;
  width: 847rem;
  text-align: left;
  font-size: 26rem;
  font-weight: 600;
  color: #222;
  line-height: 1.2em;
  word-break: keep-all;
}
.area_facility .facilitySwiper {
  overflow: hidden;
  width: 847rem;
  margin: 0 auto;
}
.area_facility .swiper-slide {
  position: relative;
  width: 100%;
}
.area_facility .swiper-slide img {
  width: 100%;
}
.area_facility .swiper-slide .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10rem;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 18rem;
  font-weight: 300;
  color: #fff;
}
.area_facility .swiper-button-next,
.area_facility .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 68rem;
  height: 68rem;
  margin-top: -40rem;
  background: var(--color-point) url(../../images/common/arr_basic_w.svg)
    no-repeat center;
  background-size: 15rem 7rem;
  border-radius: 100%;
  z-index: 100;
  cursor: pointer;
}
.area_facility .swiper-button-disabled {
  background: #eee url(../../images/common/arr_basic.svg) no-repeat center;
  background-size: 15rem 7rem;
}
.area_facility .swiper-button-prev {
  left: 0;
  transform: rotate(-180deg);
}
.area_facility .swiper-button-next {
  right: 0;
}
.area_facility .swiper-pagination {
  position: relative;
  margin: 20rem 0 0;
  bottom: 0;
}

/* 의료진 소개 */
.area_doctor {
}
.area_doctor .area_box {
  margin: 0 0 85rem;
}
.area_doctor .area_top {
  display: flex;
  align-items: flex-start;
}
.area_doctor .area_top .area_img {
  width: 470rem;
  margin-right: 70rem;
  border-radius: 20rem;
  box-sizing: border-box;
  overflow: hidden;
}
.area_doctor .area_top .area_img img {
  width: auto;
  max-width: 100%;
}
.area_doctor .area_top .area_txt {
  width: calc(100% - 540rem);
  width: -webkit-calc(100% - 540rem);
  text-align: left;
}
.area_doctor .area_top .area_txt .area_name {
  display: block;
  padding: 0 0 20rem;
  margin: 0 0 30rem;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.area_doctor .area_top .area_txt .area_name h3 {
  display: inline-block;
  font-size: 37rem;
  font-weight: 700;
  color: #222;
  line-height: 1em;
  word-break: keep-all;
}
.area_doctor .area_top .area_txt .area_name em {
  display: inline-block;
  margin-left: 10rem;
  font-size: 18rem;
  font-weight: 300;
  color: #555;
  line-height: 1em;
  word-break: keep-all;
}
.area_doctor .area_top .area_txt .box {
  display: block;
  margin: 0 0 20rem;
}
.area_doctor .area_top .area_txt .box > h4 {
  position: relative;
  display: block;
  margin: 0 0 10rem;
  padding-left: 14rem;
  font-size: 23rem;
  font-weight: 400;
  color: #333;
  line-height: 1em;
  word-break: keep-all;
  text-transform: uppercase;
}
.area_doctor .area_top .area_txt .box > h4:before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  width: 4rem;
  height: 9rem;
  background: #8bbe22;
}
.area_doctor .area_top .area_txt .box > h4:after {
  content: "";
  position: absolute;
  top: 12rem;
  left: 0;
  width: 4rem;
  height: 9rem;
  background: #0456a4;
}
.area_doctor .area_top .area_txt .box > em {
  display: inline-block;
  padding-left: 15rem;
  font-size: 16rem;
  font-weight: 300;
  color: #555;
  line-height: 1.3em;
  word-break: keep-all;
}
.list_profile {
  margin: 15rem 0;
}
.list_profile > li {
  position: relative;
  display: block;
  margin: 0 0 7rem;
  padding-left: 14rem;
  line-height: 1em !important;
}
.list_profile > li > span {
  display: inline-block;
  font-size: 16rem;
  font-weight: 300;
  color: #555;
  line-height: 1.4em;
}
.list_profile > li:before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  width: 6rem;
  height: 1rem;
  background: #555;
}
.area_doctor .area_box .area_table {
  margin: 50rem 0 0;
}

/* 장비소개 */
.list_equipment {
}
.list_equipment > li {
  display: flex;
  align-items: center;
  padding: 40rem 0;
  border-bottom: 1px dashed #ddd;
  box-sizing: border-box;
}
.list_equipment > li:last-child {
  border-bottom: none;
}
.list_equipment > li .area_txt {
  width: calc(100% - 323rem);
  width: -webkit-calc(100% - 323rem);
}
.list_equipment > li .area_txt h3 {
  display: block;
  margin: 0 0 15rem;
  font-size: 28rem;
  font-weight: bold;
  color: #222;
  line-height: 1.2em;
  word-break: keep-all;
}
.list_equipment > li .area_txt p {
  font-size: 17rem;
  font-weight: 300;
  color: #555;
  line-height: 1.7em;
  word-break: keep-all;
}
.list_equipment > li .area_txt .list_txt {
  margin: 10rem 0 0;
}
.list_equipment > li .area_txt .list_txt dl {
  margin: 0 0 12rem;
}
.list_equipment > li .area_txt .list_txt dl:last-child {
  margin: 0;
}
.list_equipment > li .area_txt .list_txt dl dt {
  position: relative;
  display: block;
  padding-left: 10rem;
  margin: 0 0 3rem;
  font-size: 17rem;
  font-weight: 600;
  color: #333;
  line-height: 1.3em;
  word-break: keep-all;
}
.list_equipment > li .area_txt .list_txt.light dl dt {
  font-weight: 300;
}
.list_equipment > li .area_txt .list_txt dl dt:before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  width: 3px;
  height: 3px;
  background: #333;
}
.list_equipment > li .area_txt .list_txt dl dd {
  padding-left: 10rem;
  font-size: 16rem;
  font-weight: 300;
  color: #555;
  line-height: 1.4em;
  word-break: keep-all;
}
.list_equipment > li .area_img {
  margin-left: 50rem;
  width: 273rem;
  border-radius: 10rem;
  overflow: hidden;
}
.list_equipment > li .area_img img {
  width: 100%;
}
.list_equipment > li .area_img.line {
  border: 1px solid #eee;
  box-sizing: border-box;
}

/* 이용안내 */
.area_step {
  margin: 0 0 30rem;
  display: flex;
  flex-wrap: wrap;
}
.area_step > div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30rem 0 0;
  padding: 15rem;
  width: calc((100% / 6) - 25rem);
  width: -webkit-calc((100% / 6) - 25rem);
  height: 136rem;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 10rem;
  text-align: center;
}
.area_step.col04 > div {
  margin: 0 50rem 0 0;
  width: calc((100% / 4) - 38rem);
  width: -webkit-calc((100% / 4) - 38rem);
}
.area_step > div:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -23rem;
  width: 11rem;
  height: 11rem;
  background: url(../images/content/icon_step_arr.png) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
.area_step.col04 > div:before {
  right: -32rem;
}
.area_step > div:last-child {
  margin: 0;
}
.area_step > div:last-child:before {
  display: none;
}
.area_step > div.blue {
  background: #046eb6;
  border: 1px solid #046eb6;
}
.area_step > div.blue > i {
  color: #fff;
}
.area_step > div.blue > h4 {
  color: #fff;
}
.area_step.diagnosis > div.v1 {
  display: block;
  border: none;
  padding: 0;
  border-radius: 0;
}
.area_step > div.v1 .sbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 17rem;
  padding: 10rem 15rem;
  width: 100%;
  height: 60rem;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 10rem;
}
.area_step > div.v1 .sbox:last-child {
  margin: 0;
}
.area_step > div.v1 .sbox:first-child {
  background: #f9f9f9;
}
.area_step > div i {
  position: absolute;
  top: 15rem;
  left: 15rem;
  font-size: 14rem;
  font-weight: bold;
  color: #046eb6;
}
.area_step.diagnosis > div.v1 i {
  top: 50%;
  transform: translateY(-50%);
  color: #ddd;
}
.area_step > div h4 {
  font-size: 18rem;
  font-weight: 600;
  color: #222;
  line-height: 1.3em;
  word-break: keep-all;
}
.list_infobox.round {
  border-radius: 10rem;
  box-sizing: border-box;
}
.list_infobox.round > li {
  border-bottom: 1px solid #eee;
}
.list_infobox .flex_box {
  display: flex;
  align-items: center;
}
.list_infobox .flex_box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70rem;
  height: 70rem;
  margin-right: 17rem;
  border-radius: 5rem;
  background: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.list_infobox .flex_box .icon img {
  height: 42rem;
}
.list_infobox .flex_box .txt {
  width: calc(100% - 87rem);
  width: -webkit-calc(100% - 87rem);
}
.list_infobox .flex_box .txt h4 {
  font-size: 18rem;
  font-weight: 600;
  color: #222;
  line-height: 1.2em;
  word-break: keep-all;
}
.list_infobox .flex_box .txt p {
  margin: 4rem 0 0;
  font-size: 16rem;
  font-weight: 300;
  color: #555;
  line-height: 1.4em;
  word-break: keep-all;
}
.box_blue {
  position: relative;
  padding: 25rem;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 10rem;
  background: #fafbfc;
}
.list_txt {
}
.box_blue .list_txt > li {
  position: relative;
  display: flex;
  margin: 0 0 10rem;
}
.box_blue .list_txt > li:last-child {
  margin: 0;
}
.box_blue .list_txt > li > span {
  position: relative;
  width: calc(100% - 21rem);
  width: -webkit-calc(100% - 21rem);
  font-size: 17rem;
  font-weight: 300;
  color: #444;
  line-height: 1.3em;
  word-break: keep-all;
}
.box_blue .list_txt > li > span.bold {
  font-weight: 600;
  color: #222;
}
.box_blue .list_txt > li > i {
  position: relative;
  top: 5rem;
  display: block;
  width: 11rem;
  height: 10rem;
  margin-right: 10rem;
  background: url(../images/content/icon_check02.png) no-repeat center;
  background-size: contain;
}
.table_info {
  margin: 0 0 10rem;
}
.table_info > li {
  position: relative;
  display: inline-block;
  margin: 0 10rem;
  font-size: 16rem;
  font-weight: 400;
  color: #707070;
  line-height: 1.2em;
  word-break: keep-all;
}
s .table_info > li:nth-child(1) {
  margin-left: 0;
}
.table_info > li:before {
  content: "";
  position: absolute;
  top: 8rem;
  left: -12rem;
  width: 1px;
  height: 10rem;
  background: #d5d5d5;
}
.table_info > li:first-child {
  margin-left: 0;
}
.table_info > li:first-child:before {
  display: none;
}

/* 온라인예약 */
.s2_2 .box {
  display: flex;
}
.s2_2 .box > div {
  margin: 0 60rem 0 0;
  width: calc((100% / 2) - 30rem);
  width: -webkit-calc((100% / 2) - 30rem);
}
.s2_2 .box > div:last-child {
  margin: 0;
}
.box_info {
  position: relative;
}
.s2_2 .box_info {
  margin: 80rem 0 50rem;
  padding: 35rem 34rem 45rem;
  text-align: center;
}
.s2_2 .box_info h4 {
  display: block;
  margin: 30rem 0 0;
  font-size: 27rem;
  font-weight: bold;
  color: #222;
  line-height: 1.1em;
  word-break: keep-all;
}
.s2_2 .box_info p {
  display: block;
  margin: 10rem 0 0;
  font-size: 16rem;
  font-weight: 300;
  color: #555;
  line-height: 1.3em;
  word-break: keep-all;
}
.s2_2 .box_info .call {
  margin: 20rem 0 0;
  display: inline-block;
  background: #006cba;
  padding: 10rem 24rem;
  font-size: 21rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2em;
  word-break: keep-all;
  box-sizing: border-box;
  border-radius: 50rem;
}

.box_info .icon {
  position: absolute;
  top: -37rem;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74rem;
  height: 74rem;
  background: #d9eaf5;
  border-radius: 50%;
  transform: translateX(-50%);
}
.box_info .icon img {
  height: 34rem;
}
.s2_2 .box .box_calendar .area_calendar {
  width: 100%;
}
.area_calendar {
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 10rem;
}
.area_calendar .calendar {
  width: 100%;
}
.area_calendar .control {
  text-align: center;
  margin-bottom: 0;
  padding: 20rem 0;
  height: 95rem;
  box-sizing: border-box;
}
.area_calendar .control > div {
  border: none;
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 0 18rem;
  box-sizing: border-box;
  align-items: center;
}
.area_calendar .control > div a[class^="btn_"] {
  z-index: 1;
  width: 42rem;
  height: 42rem;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff url(../images/content/icon_carr.svg) no-repeat center;
  background-size: 15px 10px;
  opacity: 1;
}
.area_calendar .control > div a.btn_prev {
  transform: rotate(-180deg);
}
.area_calendar .control > div .btn_next {
  transform: none;
}
.area_calendar .control > div > p {
  border: none;
  background: none;
  padding: 0;
  height: auto;
  font-size: 30rem;
  font-weight: 800;
  color: #333;
  line-height: 1em;
  word-break: keep-all;
  margin: 0 20px;
}
.area_calendar .control > div a[class^="btn_"]:before {
  display: none;
}
.area_calendar .calendar table th {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
  color: #333;
  font-weight: 500;
}
.area_calendar .calendar table td {
  position: relative;
}
.area_pbox .area_calendar .calendar table td em {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: unset;
  left: unset;
  margin: 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 500;
  color: #333;
}
.area_calendar .calendar .today > *:after {
  display: none;
}
.area_calendar .calendar .today {
  background: none;
}
.area_calendar .calendar .on {
  background: #006cba !important;
}
.area_calendar .calendar .on em {
  color: #fff !important;
}
.area_calendar .calendar table th {
  border-right: 1px solid #eee;
}

.area_calendar .calendar table tr td:first-child {
  border-left: None;
}
.area_calendar .calendar table tr td:last-child {
  border-right: None;
}
.area_calendar .calendar table tr:last-child td {
  border-bottom: None;
}
.area_calendar .calendar table th {
  border-right: 1px solid #eee;
}
.area_calendar .calendar table th[data-calendar="sat"],
.area_calendar .calendar table td[data-calendar="sat"] em {
  color: #0e7fe7;
}
.area_calendar .calendar table th[data-calendar="sun"] {
  color: #e71620;
}
/* .area_calendar .calendar table td[data-calendar="sun"] em{color:#6a6a6a;} */
.area_calendar .calendar table td[data-calendar="sun"] em {
  color: #e71620;
}

/* .area_calendar .calendar table td[data-date="1"] em {color: rgb(185, 185, 185);}
.area_calendar .calendar table td[data-date="2"] em {color: rgb(185, 185, 185);} */
.not-selectable-day {
  color: #eee !important;
}
.selectable-day {
  color: #333 !important;
}

.area_calendar .calendar table th:last-child {
  border-right: none;
}
.area_calendar .calendar table td {
  height: 76rem;
  border: 1px solid #eee;
  cursor: pointer;
}
.area_calendar .calendar table td > a.on {
  background: #f1faff !important;
}
.area_calendar .calendar table td > a.on em {
  color: #0e7fe7;
}
.area_calendar .calendar table td em {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: unset;
  left: unset;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 17rem;
  font-weight: 500;
  color: #333;
}

.list_rinfo {
  display: block;
  border: 1px solid #eee;
  border-top: 2rem solid #222;
  box-sizing: border-box;
  border-radius: 0 0 10rem 10rem;
  overflow: hidden;
}
.list_rinfo > li {
  display: flex;
  align-items: center;
  padding: 15rem 15rem 15rem 0;
  box-sizing: border-box;
  background: #fafbfc;
  border-bottom: 1px solid #eee;
}
.list_rinfo > li:last-child {
  border-bottom: none;
}
.list_rinfo > li .title {
  width: 135rem;
  text-align: center;
  font-size: 16rem;
  font-weight: 600;
  color: #333;
}
.list_rinfo > li .input {
  width: calc(100% - 135rem);
}
.list_rinfo input[type="text"],
.list_rinfo input[type="number"],
.list_rinfo select,
.list_rinfo textarea {
  height: 45rem;
  border: 1px solid #eee;
  border-radius: 5rem;
  margin: 0;
  padding: 10rem;
  width: 100%;
  background-color: #fff;
  font-size: 15rem;
  font-weight: 300;
  color: #444;
  line-height: 1.4em;
  word-break: keep-all;
}
.list_rinfo textarea {
  height: 115rem;
}
.input_call {
  position: relative;
  display: flex;
}
.input_call > div {
  width: calc((100% / 3) - 11rem);
}
.input_call > div:last-child {
  margin: 0;
}
.input_call i {
  position: relative;
  top: 10rem;
  margin: 0 5rem;
}
.input_call > div select,
.input_call > div [type="text"] {
  width: 100% !important;
}
.box_reserve_info .btn_area {
  padding: 20rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_area .btn {
  display: inline-block;
  margin: 0 5rem;
  padding: 17rem 10rem;
  width: 140rem;
  height: 50rem;
  border-radius: 5rem;
  box-sizing: border-box;
  font-size: 16rem;
  font-weight: 400;
  color: #fff;
  line-height: 1em;
  word-break: keep-all;
  background: #333;
  transition: all 0.5s cubic-bezier(0, 0, 0.21, 0.87) 0s;
}
.btn_area .btn.blue {
  background: #006cba;
}
.btn_area .btn.blue:hover {
  background: #8bbe22;
}
.btn_area .btn.gray {
  background: #5e5e5e;
}
.btn_area .btn.gray:hover {
  background: #221;
}

.box_blue.reserve {
  padding: 60rem 40rem;
  margin: 0 0 50rem;
}
.area_reserve_lgoin {
  max-width: 470rem;
  margin: 0 auto;
  padding: 40rem;
  background: #fff;
  box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.02);
}
.area_reserve_lgoin .title {
  display: block;
  margin-bottom: 10rem;
  font-size: 25rem;
  color: #222;
  font-weight: 300;
}
.area_reserve_lgoin ul {
  border-top: 2rem solid #222;
  padding: 40rem 0 0;
}
.area_reserve_lgoin ul li {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 40rem;
}
.area_reserve_lgoin ul li:before {
  content: "";
  opacity: 0.6;
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 16px;
  height: 18px;
  margin-top: -9px;
  transition: all 0.5s ease 0s;
}
.area_reserve_lgoin ul li label {
  position: absolute;
  top: -15rem;
  left: 0;
  font-size: 14rem;
  color: #777;
  font-weight: 400;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.area_reserve_lgoin ul li input {
  width: 100%;
  height: 40rem;
  padding-left: 0px;
  border: 1px solid #eee;
  background: #f9f9f9;
  border-radius: 5rem;
}
.area_reserve_lgoin ul li input:hover,
.area_reserve_lgoin ul li input:focus {
  outline: none;
}
.area_reserve_lgoin ul li[data-room-result="tel"] input[type="text"] {
  padding: 10rem;
}
.area_reserve_lgoin ul li[data-room-result="user"] input[type="text"] {
  margin: 0;
  padding: 10rem;
  height: 55rem;
}
.area_reserve_lgoin .input_call i {
  top: 15rem;
}
.area_reserve_lgoin .input_call input[type="text"] {
  margin: 0;
  height: 55rem;
}
.area_reserve_lgoin .btn_submit {
  display: block;
  width: 100%;
  height: 55rem;
  margin-top: 40rem;
  background: #006cba;
  border: none;
  border-radius: 5rem;
  color: #fff;
  font-size: 15rem;
  font-weight: 600;
  transition: all 0.5s cubic-bezier(0, 0, 0.21, 0.87) 0s;
}
.area_reserve_lgoin .btn_submit:hover {
  background: #8bbe22;
}

.list_reserve {
  display: block;
}
.list_reserve > li {
  position: relative;
  display: flex;
  padding: 20rem 10rem;
  margin: 0 0 10rem;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 5rem;
  background: #fafbfc;
}
.list_reserve > li > div {
  text-align: center;
  box-sizing: border-box;
  font-size: 16rem;
  font-weight: 300;
  color: #333;
  line-height: 1.2em;
  word-break: keep-all;
}
.list_reserve > li > div.date {
  width: 110rem;
}
.list_reserve > li > div.time {
  width: 165rem;
}
.list_reserve > li > div.part {
  padding-left: 15rem;
}
.list_reserve > li > div.edit {
  position: absolute;
  top: 50%;
  right: 10rem;
  transform: translateY(-50%);
}
.list_reserve > li > div.edit a {
  display: inline-block;
  background: #555;
  color: #fff;
  padding: 6rem 8rem;
  line-height: 1em;
  word-break: keep-all;
  font-size: 13rem;
  font-weight: 500;
  color: #fff;
  border-radius: 5rem;
  transition: all 0.5s cubic-bezier(0, 0, 0.21, 0.87) 0s;
}
.list_reserve > li > div.edit a:hover {
  background: #006cba;
}

/* 오시는길 */
.area_box02 {
  margin: 0 0 15rem;
}
.list_station {
  margin: 20rem 0 0;
  display: flex;
  flex-wrap: wrap;
}
.list_station > li {
  margin: 0 40rem 0 0;
  width: calc((100% / 4) - 30rem);
  width: -webkit-calc((100% / 4) - 30rem);
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 15rem;
  overflow: hidden;
}
.list_station > li:last-child {
  margin: 0;
}
.list_station > li .area_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.list_station > li .area_img img {
  width: 100%;
  transform: scale(1.08);
  transition: all 0.3s ease;
}
.list_station > li:hover .area_img img {
  transform: scale(1);
}
.list_station > li .area_txt {
  padding: 20rem;
  box-sizing: border-box;
  text-align: center;
}
.list_station > li .area_txt h4 {
  font-size: 20rem;
  font-weight: bold;
  color: #222;
  line-height: 1.2em;
  word-break: keep-all;
}
.list_station > li .area_txt p {
  margin: 10rem 0 0;
  display: inline-block;
  font-size: 16rem;
  font-weight: 300;
  color: #666;
  line-height: 1.4em;
  word-break: keep-all;
}
.list_subway {
}
.list_subway > li {
  display: flex;
  align-items: center;
  margin: 0 0 10rem;
  line-height: 1em;
}
.list_subway > li:last-child {
  margin: 0;
}
.list_subway > li em {
  width: 65rem;
  margin-right: 10rem;
  font-size: 14rem;
  font-weight: 400;
  color: #fff;
  line-height: 1em;
  padding: 6rem 5rem;
  border-radius: 50rem;
  text-align: center;
}
.list_subway > li span {
  width: calc(100% - 75rem);
  width: -webkit-calc(100% - 75rem);
  font-size: 16rem;
  font-weight: 400;
  color: #333;
  line-height: 1.2em;
  word-break: keep-all;
}
.subway {
  background: #138a0c;
}
.bus {
  background: #f07e38;
}
.ktx {
  background: #046eb6;
}
.train {
  background: #a25fe6;
}
.list_num {
  margin: 15rem 0 0;
}
.list_num > li {
  display: flex;
  align-items: center;
  margin: 0 0 5rem;
}
.list_num > li:last-child {
  margin: 0;
}
.list_num > li > i {
  display: inline-block;
  width: 24rem;
  height: 24rem;
  line-height: 24rem;
  margin-right: 10rem;
  background: #046eb6;
  text-align: center;
  font-size: 11rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50rem;
}
.step {
  display: flex;
  flex-wrap: wrap;
  width: -webkit-calc(100% - 34rem);
  width: calc(100% - 34rem);
}
.step span {
  position: relative;
  font-size: 16rem;
  font-weight: 400;
  color: #707070;
  line-height: 1.4em;
  word-break: keep-all;
  padding: 0 28rem 0 0;
}
.step span:last-child {
  padding-right: 0;
}
.step span:before {
  content: "";
  position: absolute;
  top: 3rem;
  right: 8rem;
  width: 11rem;
  height: 11rem;
  background: url(../images/content/icon_step_arr.png) no-repeat center;
  background-size: contain;
  font-size: 16rem;
  font-weight: 400;
  color: #707070;
  line-height: 1.2em;
  word-break: keep-all;
}
.step span:last-child:before {
  display: none;
}
.list_transport {
  margin: 15rem 0 0;
}
.list_transport > li {
  margin: 0 0 12rem;
}
.list_transport > li:last-child {
  margin: 0;
}
.list_transport > li em {
  display: block;
  margin: 0 0 10rem;
  width: 65rem;
  margin-right: 10rem;
  font-size: 14rem;
  font-weight: 400;
  color: #fff;
  line-height: 1em;
  padding: 6rem 5rem;
  border-radius: 50rem;
  text-align: center;
}
.list_transport > li span {
  font-size: 16rem;
  font-weight: 400;
  color: #707070;
  line-height: 1.2em;
  word-break: keep-all;
}

/* 관절센터 */
.area_top {
  position: relative;
  text-align: center;
}
.area_top.mt {
  margin-top: 40rem;
}
.area_top .top_img {
  position: relative;
  border-radius: 30rem;
  overflow: hidden;
}
.area_top .top_img img {
  width: 100%;
  height: 354px;
  object-fit: cover;
  object-position: center;
}
.s3_4_2 .area_top .top_img,
.area_top .top_img.line {
  border: 1rem solid #e3e3e3;
  box-sizing: border-box;
}
.area_top .top_img.line {
  padding: 50rem 0;
}
.area_top .top_img .w {
  display: block;
}
.area_top .top_img .m {
  display: none;
}
.s3_4_2 .area_top .top_img img,
.area_top .top_img.line img {
  width: auto;
  max-width: 90%;
  margin: 0 auto;
}
.area_top .top_img.col02 {
  display: flex;
  border-radius: 0;
}
.area_top .top_img.col02 > div {
  margin: 0 50rem 0 0;
  width: -webkit-calc((100% / 2) - 25rem);
  width: calc((100% / 2) - 25rem);
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 20rem;
  overflow: hidden;
}
.area_top .top_img.col02 > div:last-child {
  margin: 0;
}
.area_top .top_img.col02 .box_img img {
  width: 100%;
}
.area_top .top_img.col02 .box_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10rem;
  height: 70rem;
  font-size: 17rem;
  font-weight: 400;
  color: #555;
  line-height: 1.2em;
  word-break: keep-all;
  box-sizing: border-box;
}
.area_top .top_img.col03 {
  margin: 0 0 50rem !important;
  display: flex;
  border-radius: 0 !important;
}
.area_top .top_img.col03 > div {
  margin: 0 50rem 0 0;
  width: -webkit-calc((100% / 3) - 33rem);
  width: calc((100% / 3) - 33rem);
  box-sizing: border-box;
  border-radius: 15rem;
  overflow: hidden;
}
.area_top .top_img.col03 > div:last-child {
  margin: 0;
}
.area_top .top_img.auto {
  display: flex;
  justify-content: center;
  border-radius: 0;
}
.area_top .top_img.auto > div {
  margin: 0 50rem 0 0;
  width: auto;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 20rem;
  overflow: hidden;
}
.area_top .top_img.auto > div:last-child {
  margin: 0;
}
.top_txt {
  display: block;
  text-align: center;
}
.top_txt > h3 {
  display: block;
  font-size: 34rem;
  font-weight: bold;
  color: #222;
  line-height: 1.3em;
  word-break: keep-all;
}
.top_txt > h4.bg {
  display: inline-block;
  margin: 20rem 0 0;
  padding: 8rem 30rem;
  font-size: 20rem;
  font-weight: 500;
  color: #046eb6;
  line-height: 1.3em;
  word-break: keep-all;
  background: #f2f7fa;
  border-radius: 50rem;
  border: 1px solid #e2f0f8;
  box-sizing: border-box;
}
.top_txt p {
  display: block;
  margin: 25rem 0 0;
  font-size: 17rem;
  font-weight: 300;
  color: #555;
  line-height: 1.7em;
  word-break: keep-all;
}
.five .top_txt p {
  margin: 25rem 100rem 0;
}
.top_txt p.mt20 {
  margin: 20rem 0 0;
}
.top_txt p .txt_color01 {
  font-weight: 400;
}
.top_txt .box_info p {
  margin: 0;
}
.s3_1_3 .top_txt p {
  margin: 30rem 0 0;
}
.list_link {
  display: flex;
  flex-wrap: wrap;
  margin: 70rem 0 100rem;
}
.list_link > li {
  margin: 0 40rem 0 0;
  width: calc((100% / 4) - 30rem);
  width: -webkit-calc((100% / 4) - 30rem);
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  border-radius: 10rem;
  box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.list_link > li.col03 {
  margin-bottom: 40rem;
  width: calc((100% / 3) - 27rem);
  width: -webkit-calc((100% / 3) - 27rem);
}
.list_link > li:nth-child(3),
.list_link > li:nth-child(7) {
  margin-right: 0;
}
.list_link > li > a {
  display: block;
  width: 100%;
  padding: 35rem;
  box-sizing: border-box;
}
.list_link > li > a > i {
  display: inline-block;
  margin: 0 0 12rem;
  font-size: 16rem;
  font-weight: 700;
  color: #056ebe;
  line-height: 1em;
  transition: all 0.3s ease;
}
.list_link > li > a > h3 {
  display: block;
  font-size: 20rem;
  font-weight: 600;
  color: #222;
  line-height: 1.2em;
  word-break: keep-all;
  transition: all 0.3s ease;
}
.list_link > li.col03 > a > h3 {
  font-size: 22rem;
}
.list_link > li > a > .arr {
  display: inline-block;
  margin: 60rem 0 0;
  width: 17rem;
  height: 8rem;
  background: url(../images/content/icon_arr.svg) no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
}
.list_link > li:hover {
  background: #056ebe;
  border: 1px solid #056ebe;
}
.list_link > li:hover > a > * {
  color: #fff;
}
.list_link > li:hover > a > .arr {
  background: url(../images/content/icon_arr_wt.svg);
  background-size: contain;
}
.area_section {
  position: relative;
  padding: 120rem 0;
}
.area_section.first {
  padding-top: 0;
  padding-bottom: 90rem;
}
.area_section.first .top_txt {
  margin: 60rem 0 0;
}
.area_section.first .top_txt .list_check02 {
  margin: 40rem 0 0;
  text-align: left;
}
.area_section.first .top_txt .list_check02 .txt_color01 {
  font-weight: 500;
}
.area_section.bg {
  background: url(../images/content/bg_joint0101.jpg) no-repeat left bottom;
  background-size: cover;
}
.nonsurgery .area_section.bg {
  background: url(../images/content/bg_nonsurgery.jpg) no-repeat left center;
  background-size: cover;
}
.s3_2 .area_section.bg {
  background: url(../images/content/bg_joint02.jpg) no-repeat left center;
  background-size: cover;
}
.s3_3 .area_section.bg {
  background: url(../images/content/bg_joint03.jpg) no-repeat left center;
  background-size: cover;
}
.area_section.gray {
  background: #f9f9f9;
}
.area_section.gray .top_img,
.area_section.last .top_img {
  margin: 0 0 20rem;
  position: relative;
  border-radius: 30rem;
  overflow: hidden;
}
.area_section.gray .top_img img,
.area_section.last .top_img img {
  width: 100%;
}
.box_gray {
  position: relative;
  margin: 20rem 0 0;
  background: #f9f9f9;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 20rem;
  padding: 30rem;
  font-size: 17rem;
  font-weight: 300;
  color: #444;
  line-height: 1.7em;
  word-break: keep-all;
}

.area_section.bg .area_box {
  display: flex;
}
.s3_2 .area_section.bg .area_box,
.s3_3 .area_section.bg .area_box,
.s3_4_2 .area_section.bg .area_box,
.s3_4_3 .area_section.bg .area_box {
  display: block;
}
.area_section.bg .area_box .area_txt {
  width: 500rem;
}
.s3_3 .area_section.bg .area_box .area_txt,
.s3_4_2 .area_section.bg .area_box .area_txt,
.s3_4_3 .area_section.bg .area_box .area_txt {
  width: 100%;
}
.area_section.bg .area_box .area_txt > h3 {
  font-size: 40rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.4em;
  word-break: keep-all;
}
.area_section.bg .area_box .area_txt > h3 .bold {
  font-weight: bold;
}
.area_section.bg .area_box .area_txt > em {
  margin: 30rem 0 0;
  display: inline-block;
  font-size: 17rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.6em;
  word-break: keep-all;
}
.s3_4_3 .area_section.bg .area_box .area_txt > em {
  margin: 10rem 0 0;
}
.list_check {
}
.area_section.bg .area_box .list_check {
  width: calc(100% - 500rem);
}
.s3_2 .area_section.bg .area_box .list_check,
.s3_3 .area_section.bg .area_box .list_check,
.s3_4_2 .area_section.bg .area_box .list_check,
.s3_4_3 .area_section.bg .area_box .list_check {
  margin: 45rem 0 0;
  width: 100%;
}
.list_check > li {
  display: flex;
  margin: 0 0 25rem;
  padding: 18rem 35rem;
  background: #fff;
  border-radius: 50rem;
  box-sizing: border-box;
}
.list_check > li:last-child {
  margin: 0;
}
.list_check > li > em {
  position: relative;
  top: 1rem;
  font-size: 24rem;
  line-height: 1em;
  margin-right: 5rem;
}
.list_check > li > span {
  position: relative;
  width: calc(100% - 25rem);
  width: -webkit-calc(100% - 25rem);
  font-size: 18rem;
  font-weight: 300;
  color: #333;
  line-height: 1.3em;
  word-break: keep-all;
}
.list_check > li > i {
  position: relative;
  top: 2px;
  display: block;
  width: 20rem;
  height: 20rem;
  margin-right: 5rem;
  background: url(../images/content/icon_check01.png) no-repeat center;
  background-size: contain;
}
.area_section.bg .area_box .list_check.col02 {
  display: flex;
  flex-wrap: wrap;
}
.area_section.bg .area_box .list_check.col02 > li {
  margin: 0 25rem 35rem 0;
  width: calc((100% / 2) - 12.5rem);
  width: -webkit-calc((100% / 2) - 12.5rem);
}
.area_section.bg .area_box .list_check.col02 > li:nth-child(2n) {
  margin-right: 0;
}
.area_section.bg .area_box .list_check.col02 > li:nth-child(n + 5) {
  margin-bottom: 0;
}
.list_advantage {
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 60rem 0 0;
}
@media (min-width: 1024px) {
  .list_advantage {
    flex-direction: row;
  }
}
.list_advantage.last {
  margin: 40rem 0 0;
}
.list_advantage i {
  font-size: 24px;
  color: #046eb6;
}
.list_advantage > .horizon {
  display: none;
}
@media (min-width: 1024px) {
  .list_advantage > .vertical {
    display: none;
  }
  .list_advantage > .horizon {
    display: block;
  }
}
.list_advantage > li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 16px;
  /* margin: 0 40rem 0 0; */
  padding: 20rem;
  /* width: calc((100% / 4) - 30rem);
  width: -webkit-calc((100% / 4) - 30rem); */
  height: 212rem;
  border: 2px solid #046eb6;
  box-sizing: border-box;
  border-radius: 10rem;
  background-color: #fff;
  text-align: center;
}
.list_advantage > li > i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -22rem;
  left: 22rem;
  width: 44rem;
  height: 44rem;
  background: #046eb6;
  border-radius: 50rem;
  font-size: 17rem;
  font-weight: 600;
  color: #fff;
}
.list_advantage > li > em {
  display: inline-block;
  /* margin: 0 0 10rem; */
  font-size: 13rem;
  font-weight: 500;
  color: #c7c6c6;
  line-height: 1em;
  word-break: keep-all;
  text-transform: uppercase;
}
.list_advantage > li > h4 {
  display: block;
  margin: 0 0 10rem;
  font-size: 20rem;
  font-weight: 700;
  color: #222;
  line-height: 1em;
  word-break: keep-all;
}
.list_advantage > li > p {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #555;
  line-height: 1.5em;
  word-break: keep-all;
}
.list_advantage.col01 > li {
  width: 100%;
}
.list_advantage.col02 > li {
  width: calc((100% / 2) - 20rem);
  width: -webkit-calc((100% / 2) - 20rem);
}
.list_advantage.col03 > li {
  width: calc((100% / 3) - 27rem);
  width: -webkit-calc((100% / 3) - 27rem);
}

.area_section.gray .top_txt,
.area_section.last .top_txt {
  margin: 0 0 40rem;
}
.s3_1_3 .area_section.gray .top_txt {
  margin: 0 0 70rem;
}
.list_check02 {
  display: block;
}
.list_check02 > li {
  display: flex;
  margin: 0 0 10rem;
  padding: 13rem 25rem;
  background: #fff;
  border: 1rem solid #eee;
  border-radius: 5rem;
  box-sizing: border-box;
}
.list_check02 > li:last-child {
  margin: 0;
}
.list_check02 > li > span {
  position: relative;
  width: calc(100% - 16rem);
  font-size: 17rem;
  font-weight: 300;
  color: #444;
  line-height: 1.3em;
  word-break: keep-all;
}
.list_check02 > li > i {
  position: relative;
  top: 5rem;
  display: block;
  width: 11rem;
  height: 10rem;
  margin-right: 5rem;
  background: url(../images/content/icon_check02.png) no-repeat center;
  background-size: contain;
}
.list_icon {
  margin: 60rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.list_icon > li {
  position: relative;
  width: 280rem;
  text-align: center;
}
.list_icon > li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 80%;
  border-right: 1rem dashed #ddd;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.list_icon > li:last-child:before {
  display: none;
}
.list_icon > li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 150rem;
  height: 150rem;
  border-radius: 50%;
  box-sizing: border-box;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(215, 215, 215) 0%,
    rgb(249, 249, 249) 0%,
    rgb(4, 110, 182) 0%,
    rgb(36, 135, 202) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(215, 215, 215) 0%,
    rgb(249, 249, 249) 0%,
    rgb(4, 110, 182) 0%,
    rgb(36, 135, 202) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(215, 215, 215) 0%,
    rgb(249, 249, 249) 0%,
    rgb(4, 110, 182) 0%,
    rgb(36, 135, 202) 100%
  );
}
.list_icon > li .icon img {
  height: 65rem;
}
.list_icon > li:nth-child(2) .icon img {
  height: 76rem;
}
.list_icon > li:nth-child(3) .icon img {
  height: 48rem;
}
.list_icon > li em {
  display: block;
  margin: 20rem 0 0;
  font-size: 18rem;
  font-weight: 600;
  color: #333;
  line-height: 1.2em;
  word-break: keep-all;
}
.list_img {
  margin: 40rem 0 0;
  display: flex;
  flex-wrap: wrap;
}
.list_img > li {
  position: relative;
  margin: 0 40rem 0 0;
  width: calc((100% / 4) - 30rem);
  width: -webkit-calc((100% / 4) - 30rem);
  border-radius: 5rem;
  overflow: hidden;
}
.list_img > li > i {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 40rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 5rem 0 0;
  font-size: 15rem;
  font-weight: 500;
  color: #fff;
}
.list_img > li .area_img {
}
.list_img > li .area_img img {
  width: 100%;
}
.list_process {
  margin: 40rem 0 0;
  display: flex;
  flex-wrap: wrap;
}
.list_process > li {
  position: relative;
  padding: 20rem;
  margin: 0 40rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% / 4) - 30rem);
  width: -webkit-calc((100% / 4) - 30rem);
  height: 210rem;
  border-radius: 5rem;
  background: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.list_process > li.col03 {
  width: calc((100% / 3) - 27rem);
  width: -webkit-calc((100% / 3) - 27rem);
  margin-bottom: 40rem;
}
.s3_1_4 .list_process > li:nth-child(3) {
  margin-right: 0;
}
.list_process > li.col02 {
  width: calc((100% / 2) - 20rem);
  width: -webkit-calc((100% / 2) - 20rem);
}
.list_process > li > em {
  position: absolute;
  top: -11rem;
  left: 50%;
  padding: 5rem 20rem;
  font-size: 16rem;
  font-weight: 400;
  color: #fff;
  line-height: 1em;
  word-break: keep-all;
  background: #046eb6;
  box-sizing: border-box;
  border-radius: 50rem;
  transform: translateX(-50%);
}
.s3_1_4 .list_process > li .icon {
  margin: 15rem 0 0;
}
.list_process > li .icon img {
  height: 74rem;
}
.list_process > li .icon img.v2 {
  height: 65rem;
}
.list_process > li .txt {
  margin: 20rem 0 0;
  font-size: 17rem;
  font-weight: 300;
  color: #444;
  line-height: 1.4em;
  word-break: keep-all;
  text-align: center;
}
.list_process > li:nth-child(2) .icon img {
  height: 80rem;
}
.list_process > li:nth-child(3) .icon img {
  height: 60rem;
}
.list_process > li:nth-child(4) .icon img {
  height: 50rem;
}
.s3_1_4 .list_process > li:nth-child(4) .icon img {
  height: 88rem;
}
.s3_1_4 .list_process > li:nth-child(5) .icon img {
  height: 82rem;
}
.box_info {
  margin: 30rem 0 0;
  padding: 35rem 30rem;
  width: 100%;
  border: 1rem solid #eee;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10rem;
}
.box_info ul > li {
  display: flex;
  position: relative;
  margin: 0 0 10rem;
}
.box_info ul > li i {
  display: inline-block;
  text-align: center;
  line-height: 24rem;
  width: 24rem;
  height: 24rem;
  border-radius: 50rem;
  background: #046eb6;
  font-size: 11rem;
  font-weight: 500;
  color: #fff;
}
.box_info ul > li > span {
  position: relative;
  top: 2px;
  display: inline-block;
  width: calc(100% - 34rem);
  margin-left: 10rem;
  font-size: 16rem;
  font-weight: 300;
  color: #555;
  line-height: 1.4em;
  word-break: keep-all;
}
.box_info ul > li:last-child {
  margin: 0;
}
.list_imgbox {
  display: flex;
  flex-wrap: wrap;
}
.list_imgbox > li {
  position: relative;
  margin: 0 40rem 0 0;
  width: calc((100% / 4) - 30rem);
  width: -webkit-calc((100% / 4) - 30rem);
  border-radius: 10rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.03);
}
.list_imgbox.num > li {
  overflow: unset;
}
.list_imgbox.num > li i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -22rem;
  left: 22rem;
  width: 44rem;
  height: 44rem;
  background: #046eb6;
  border-radius: 50rem;
  font-size: 17rem;
  font-weight: 600;
  color: #fff;
}
.list_imgbox.num > li .area_img {
  border-radius: 10rem 10rem 0 0;
  overflow: hidden;
}
.list_imgbox.num > li .area_txt > h3 {
  line-height: 1.3em;
  font-size: 17rem;
  font-weight: 600;
  margin: 0;
}
.list_imgbox > li .area_img {
  width: 100%;
}
.list_imgbox > li .area_img img {
  width: 100%;
}
.list_imgbox > li .area_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 145rem;
  padding: 25rem;
  box-sizing: border-box;
  text-align: center;
}
.list_imgbox > li .area_txt.hauto {
  height: auto;
}
.list_imgbox > li .area_txt.hauto > h3 {
  margin: 0;
}
.list_imgbox > li .area_txt > h3 {
  display: block;
  margin: 0 0 10rem;
  font-size: 18rem;
  font-weight: 700;
  color: #222;
  line-height: 1.1em;
  word-break: keep-all;
}
.list_imgbox > li .area_txt i {
  position: relative;
  top: 2rem;
  display: inline-block;
  font-size: 24rem;
  line-height: 1em;
  font-weight: 400;
}
.list_imgbox > li .area_txt > span {
  display: inline-block;
  font-size: 16rem;
  font-weight: 300;
  color: #555;
  line-height: 1.4em;
  word-break: keep-all;
}
.list_imgbox.col03 {
  gap: 50rem;
  justify-content: center;
}
.list_imgbox.col03 > li {
  margin: 0;
  width: calc((100% / 3) - 33.5rem);
  width: -webkit-calc((100% / 3) - 33.5rem);
}
.list_imgbox.line > li {
  border: 1rem solid #e3e3e3;
  box-sizing: Border-box;
}
.s3_4_3 .list_imgbox > li .area_txt,
.list_imgbox.col03 > li .area_txt {
  height: auto;
  margin: 0;
}
.s3_4_3 .list_imgbox > li .area_txt > h3,
.list_imgbox.col03 > li .area_txt > h3 {
  margin: 0;
}

.box_mri_tit {
  margin: 40rem 0 0;
  text-align: center;
}
.box_mri_tit > h4 {
  display: inline-block;
  padding: 10rem 30rem;
  font-size: 22rem;
  font-weight: 500;
  color: #222;
  line-height: 1.2em;
  word-break: keep-all;
  background: #f9f9f9;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 50rem;
}
.box_mri_tit > em {
  display: block;
  margin: 15rem 0 0;
  font-size: 17rem;
  font-weight: 300;
  color: #555;
  line-height: 1.4em;
  word-break: keep-all;
}
.box_mri {
  margin: 40rem 0 0;
  display: flex;
  align-items: flex-start;
}
.box_mri .box_img {
  width: 339rem;
  margin-right: 50rem;
  border-radius: 10rem;
  border: 1px solid #222;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.box_mri .box_img .box01 {
}
.box_mri .box_img .box01 img {
  width: 100%;
}
.box_mri .box_img .box01 .txt {
  font-size: 16rem;
  font-weight: 300;
  color: #444;
  line-height: 1.2em;
  word-break: keep-all;
  padding: 13rem 10rem;
  box-sizing: border-box;
}
.box_mri .box_txt {
  width: calc(100% - 389rem);
  width: -webkit-calc(100% - 389rem);
}
.box_mri .box_txt .box_tit {
  display: block;
  margin: 0 0 14rem;
  padding: 19rem 10rem;
  background: #046eb6;
  font-size: 22rem;
  font-weight: 600;
  color: #fff;
  box-sizing: border-box;
  line-height: 1.2em;
  word-break: keep-all;
  border-radius: 10rem;
  text-align: center;
}
.box_mri .box_txt .list_infobox {
  text-align: center;
  border-radius: 10rem;
}
.box_mri .box_txt .list_infobox > li {
  padding: 52rem 12rem;
  line-height: 1.5em;
}
.box_mri .box_txt .list_infobox > li > span {
  font-size: 17rem;
}
.box_mri .box_txt .list_infobox > li .txt_color01 {
  font-weight: 400 !important;
}
.box_txt02 {
}
.box_txt02 .box_tit {
  display: flex;
  align-items: center;
  padding: 20rem;
  background: #046eb6;
  box-sizing: border-box;
  border-radius: 10rem 10rem 0 0;
}
.box_txt02 .box_tit h3 {
  position: relative;
  font-size: 20rem;
  margin-right: 30rem;
  font-weight: 600;
  color: #fff;
}
.box_txt02 .box_tit h3:before {
  content: "";
  position: absolute;
  top: 9rem;
  right: -17rem;
  width: 1px;
  height: 13rem;
  background: rgba(255, 255, 255, 0.2);
}
.box_txt02 .box_tit em {
  font-size: 16rem;
  font-weight: 200;
  color: #fff;
  opacity: 0.6;
}
.box_txt02 .box_tit em .bold {
  font-weight: 500 !important;
}
.box_txt02 .list_infobox.wt {
  border-radius: 0 0 10rem 10rem;
}
.box_txt02 .list_infobox li > h3 {
  font-weight: 300;
  font-size: 17rem;
  color: #444;
  line-height: 1.3em;
}
.box_txt02 .list_infobox li > h3:before {
  top: 6rem;
}
.box_txt02 .list_infobox li .txt_color01 {
  color: #046eb6;
  font-weight: 400;
}
.box_txt02 .box_cont {
  display: flex;
  gap: 40rem;
  background: #fff;
  padding: 50rem 100rem;
  box-sizing: border-box;
}
.box_txt02 .box_cont .box_cont__img {
  width: 50%;
}
.box_txt02 .box_cont .box_cont__img img {
  width: auto;
  max-width: 100%;
}
.box_txt02 .box_cont .box_cont__img.col02 {
  display: flex;
  gap: 20rem;
}
.box_txt02 .box_cont .box_cont__img.col02 > div {
  width: 50%;
  text-align: center;
}
.box-research > h3 {
  display: inline-block;
  margin: 0 0 15rem;
  background: #046eb6;
  font-size: 17rem;
  color: #fff;
  padding: 5rem 20rem;
  border-radius: 50rem;
}
.box-research__img img {
  width: auto;
  max-width: 100%;
}
.box-research span {
  display: inline-block;
  margin: 20rem 0 0;
  font-size: 16rem;
  font-weight: 400;
  color: #555;
  line-height: 1.5em;
}
.s3_4_3_2 .box_txt02 .box_tit {
  justify-content: center;
}
.s3_4_3_2 .box_txt02 .box_tit h3 {
  margin-right: 0;
  text-align: center;
  line-height: 1.2em;
}
.s3_4_3_2 .box_txt02 .box_tit h3:before {
  display: none;
}

/* 대상포진의 치료 */
.list_therapy {
  position: relative;
  margin: 40rem 0 0;
}
.list_therapy > li {
  display: flex;
  margin: 0 0 60rem;
  border: 1px solid #eee;
  border-radius: 20rem;
  box-sizing: border-box;
  overflow: hidden;
}
.list_therapy > li:last-child {
  margin: 0;
}
.list_therapy > li .area_img {
  width: 550rem;
}
.list_therapy > li .area_img img {
  width: 100%;
}
.list_therapy > li:nth-child(1) .area_img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
}
.list_therapy > li .area_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 550rem);
  width: -webkit-calc(100% - 550rem);
  padding: 45rem;
  box-sizing: border-box;
  text-align: center;
}
.list_therapy > li:nth-child(1) .area_txt {
  display: block;
  text-align: left;
}
.list_therapy > li .area_txt .box_tit {
}
.list_therapy > li .area_txt .box_tit > i {
  display: inline-block;
  margin: 0 0 15rem;
  width: 40rem;
  height: 40rem;
  line-height: 40rem;
  border-radius: 50%;
  background: #046eb6;
  font-size: 17rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.list_therapy > li .area_txt .box_tit > h3 {
  display: block;
  font-size: 34rem;
  font-weight: 700;
  color: #222;
  line-height: 1em;
  word-break: keep-all;
}
.list_therapy > li .area_txt .box_tit > span {
  display: inline-block;
  margin: 8rem 0 0;
  font-size: 15rem;
  font-weight: 400;
  line-height: 1em;
}
.list_therapy > li .area_txt em {
  display: block;
  margin: 20rem 0 0;
  font-size: 17rem;
  font-weight: 300;
  color: #555;
  line-height: 1.6em;
  word-break: keep-all;
}
.list_therapy > li:nth-child(1) .area_txt .box_cont {
  margin: 0 0 35rem;
}
.list_therapy > li:nth-child(1) .area_txt .box_cont:last-child {
  margin: 0;
}
.list_therapy > li:nth-child(1) .area_txt .box_tit {
  display: flex;
  align-items: center;
  margin: 0 0 15rem;
}
.list_therapy > li:nth-child(1) .area_txt .box_tit > h3 {
  font-size: 28rem;
}
.list_therapy > li:nth-child(1) .area_txt .box_tit > i {
  margin: 0 10rem 0 0;
}
.list_therapy > li:nth-child(1) .area_txt .box_cont .list_infobox {
  display: block;
  width: 100%;
  border-radius: 10rem;
  background: #fafbfc;
  border: 1px solid #f1f6fa;
}
.list_therapy > li:nth-child(1) .area_txt .box_cont .list_infobox > li {
  padding: 25rem 20rem;
  border-bottom: 1px dashed #e3eef8;
}
.list_therapy
  > li:nth-child(1)
  .area_txt
  .box_cont
  .list_infobox
  > li:last-child {
  border-bottom: none;
}
.list_therapy > li:nth-child(1) .area_txt .box_cont .list_infobox > li h4 {
  display: block;
  font-size: 17rem;
  font-weight: 600;
  color: #333;
  line-height: 1em;
  word-break: keep-all;
}
.list_therapy > li:nth-child(1) .area_txt .box_cont .list_infobox > li p {
  font-size: 16rem;
  font-weight: 300;
  color: #555;
  line-height: 1.2em;
  word-break: keep-all;
}
.area_section.blue {
  background: #f0f4f8;
}
.area_section.blue .list_check02.mt {
  margin-top: 40rem;
}

/* 카티라이프 */
.carti-box {
  margin: 50rem 0 0;
}
.carti-box__pellet {
  text-align: center;
}
.carti-box__pellet > h3 {
  margin: 0 0 15rem;
  font-size: 20rem;
  font-weight: bold;
  color: #333;
  line-height: 1em;
  word-break: keep-all;
}
.carti-box__pellet .carti-box__img {
}
.carti-box__pellet .carti-box__img img {
  width: auto;
}
.carti-box__process {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40rem 0 0;
}
.carti-box__process > div {
  display: flex;
  align-items: center;
  border: 2rem solid #e3e3e3;
  box-sizing: border-box;
  border-radius: 500rem;
  padding: 20rem 50rem;
}
.carti-box__process > div > div {
  margin-right: 25rem;
  display: flex;
  align-items: center;
}
.carti-box__process > div > div:last-child {
  margin: 0;
}
.carti-box__process > div > div span {
  margin-left: 7rem;
}
.list_imgbox.img-line > li {
  background: transparent;
  box-shadow: none;
}
.list_imgbox.img-line > li .area_img {
  border-radius: 10rem;
  border: 1rem solid #e3e3e3;
  box-sizing: border-box;
  overflow: hidden;
}
.list_imgbox.img-line > li .area_txt {
  height: auto;
  padding: 25rem 10rem 0;
}
.list_imgbox.img-line > li .area_txt i {
  display: inline-block;
  margin: 0 0 10rem;
  font-size: 15rem;
  font-weight: 600;
  color: #046eb6;
}
.list_imgbox.img-line > li .area_txt h3 {
  font-size: 17rem;
  font-weight: 500;
  color: #333;
  line-height: 1.1em;
  word-break: keep-all;
  margin: 0;
}

/* 스포츠 재활 */
.area_box h4.title {
  position: relative;
  padding-left: 15rem;
  font-size: 24rem;
  font-weight: 500;
  color: #222;
  line-height: 1.2em;
  word-break: keep-all;
}
.area_box h4.title:before {
  content: "";
  position: absolute;
  top: 5rem;
  left: 0;
  width: 4rem;
  height: 9rem;
  background: #8bbe22;
}
.area_box h4.title:after {
  content: "";
  position: absolute;
  top: 14rem;
  left: 0;
  width: 4rem;
  height: 9rem;
  background: #0456a4;
}
.s6_3 .list_img {
  margin: 25rem 0 0;
}
.s6_3 .list_img > li {
  width: -webkit-calc((100% / 2) - 20rem);
  width: calc((100% / 2) - 20rem);
  border-radius: 15rem;
}
.s6_3 .list_img > li img {
  width: 100%;
}
.s6_3 .box_blue {
  margin: 25rem 0 0;
  background: #fff;
}

/* 비급여안내 */
.sub #container:not(.nmb) {
  margin-bottom: 100rem;
}
.area_box {
  position: relative;
  margin: 0 0 50rem;
}
.s7_1 .area_box {
  margin: 0 0 40rem;
}
.area_box:last-child {
  margin: 0;
}
.area_box > h3 {
  position: relative;
  display: block;
  margin: 0 0 20rem;
  font-size: 23rem;
  font-weight: 600;
  color: #222;
  line-height: 1.2em;
  word-break: keep-all;
}
.area_table {
  position: relative;
  margin: 0 0 40rem;
}
.s2_1 .area_table,
.s2_2 .area_table {
  margin: 0 0 30rem;
}
.area_table:last-child {
  margin: 0;
}
.area_table > h3 {
  position: relative;
  display: block;
  margin: 0 0 20rem;
  font-size: 23rem;
  font-weight: 600;
  color: #222;
  line-height: 1.2em;
  word-break: keep-all;
}

.list_infobox {
  display: block;
  border: 1px solid #eee;
  box-sizing: border-box;
  background: #fafbfc;
}
.list_infobox > li {
  display: block;
  padding: 25rem 30rem;
  box-sizing: border-box;
  border-bottom: 1px dashed #ddd;
}
.list_infobox > li:last-child {
  border-bottom: none;
}
.list_infobox > li > h4 {
  display: block;
  margin: 0 0 8rem;
  font-size: 18rem;
  font-weight: 600;
  color: #222;
  line-height: 1em;
  word-break: keep-all;
}
.list_infobox > li > p {
  display: block;
  font-size: 16rem;
  font-weight: 300;
  color: #555;
  line-height: 1.4em;
  word-break: keep-all;
}
.list_infobox.wt {
  background: #fff;
  border-radius: 10rem;
}
.list_infobox li > h3 {
  position: relative;
  display: block;
  font-size: 16rem;
  font-weight: bold;
  color: #222;
  line-height: 1em;
  padding-left: 18rem;
}
.list_infobox li > h3:before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  width: 11rem;
  height: 10rem;
  background: url(../images/content/icon_check02.png) no-repeat center;
  background-size: contain;
}
.list_infobox.flex li {
  display: flex;
  align-items: center;
  padding: 30rem 45rem;
}
.list_infobox li .img {
  width: 147rem;
  height: 147rem;
  margin-right: 35rem;
  border-radius: 50%;
  overflow: hidden;
}
.list_infobox li .img img {
  width: 100%;
}
.list_infobox li .txt {
  width: calc(100% - 182rem);
  width: -webkit-calc(100% - 182rem);
}
.list_infobox li .txt h4 {
  display: block;
  margin: 0 0 7rem;
  font-size: 18rem;
  font-weight: 700;
  color: #222;
  line-height: 1em;
}
.list_infobox li .txt span {
  display: block;
  font-size: 16rem;
  font-weight: 300;
  color: #555;
  line-height: 1.5em;
}
.list_infobox li > p {
  padding-top: 7rem;
  font-size: 16rem;
  color: #333;
}

/* 인터넷증명서 & 증명서발급안내 */
.certi_guide_1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: url(../images/content/certi_img1.jpg) no-repeat;
  background-position: left top;
  margin-bottom: 50rem;
}
.certi_guide_1 .guide_bx1 {
  float: right;
  width: 50%;
  padding: 50rem 60rem;
  box-sizing: border-box;
  background: #046eb6;
}
.certi_guide_1 .guide_bx1 h3 {
  font-size: 30rem;
  color: #fff;
  margin-bottom: 30rem;
}
.certi_guide_1 .guide_bx1 .guide_list_1 {
  overflow: hidden;
}
.certi_guide_1 .guide_bx1 .guide_list_1 li {
  position: relative;
  border: 1px dotted rgba(255, 255, 255, 0.2);
  float: left;
  width: 99%;
  color: #fff;
  margin: 0.3em 0;
}
.certi_guide_1 .guide_bx1 .guide_list_1 li em {
  color: #fff;
  height: 60px;
  width: 60px;
  font-size: 30rem;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  margin-right: 15px;
  line-height: 60rem;
}
.certi_guide_1 .guide_bx1 .guide_list_1 li p {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% -80px);
}
.dotList li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 0.3em;
  line-height: 1.4 !important;
  word-break: break-all;
}
.dotList li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 4px;
  height: 4px;
  background: rgb(5 139 190 / 59%);
}
.certi_guide_2 {
  position: relative;
  padding: 5%;
  background: url(../images/content/certi_img2.jpg) no-repeat center;
}
.certi_guide_2 .guide_bx2 h3 {
  font-size: 30rem;
  margin-bottom: 20rem;
  color: #222;
}
.certi_guide_2 .guide_bx2 p {
  font-size: 17rem;
}
.certi_guide_2 .guide_bx2 .certi_file {
  position: relative;
  margin-top: 20rem;
}
.certi_guide_2 .guide_bx2 .certi_file .btn_down {
  color: #fff;
  display: inline-block;
  line-height: 3.5em;
  padding: 0 5%;
  border-radius: 5px;
  background: #046eb6;
}
.certi_guide_2 .guide_bx2 .certi_file .btn_2 {
  background: #5e5e5e;
}
.certi_table .certi_tb tbody tr td dl dd .fs-s li {
  padding-left: 10px;
}
.certi_table .certi_tb tbody tr td dl dd .fs-s li:before {
  width: 3px;
  height: 3px;
  background: #999;
}
.certi_table .certi_tb tbody tr td dl dd .fs-s p {
  font-size: 14rem;
  line-height: 1.5;
}

span.certi_txt {
  display: inline-block;
  font-size: 16rem;
  font-weight: 300;
  line-height: 1.3em;
  word-break: keep-all;
}
.list_certi {
  display: flex;
  margin: 20rem 0 0;
}
.list_certi > .list_txt {
  width: calc(100% / 3);
  width: -webkit-calc(100% / 3);
  border: 1px solid #eee;
  border-right: none;
  box-sizing: border-box;
}
.list_certi > .list_txt:last-child {
  border-right: 1px solid #eee;
}
.list_certi > .list_txt > li {
  position: relative;
  display: block;
  padding: 25rem;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  background: #fafbfc;
}
.list_certi > .list_txt > li:last-child {
  border-bottom: none;
}
.list_certi > .list_txt > li > span {
  position: relative;
  display: block;
  padding-left: 24rem;
  font-size: 18rem;
  font-weight: 400;
  color: #222;
  line-height: 1.3em;
  word-break: keep-all;
}
.list_certi > .list_txt > li > span:before {
  content: "";
  position: absolute;
  top: 5rem;
  left: 0;
  width: 11rem;
  height: 10rem;
  background: url(../images/content/icon_check02.png) no-repeat center;
  background-size: contain;
}
.area_certi .btn_area {
  padding: 50rem 0 0;
}
.area_certi .btn_area .btn {
  margin: 0;
  width: 260rem;
  height: 60rem;
  padding: 22rem 10rem;
  font-size: 18rem;
}

.area_certi .certi_ready {
  text-align: center;
  margin-top: 50rem;
  padding: 22rem 0;
  font-size: 22rem;
  background: #046eb6;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
}

.full-img {
  width: 100%;
}
.full-img img {
  width: 100%;
}

.black {
  background: #046eb6;
  font-size: 16px;
  padding: 12px 12px;
  border-radius: 10px;
  margin-top: 80px;
}

/* board */
.button.black {
  margin: 0;
  padding: 0;
}
.bbsView .button {
  font-size: 15px;
}
.join_area .bbsView td em {
  font-size: 15px;
}
.join_area input[type="text"],
.join_area input[type="password"],
.join_area input[type="tel"],
.join_area input[type="date"],
.join_area input[type="email"],
.join_area input[type="number"] {
  height: 40px;
}

/* infograph section - contents>04>sub03 */
.box-graph {
  position: relative;
  display: flex;
  height: 600px;
  justify-content: center;
  padding-top: 60px;
}

.box-graph .infograph {
  position: relative;
  width: 640px;
  height: 518px;
  top: 0;
  left: 0;
}

.box-graph .info-button {
  position: absolute;
  width: 640px;
  height: 60px;
  top: 458px;
  left: 0;
}

.box-graph .overlap {
  position: relative;
  width: 642px;
  height: 60px;
  top: 30px;
}

.box-graph .group {
  width: 233px;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
}

.box-graph .overlap-group {
  position: relative;
  width: 231px;
  height: 60px;
  border-radius: 70px;
}

.box-graph .rectangle {
  width: 231px;
  background-color: #7ec2cb;
  position: absolute;
  height: 60px;
  top: 0;
  left: 0;
  border-radius: 70px;
  opacity: 0.8;
}

.box-graph .text-wrapper {
  position: absolute;
  top: 12px;
  left: 49px;
  font-family: "Noto Sans KR-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.box-graph .overlap-wrapper {
  width: 234px;
  height: 60px;
  left: 202px;
  position: absolute;
  top: 0;
}

.box-graph .div {
  position: relative;
  width: 232px;
  height: 60px;
  border-radius: 70px;
}

.box-graph .rectangle-2 {
  width: 232px;
  background-color: #7194ba;
  position: absolute;
  height: 60px;
  top: 0;
  left: 0;
  border-radius: 70px;
  opacity: 0.8;
}

.box-graph .text-wrapper-2 {
  position: absolute;
  top: 12px;
  left: 72px;
  font-family: "Noto Sans KR-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.box-graph .overlap-group-wrapper {
  width: 233px;
  height: 60px;
  left: 409px;
  position: absolute;
  top: 0;
}

.box-graph .text-wrapper-3 {
  position: absolute;
  top: 12px;
  left: 57px;
  font-family: "Noto Sans KR-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.box-graph .info-arrow {
  position: inherit;
  width: 443px;
  height: 97px;
  top: 387px;
}

.box-graph .text-subhead {
  position: absolute;
  width: inherit;
  height: 46px;
  top: 300px;
  left: 150px;
}

.box-graph .p {
  position: absolute;
  top: 23px;
  left: -150px;
  font-family: "Noto Sans KR-SemiBold", Helvetica;
  font-weight: 600;
  color: transparent;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  background: #ebebeb;
  padding: 10px 154px;
  border-radius: 10px;
}

.box-graph .span {
  color: #184a74;
}

.box-graph .text-wrapper-4 {
  color: #000000;
}

.box-graph .text-wrapper-5 {
  color: #4e4e4e;
}

.box-graph .text-wrapper-6 {
  color: #3798a8;
}

.box-graph .info-circle {
  position: absolute;
  width: 640px;
  height: 200px;
  top: 78px;
  left: 0;
}

.box-graph .div-wrapper {
  width: 202px;
  height: 200px;
  left: 0;
  position: absolute;
  top: 0;
}

.box-graph .overlap-group-2 {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgb(143.84, 169.63, 201.88) 0%,
    rgb(219, 228, 237) 100%
  );
}

.box-graph .text-wrapper-7 {
  position: relative;
  top: 82px;
  font-family: "Noto Sans KR-SemiBold", Helvetica;
  font-weight: 600;
  color: #486787;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.box-graph .group-2 {
  width: 202px;
  height: 200px;
  left: 220px;
  position: absolute;
  top: 0;
}

.box-graph .overlap-2 {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgb(153, 204, 202.79) 0%,
    rgb(233, 244, 246) 100%
  );
}

.box-graph .text-wrapper-8 {
  position: relative;
  top: 82px;
  font-family: "Noto Sans KR-SemiBold", Helvetica;
  font-weight: 600;
  color: #407a78;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.box-graph .group-3 {
  width: 202px;
  height: 200px;
  left: 440px;
  position: absolute;
  top: 0;
}

.box-graph .overlap-3 {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgb(181, 209, 168) 0%,
    rgb(233, 241, 230) 100%
  );
}

.box-graph .text-wrapper-9 {
  position: relative;
  top: 82px;
  font-family: "Noto Sans KR-SemiBold", Helvetica;
  font-weight: 600;
  color: #6e8e5f;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.box-graph .text-wrapper-10 {
  position: absolute;
  top: -10px;
  left: 110px;
  font-family: "Pretendard", Helvetica;
  font-weight: 400;
  color: #184a74;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

@media (max-width: 860px) {
  .box-graph {
    scale: 0.8;
    margin: -40px auto;
    padding: 0%;
  }
  .box-graph .text-wrapper-10 {
    position: absolute;
    top: 10px;
    left: 18%;
    font-family: "Pretendard", Helvetica;
    font-weight: 400;
    color: #184a74;
    font-size: 21rem !important;
    letter-spacing: 0;
    line-height: normal;
    text-align: center;
  }
  .box .text-subhead {
    display: flex;
    padding: 0px;
  }
  .box-graph .p {
    /* position: relative; */
    top: -5px;
    left: -150px;
    font-family: "Noto Sans KR-SemiBold", Helvetica;
    font-weight: 600;
    color: transparent;
    font-size: 32px !important;
    text-align: center;
    letter-spacing: 0;
    /* line-height: normal; */
    background: #ebebeb;
    padding: 10px 154px;
    border-radius: 10px;
    display: flex;
    padding: 17px 155px;
    margin-bottom: 10px;
    top: 30px;
  }
  .box-graph .info-arrow {
    position: relative;
    /* display: flex; */
    width: 543px;
    height: 97px;
    top: 387px;
  }
  .box-graph .infograph {
    position: relative;
    width: 640px;
    /* height: 368px; */
    top: 0;
    left: 0;
  }
}

@media (max-width: 780px) {
  .box-graph .infograph {
    position: relative;
    width: 640px;
    height: 518px;
    top: 0;
    left: -15px;
  }
  .box-graph .text-wrapper-10 {
    position: absolute;
    top: 3px;
    left: 15%;
    font-family: "Pretendard", Helvetica;
    font-weight: 400;
    color: #184a74;
    font-size: 27rem !important;
    letter-spacing: 0;
    line-height: normal;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .box-graph .infograph {
    position: relative;
    width: 640px;
    height: 518px;
    top: 0;
    left: -41px;
  }
  .box-graph .text-wrapper-10 {
    position: absolute;
    top: 3px;
    left: 18%;
    font-family: "Pretendard", Helvetica;
    font-weight: 400;
    color: #184a74;
    font-size: 31rem !important;
    letter-spacing: 0;
    line-height: normal;
    text-align: center;
  }
}

@media (max-width: 540px) {
  .box-graph {
    scale: 0.6;
    margin: -90px -130px;
    padding: 0%;
  }
  .box-graph .text-wrapper-10 {
    position: absolute;
    top: -2px;
    left: 13%;
    font-family: "Pretendard", Helvetica;
    font-weight: 400;
    color: #184a74;
    font-size: 25rem !important;
    letter-spacing: 0;
    line-height: normal;
    text-align: center;
  }
  .box-graph .text-subhead {
    display: flex;
    padding: 0px;
    top: 285px;
    left: 25%;
  }
  .box-graph .p {
    /* position: relative; */
    top: -5px;
    left: -163px;
    font-family: "Noto Sans KR-SemiBold", Helvetica;
    font-weight: 600;
    color: transparent;
    font-size: 32px !important;
    text-align: center;
    letter-spacing: 0;
    /* line-height: normal; */
    background: #ebebeb;
    padding: 10px 154px;
    border-radius: 10px;
    display: flex;
    padding: 17px 170px;
    margin-bottom: 10px;
    top: 30px;
  }
  .box-graph .info-arrow {
    position: relative;
    /* display: flex; */
    width: 543px;
    height: 97px;
    top: 387px;
  }
  .box-graph .infograph {
    position: relative;
    width: 640px;
    /* height: 368px; */
    top: 0;
    left: 0;
  }
}
@media (max-width: 375px) {
  .box-graph {
    scale: 0.53;
    margin: -110px -150px;
    padding: 0%;
  }
  .box-graph .text-wrapper-10 {
    position: absolute;
    top: -2px;
    left: 9%;
    font-family: "Pretendard", Helvetica;
    font-weight: 400;
    color: #184a74;
    font-size: 30rem !important;
    letter-spacing: 0;
    line-height: normal;
    text-align: center;
  }
  .box-graph .text-subhead {
    display: flex;
    padding: 0px;
    top: 285px;
    left: 25%;
  }
  .box-graph .p {
    /* position: relative; */
    top: -5px;
    left: -163px;
    font-family: "Noto Sans KR-SemiBold", Helvetica;
    font-weight: 600;
    color: transparent;
    font-size: 32px !important;
    text-align: center;
    letter-spacing: 0;
    /* line-height: normal; */
    background: #ebebeb;
    padding: 10px 154px;
    border-radius: 10px;
    display: flex;
    padding: 17px 170px;
    margin-bottom: 10px;
    top: 30px;
  }
  .box-graph .info-arrow {
    position: relative;
    /* display: flex; */
    width: 543px;
    height: 97px;
    top: 387px;
  }
  .box-graph .infograph {
    position: relative;
    width: 640px;
    /* height: 368px; */
    top: 0;
    left: 0;
  }
}

@media (max-width: 360px) {
  .box-graph {
    scale: 0.5;
    margin: -130px -156px;
    padding: 0%;
  }
  .box-graph .text-wrapper-10 {
    position: absolute;
    top: 10px;
    left: 15%;
    font-family: "Pretendard", Helvetica;
    font-weight: 400;
    color: #184a74;
    font-size: 29rem !important;
    letter-spacing: 0;
    line-height: normal;
    text-align: center;
  }
  .box-graph .text-subhead {
    display: flex;
    padding: 0px;
  }
  .box-graph .p {
    /* position: relative; */
    top: -5px;
    left: -150px;
    font-family: "Noto Sans KR-SemiBold", Helvetica;
    font-weight: 600;
    color: transparent;
    font-size: 32px !important;
    text-align: center;
    letter-spacing: 0;
    /* line-height: normal; */
    background: #ebebeb;
    padding: 10px 154px;
    border-radius: 10px;
    display: flex;
    padding: 17px 155px;
    margin-bottom: 10px;
    top: 30px;
  }
  .box-graph .info-arrow {
    position: relative;
    /* display: flex; */
    width: 543px;
    height: 97px;
    top: 387px;
  }
  .box-graph .infograph {
    position: relative;
    width: 640px;
    /* height: 368px; */
    top: 0;
    left: 0;
  }
}
@media (max-width: 320px) {
  .box-graph {
    scale: 0.45;
    margin: -140px -176px;
    padding: 0%;
  }
  .box-graph .text-wrapper-10 {
    position: absolute;
    top: 10px;
    left: 15%;
    font-family: "Pretendard", Helvetica;
    font-weight: 400;
    color: #184a74;
    font-size: 31rem !important;
    letter-spacing: 0;
    line-height: normal;
    text-align: center;
  }
  .box-graph .text-subhead {
    display: flex;
    padding: 0px;
  }
  .box-graph .p {
    /* position: relative; */
    top: -5px;
    left: -150px;
    font-family: "Noto Sans KR-SemiBold", Helvetica;
    font-weight: 600;
    color: transparent;
    font-size: 32px !important;
    text-align: center;
    letter-spacing: 0;
    /* line-height: normal; */
    background: #ebebeb;
    padding: 10px 154px;
    border-radius: 10px;
    display: flex;
    padding: 17px 155px;
    margin-bottom: 10px;
    top: 30px;
  }
  .box-graph .info-arrow {
    position: relative;
    /* display: flex; */
    width: 543px;
    height: 97px;
    top: 387px;
  }
  .box-graph .infograph {
    position: relative;
    width: 640px;
    /* height: 368px; */
    top: 0;
    left: 0;
  }
}

/* end infograph section - contents>04>sub03 */

@media (max-width: 1600px) {
  .lnb .wrap {
    width: 100%;
  }
  .area_navigation {
    margin-right: 0;
    right: 5%;
  }
}
@media (max-width: 1480px) {
  .area_ideology .area_img {
    width: 50%;
    margin-right: 5%;
  }
  .area_ideology .area_txt {
    width: 45%;
  }
  .area_ideology.second .area_img {
    margin-left: 5%;
  }

  .certi_guide_1 .guide_bx1 {
    width: 60%;
  }
  .certi_guide_2 {
    background-size: cover;
  }
}

@media (max-width: 1023px) {
  .lnb ul li {
    margin: 0 10rem;
  }
  .snb ul li {
    margin: 0 10rem 0 0;
  }
  .lnb .wrap {
    margin: 0;
  }
  .list_link > li {
    margin: 0 30rem 0 0;
    width: calc((100% / 4) - 23rem);
    width: -webkit-calc((100% / 4) - 23rem);
  }
  .list_link > li.col03 {
    margin-bottom: 30rem;
    width: calc((100% / 3) - 20rem);
    width: -webkit-calc((100% / 3) - 20rem);
  }
  .list_link > li > a {
    padding: 30rem;
  }

  .area_about .top_box {
    height: 380rem;
  }
  .area_about .top_box .box_txt {
    padding-left: 80rem;
  }
  .area_about .top_box .box_txt > h3 {
    font-size: 34rem;
  }
  .area_about .top_box .box_txt > h3:before {
    left: 0;
    top: -50rem;
    width: 45rem;
    height: 35rem;
  }
  .area_about .top_box .box_txt > em {
    margin: 15rem 0 0;
    font-size: 16rem;
  }
  .area_about .top_box .box_img {
    right: 50rem;
    width: 340rem;
  }
  .about_txt {
    margin: 50rem 0 0;
  }
  .about_txt p br {
    display: none;
  }
  .about_txt .box_cont {
    padding: 0 0 40rem;
  }
  .area_facility .tab_container {
    width: 96%;
  }
  .area_facility .facilitySwiper {
    width: 82%;
  }
  .area_facility .tab_content h3 {
    width: 82%;
  }
  .area_facility .swiper-button-next,
  .area_facility .swiper-button-prev {
    width: 58rem;
    height: 58rem;
  }
  .area_doctor .area_top .area_img {
    width: 45%;
    margin-right: 5%;
  }
  .area_doctor .area_top .area_txt {
    width: 50%;
  }
  .area_doctor .area_top .area_txt .area_name h3 {
    font-size: 32rem;
  }
  .area_doctor .area_top .area_txt .area_name em {
    font-size: 17rem;
  }
  .area_doctor .area_box .area_table {
    margin: 35rem 0 0;
  }

  .area_ideology .area_txt > h3 {
    font-size: 30rem;
  }
  .area_ideology .area_txt p {
    margin: 20rem 0 0;
  }
  .area_ideology .area_txt p br {
    display: none;
  }

  .area_section {
    padding: 90rem 0;
  }
  .area_section.bg .area_box {
    display: block;
  }
  .area_section.bg .area_box .area_txt {
    width: 100%;
  }
  .area_section.bg .area_box .area_txt > h3 {
    font-size: 35rem;
  }
  .area_section.bg .area_box .list_check {
    margin: 25rem 0 0;
    width: 100%;
  }
  .five .top_txt p {
    margin: 25rem 30rem 0;
  }
  .list_check > li {
    margin: 0 0 15rem;
    padding: 15rem 30rem;
  }
  /* .list_advantage > li {
    margin: 0 20rem 0 0;
    width: calc((100% / 4) - 15rem);
    width: -webkit-calc((100% / 4) - 15rem);
  } */
  .list_advantage.col03 > li {
    width: calc((100% / 3) - 14rem);
    width: -webkit-calc((100% / 3) - 14rem);
  }
  .list_img > li {
    margin: 0 20rem 0 0;
    width: calc((100% / 4) - 15rem);
    width: -webkit-calc((100% / 4) - 15rem);
  }
  .s6_3 .list_img > li {
    width: -webkit-calc((100% / 2) - 10rem);
    width: calc((100% / 2) - 10rem);
    border-radius: 10rem;
  }
  .s6_3 .box_blue {
    margin: 15rem 0 0;
  }
  .box_info {
    margin: 20rem 0 0;
  }
  .list_icon > li {
    width: 250rem;
  }
  .list_icon > li .icon {
    width: 130rem;
    height: 130rem;
  }
  .list_process > li {
    margin: 0 20rem 0 0;
    width: calc((100% / 4) - 15rem);
    width: -webkit-calc((100% / 4) - 15rem);
  }
  .list_process > li > em {
    width: 70%;
    text-align: center;
  }
  .list_process > li.col02 {
    width: calc((100% / 2) - 10rem);
    width: -webkit-calc((100% / 2) - 10rem);
  }
  .list_process > li.col03 {
    margin-bottom: 20rem;
    width: calc((100% / 2) - 10rem);
    width: -webkit-calc((100% / 2) - 10rem);
  }
  .s3_1_4 .list_process > li:nth-child(3) {
    margin: 0 20rem 20rem 0;
  }
  .s3_1_4 .list_process > li > em {
    width: auto;
  }
  .s3_1_4 .list_process > li:nth-child(n + 3) {
    margin-top: 0;
  }
  .list_imgbox > li {
    margin: 0 20rem 0 0;
    width: calc((100% / 4) - 15rem);
    width: -webkit-calc((100% / 4) - 15rem);
  }
  .list_imgbox.num > li i {
    top: -18rem;
    left: 14rem;
    width: 36rem;
    height: 36rem;
    font-size: 15rem;
  }
  .s3_2 .area_section.bg .area_box .list_check {
    margin: 30rem 0 0;
  }
  .area_top .top_img.col02 > div {
    margin: 0 30rem 0 0;
    width: -webkit-calc((100% / 2) - 15rem);
    width: calc((100% / 2) - 15rem);
  }
  .area_top .top_img.col02 .box_txt {
    height: 60rem;
  }
  .area_top .top_img.auto > div {
    margin: 0 30rem 0 0;
  }
  .s3_2 .area_section.bg .area_box .list_check,
  .s3_3 .area_section.bg .area_box .list_check,
  .s3_4_2 .area_section.bg .area_box .list_check,
  .s3_4_3 .area_section.bg .area_box .list_check {
    margin: 35rem 0 0;
  }
  .box_mri .box_img {
    margin-right: 30rem;
  }
  .box_mri .box_txt {
    width: calc(100% - 369rem);
    width: -webkit-calc(100% - 369rem);
  }
  .box_mri .box_txt .box_tit {
    font-size: 21rem;
  }
  .box_mri .box_txt .list_infobox > li {
    padding: 51rem 12rem;
  }
  .box_mri .box_txt .list_infobox > li br {
    display: none;
  }
  .box_txt02 .list_infobox li > h3 {
    font-size: 16rem;
  }
  .s5_1 .area_section.bg .area_box .area_txt > h3 br {
    display: none;
  }
  .area_section.bg .area_box .area_txt > em {
    margin: 5rem 0 0;
    line-height: 1.4em;
  }
  .area_section.bg .area_box .area_txt > em br {
    display: none;
  }
  .area_section.bg .area_box .list_check.col02 > li {
    margin: 0 15rem 15rem 0;
    width: -webkit-calc((100% / 2) - 7.5rem);
    width: calc((100% / 2) - 7.5rem);
  }
  .list_therapy > li {
    margin: 0 0 20rem;
  }
  .list_therapy > li .area_img {
    width: 50%;
  }
  .list_therapy > li .area_txt {
    padding: 30rem;
    width: 50%;
  }
  .list_therapy > li:nth-child(1) .area_txt .box_cont {
    margin: 0 0 20rem;
  }
  .list_therapy > li:nth-child(1) .area_txt .box_cont .list_infobox > li {
    padding: 15rem;
  }
  .list_therapy > li .area_txt .box_tit > i {
    margin: 0 0 10rem;
    width: 35rem;
    height: 35rem;
    line-height: 35rem;
    font-size: 15rem;
  }
  .area_top .top_img.col03 > div {
    margin: 0 30rem 0 0;
    width: -webkit-calc((100% / 3) - 19rem);
    width: calc((100% / 3) - 19rem);
  }

  .s2_2 .box_info {
    margin: 60rem 0 50rem;
  }
  .s2_2 .s2_2 .box > div {
    margin: 0 30rem 0 0;
    width: calc((100% / 2) - 15rem);
    width: -webkit-calc((100% / 2) - 15rem);
  }

  .list_certi > .list_txt > li {
    display: flex;
    align-items: center;
    padding: 20rem;
    height: 80rem;
  }
  .list_certi > .list_txt > li > span {
    padding-left: 20rem;
  }

  .list_station > li {
    margin: 0 30rem 0 0;
    width: calc((100% / 4) - 22.5rem);
    width: -webkit-calc((100% / 4) - 22.5rem);
  }

  .area_policy {
    padding-top: 60rem;
  }
  .area_policy .area_sitemap .depth3 {
    display: block !important;
  }

  .box_txt02 .box_cont {
    padding: 40rem;
  }
  .box-research span br {
    display: none;
  }
}

@media (max-width: 860px) {
  .sub #container:not(.nmb) {
    margin-bottom: 60rem;
  }
  .snb {
    margin: 0 0 30rem;
  }
  .snb ul li {
    margin: 0 10rem 10rem 0;
  }
  .snb ul li a {
    padding: 15rem;
    font-size: 15rem;
  }
  .sub h2 {
    font-size: 35rem;
  }
  .area_subVisual > .wrap {
    top: 50%;
  }
  .area_subVisual em {
    margin: 15rem 0 0;
    font-size: 15rem;
  }
  .area_subVisual {
    height: 500rem;
  }
  .area_subVisual.nolnb {
    height: 450rem;
  }
  .lnb {
    height: 75rem;
  }
  .lnb .wrap {
    border-radius: 20rem 20rem 0 0;
  }
  .info .lnb ul {
    display: table;
    width: 100%;
    text-align: center;
  }
  .info .lnb ul > li {
    display: table-cell;
    white-space: nowrap;
    margin: 0;
  }
  .info .lnb > div {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .lnb > div::-webkit-scrollbar {
    height: 5rem;
  }
  .lnb ul > li > a {
    padding: 24rem 20rem;
    font-size: 15rem;
  }

  .area_navigation {
    bottom: 90rem;
    right: 0;
    margin-right: 25rem;
  }
  .area_navigation ul li {
    padding: 0 10rem;
    font-size: 14rem;
  }
  .area_navigation ul li:after {
    width: 3rem;
    height: 3rem;
    right: -1.5rem;
    top: 5rem;
  }
  .area_subVisual.nolnb .area_navigation {
    bottom: 20rem;
  }
  .sub_tit {
    margin: 0 0 30rem;
  }
  .sub_tit h3,
  .sub_tit h4,
  .sub_tit h5 {
    font-size: 33rem;
  }
  .sub_tit em {
    font-size: 16rem;
  }
  .area_top .top_img {
    border-radius: 20rem;
  }
  .area_top .top_txt {
    margin: 25rem 0 0;
  }
  .area_top .top_txt p {
    font-size: 15rem;
  }
  .list_link {
    margin: 40rem 0 0;
  }
  .list_link > li {
    margin: 0 20rem 20rem 0;
    width: calc((100% / 2) - 10rem);
    width: -webkit-calc((100% / 2) - 10rem);
  }
  .list_link > li.col03 {
    margin-bottom: 20rem;
    width: calc((100% / 2) - 10rem);
    width: -webkit-calc((100% / 2) - 10rem);
  }
  .list_link > li.col03 {
    margin-bottom: 20rem;
  }
  .list_link > li:nth-child(3) {
    margin: 0 20rem 20rem 0;
  }
  .list_link > li:nth-child(7) {
    margin: 0 20rem 0 0;
  }
  .list_link > li:nth-child(2n) {
    margin-right: 0;
  }
  .list_link > li > a > i {
    font-size: 15rem;
  }
  .list_link > li.col03 > a > h3 {
    font-size: 20rem;
  }
  .tabs li {
    padding: 15rem 5rem;
  }
  .tabs li span {
    font-size: 16rem;
  }
  .tab li a {
    padding: 15rem 5rem;
  }
  .tab li span {
    font-size: 16rem;
  }

  #content table.table thead th {
    font-size: 15rem;
    padding: 15rem 5rem;
  }
  #content table.table tbody td {
    font-size: 14rem;
    padding: 15rem 5rem;
  }

  .area_about .top_box {
    height: 300rem;
  }
  .area_about .top_box .box_txt {
    padding-left: 30rem;
  }
  .area_about .top_box .box_txt > h3 {
    font-size: 30rem;
  }
  .area_about .top_box .box_txt > h3:before {
    top: -40rem;
    width: 40rem;
    height: 30rem;
  }
  .area_about .top_box .box_txt > em {
    margin: 10rem 0 0;
    font-size: 15rem;
  }
  .area_about .top_box .box_img {
    right: 20rem;
    width: 280rem;
  }
  .about_txt {
    margin: 40rem 0 0;
  }
  .about_txt p {
    margin: 0 0 20rem;
    font-size: 16rem;
  }
  .about_txt p br {
    display: none;
  }
  .about_txt .box_cont {
    padding: 0 0 30rem;
  }
  .about_txt .box_name {
    padding: 20rem 0 0;
  }
  .about_txt .box_name span {
    font-size: 15rem;
    margin-right: 10rem;
  }

  .tabs.v2 {
    margin: 0 0 30rem;
  }
  .tabs.v2 li {
    width: 60rem;
  }

  .area_facility .tab_container {
    width: auto;
    margin: 0 25rem;
  }
  .area_facility .tab_content h3 {
    font-size: 22rem;
    margin: 0 auto 15rem;
  }
  .area_facility .facilitySwiper {
    position: relative;
    width: 100%;
  }
  .area_facility .btn_arr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10rem 0 0;
  }
  .area_facility .tab_content h3 {
    width: 100%;
  }
  .area_facility .swiper-button-next,
  .area_facility .swiper-button-prev {
    position: relative;
    top: unset;
    bottom: 0;
    margin-top: 0;
    width: 45rem;
    height: 45rem;
  }
  .area_facility .swiper-pagination {
    width: auto;
    margin: 0;
  }
  .area_doctor .area_box.first .area_top {
    display: block;
  }
  .area_doctor .area_box.first .area_top .area_img {
    width: 435rem;
    margin: 0 auto;
  }
  .area_doctor .area_box.first .area_top .area_txt {
    margin: 30rem 0 0;
    width: 100%;
  }
  .area_doctor .area_box.first .area_top .area_txt .area_name {
    text-align: center;
  }

  .area_ideology .area_img {
    width: 45%;
    margin-right: 3%;
  }
  .area_ideology.second .area_img {
    margin-left: 3%;
  }
  .area_ideology .area_txt {
    width: 50%;
  }
  .area_ideology .area_txt > h3 {
    font-size: 27rem;
  }
  .area_ideology .area_txt p {
    margin: 12rem 0 0;
    font-size: 15rem;
  }

  .s1_5 .tabs {
    margin: 0 0 10rem;
  }
  .list_equipment > li {
    padding: 30rem 0;
  }
  .list_equipment > li .area_txt {
    width: -webkit-calc(100% - 250rem);
    width: calc(100% - 250rem);
  }
  .list_equipment > li .area_txt h3 {
    font-size: 24rem;
    margin: 0 0 10rem;
  }
  .list_equipment > li .area_txt p {
    font-size: 16rem;
    line-height: 1.5em;
  }
  .list_equipment > li .area_img {
    width: 220rem;
    margin-left: 30rem;
  }

  .area_section.first {
    padding-bottom: 60rem;
  }
  .area_section.first .top_txt {
    margin: 35rem 0 0;
  }
  .area_section.first .top_txt .list_check02 {
    margin: 20rem 0 0;
  }
  .area_top .top_txt p {
    margin: 15rem 0 0;
  }
  .top_txt > h3 {
    font-size: 28rem;
  }
  .area_section {
    padding: 60rem 0;
  }
  .area_section.bg .area_box .area_txt > h3 {
    font-size: 30rem;
  }
  .list_check > li {
    margin: 0 0 12rem;
    padding: 12rem 15rem;
  }
  .list_advantage {
    margin: 50rem 0 0;
  }
  /* .list_advantage > li {
    margin: 0 20rem 0 0;
    width: calc((100% / 2) - 10rem);
    width: -webkit-calc((100% / 2) - 10rem);
    height: 170rem;
  } */
  .list_advantage > li:nth-child(2n) {
    margin-right: 0;
  }
  /* .list_advantage > li:nth-child(n + 3) {
    margin-top: 30rem;
  } */
  .list_advantage.col03 {
    justify-content: center;
  }
  .list_advantage.col03 > li {
    width: calc((100% / 2) - 10rem);
    width: -webkit-calc((100% / 2) - 10rem);
  }
  .s3_4_3 .list_advantage.col02 > li {
    height: 230rem !important;
  }
  .list_img > li {
    margin: 0 20rem 0 0;
    width: calc((100% / 2) - 10rem);
    width: -webkit-calc((100% / 2) - 10rem);
  }
  .list_check > li > span {
    font-size: 17rem;
  }
  .list_img > li:nth-child(2n) {
    margin-right: 0;
  }
  .list_img > li:nth-child(n + 3) {
    margin-top: 20rem;
  }
  .box_info {
    margin: 20rem 0 0;
    padding: 20rem;
  }
  .list_icon > li {
    width: 180rem;
  }
  .list_icon > li .icon {
    width: 100rem;
    height: 100rem;
  }
  .list_icon > li .icon img {
    height: 42rem;
  }
  .list_icon > li:nth-child(2) .icon img {
    height: 45rem;
  }
  .list_icon > li:nth-child(3) .icon img {
    height: 33rem;
  }
  .list_icon > li em {
    font-size: 16rem;
  }
  .list_process > li {
    margin: 0 20rem 0 0;
    width: calc((100% / 2) - 10rem);
    width: -webkit-calc((100% / 2) - 10rem);
  }
  .list_process > li:nth-child(2n) {
    margin-right: 0;
  }
  .list_process > li:nth-child(n + 3) {
    margin-top: 30rem;
  }
  .list_process > li .txt {
    font-size: 16rem;
  }
  .list_imgbox > li {
    margin: 0 20rem 0 0;
    width: calc((100% / 2) - 10rem);
    width: -webkit-calc((100% / 2) - 10rem);
  }
  .list_imgbox > li:nth-child(2n) {
    margin-right: 0;
  }
  .list_imgbox > li:nth-child(n + 3) {
    margin-top: 20rem;
  }
  .list_imgbox.num > li:nth-child(n + 3) {
    margin-top: 30rem;
  }
  .list_imgbox.num > li .area_txt {
    height: auto;
  }
  .list_imgbox.col03 {
    gap: 30rem;
  }
  .list_imgbox.col03 > li {
    width: calc((100% / 3) - 20rem);
    width: -webkit-calc((100% / 3) - 20rem);
  }
  .list_imgbox.col03 > li:nth-child(n + 3) {
    margin-top: 0rem;
  }
  .list_imgbox.col03 > li .area_txt {
    padding: 18rem;
  }
  .list_imgbox.col03 > li .area_txt > h3 {
    font-size: 16rem;
  }
  .list_imgbox.col03 > li .area_txt i {
    font-size: 20rem;
  }
  .s4_1_1 .top_txt p br {
    display: none;
  }
  .area_section.gray .top_img,
  .area_section.last .top_img {
    border-radius: 20rem;
  }
  .area_top .top_img.col02 > div {
    margin: 0 20rem 0 0;
    width: -webkit-calc((100% / 2) - 10rem);
    width: calc((100% / 2) - 10rem);
  }
  .area_top .top_img.col02 .box_txt {
    height: 50rem;
    font-size: 16rem;
  }
  .area_top .top_txt p br {
    display: none;
  }
  .list_infobox.flex li {
    padding: 30rem;
  }
  .list_infobox li .img {
    width: 130rem;
    height: 130rem;
    margin-right: 25rem;
  }
  .list_infobox li .txt {
    width: -webkit-calc(100% - 155rem);
    width: calc(100% - 155rem);
  }
  .list_infobox li .txt h4 {
    font-size: 17rem;
  }
  .list_infobox li .txt span {
    font-size: 15rem;
  }
  .area_section.gray .top_txt {
    margin: 0 0 30rem;
  }
  .area_top.mt {
    margin-top: 30rem;
  }
  .s3_2 .area_section.bg .area_box .list_check,
  .s3_3 .area_section.bg .area_box .list_check,
  .s3_4_2 .area_section.bg .area_box .list_check,
  .s3_4_3 .area_section.bg .area_box .list_check {
    margin: 30rem 0 0;
  }
  .box_mri_tit {
    margin: 30rem 0 0;
  }
  .box_mri_tit > h4 {
    font-size: 21rem;
  }
  .box_mri {
    margin: 30rem 0 0;
  }
  .box_mri .box_img {
    width: 45%;
    margin-right: 2%;
  }
  .box_mri .box_txt {
    width: 53%;
  }
  .box_mri .box_img .box01 .txt {
    font-size: 15rem;
  }
  .box_mri .box_txt .box_tit {
    font-size: 20rem;
    padding: 15rem 5rem;
    margin: 0 0 10rem;
  }
  .box_mri .box_txt .list_infobox > li {
    padding: 46rem 12rem;
  }
  .box_mri .box_txt .list_infobox > li,
  .box_mri .box_txt .list_infobox > li > span {
    font-size: 15rem;
  }
  .box_txt02 .box_tit {
    padding: 14rem 20rem;
  }
  .box_txt02 .list_infobox li > h3 {
    font-size: 15rem;
  }
  .box_txt02 .list_infobox li > h3:before {
    top: 5rem;
  }
  .area_section.bg .area_box .list_check.col02 > li {
    margin: 0 12rem 12rem 0;
    width: -webkit-calc((100% / 2) - 6rem);
    width: calc((100% / 2) - 6rem);
  }
  .list_therapy {
    margin: 30rem 0 0;
  }
  .list_therapy > li .area_txt .box_tit > h3 {
    font-size: 26rem;
  }
  .list_therapy > li .area_txt .box_tit > span {
    font-size: 14rem;
  }
  .list_therapy > li .area_txt em {
    margin: 10rem 0 0;
    font-size: 15rem;
    line-height: 1.5em;
  }
  .list_therapy > li .area_txt em br {
    display: None;
  }
  .list_therapy > li:nth-child(1) .area_txt .box_cont {
    margin: 0 0 10rem;
  }
  .list_therapy > li:nth-child(1) .area_txt .box_cont .list_infobox > li h4 {
    font-size: 16rem;
    margin: 0 0 4rem;
  }
  .list_therapy > li:nth-child(1) .area_txt .box_cont .list_infobox > li p {
    font-size: 15rem;
  }
  .list_therapy > li:nth-child(1) .area_txt .box_tit {
    margin: 0 0 8rem;
  }
  .list_therapy > li:nth-child(1) .area_txt .box_tit > h3 {
    font-size: 23rem;
  }
  .area_top .top_img.col03 {
    margin: 0 0 30rem !important;
  }
  .area_top .top_img.col03 > div {
    margin: 0 20rem 0 0;
    width: -webkit-calc((100% / 3) - 13rem);
    width: calc((100% / 3) - 13rem);
    border-radius: 10rem;
  }
  .area_section.blue .list_check02.mt {
    margin-top: 25rem;
  }
  .box_gray {
    margin: 15rem 0 0;
    border-radius: 15rem;
    padding: 20rem;
    font-size: 15rem;
    line-height: 1.6em;
  }
  .box_gray br {
    display: none;
  }
  .mt40 {
    margin: 25rem 0 0 !important;
  }
  .top_txt > h4.bg {
    padding: 5rem 20rem;
    font-size: 18rem;
  }
  .top_txt p.mt20 {
    margin: 10rem 0 0 !important;
  }

  .area_box,
  .area_table {
    margin: 0 0 30rem;
  }
  .area_box > h3,
  .area_table > h3 {
    margin: 0 0 10rem;
    font-size: 20rem;
  }
  .list_infobox > li {
    padding: 20rem;
  }
  .list_infobox > li > h4 {
    font-size: 17rem;
  }
  .list_infobox > li > p {
    font-size: 15rem;
  }

  .area_step {
    margin: 0 0 20rem;
  }
  .area_step.diagnosis > div {
    width: calc((100% / 3) - 20rem);
    width: -webkit-calc((100% / 3) - 20rem);
  }
  .area_step.diagnosis .box_step:nth-child(3n) {
    margin-right: 0;
  }
  .area_step.diagnosis .box_step:nth-child(n + 4) {
    margin-top: 20rem;
  }
  .area_step.diagnosis .box_step:nth-child(3):before {
    display: none;
  }
  .area_step.col04 > div {
    margin: 0 30rem 0 0;
    width: calc((100% / 4) - 22.5rem);
    width: -webkit-calc((100% / 4) - 22.5rem);
  }
  .area_step.col04 > div:last-child {
    margin: 0;
  }
  .area_step.col04 > div:before {
    right: -23rem;
  }
  .box_blue {
    padding: 20rem;
  }
  .box_blue .list_txt > li > span {
    font-size: 16rem;
  }
  .table_info > li {
    font-size: 15rem;
    margin: 0 5rem;
  }
  .table_info > li:before {
    left: -7rem;
  }

  .s2_2 .box > div {
    margin: 0 20rem 0 0;
    width: calc((100% / 2) - 10rem);
    width: -webkit-calc((100% / 2) - 10rem);
  }
  .area_calendar .control {
    height: 75rem;
  }
  .area_calendar .control > div > p {
    font-size: 25rem;
  }
  .area_calendar .calendar table td {
    height: 64rem;
  }
  .list_rinfo > li {
    padding: 12rem 12rem 12rem 0;
  }
  .list_rinfo > li .title {
    width: 85rem;
    font-size: 15rem;
  }
  .list_rinfo > li .input {
    width: calc(100% - 85rem);
    width: -webkit-calc(100% - 85rem);
  }
  .list_rinfo input[type="text"],
  .list_rinfo input[type="number"],
  .list_rinfo select,
  .list_rinfo textarea {
    height: 40rem;
    padding: 5rem;
  }
  .list_rinfo textarea {
    height: 90rem;
  }
  .btn_area .btn {
    font-size: 15rem;
    width: 130rem;
    height: 45rem;
    padding: 15rem 10rem;
  }

  .list_certi > .list_txt {
    width: 100%;
  }
  .list_certi > .list_txt > li {
    padding: 15rem;
    height: 70rem;
  }
  .list_certi > .list_txt > li > span {
    padding-left: 18rem;
    font-size: 16rem;
  }
  .area_certi .btn_area {
    padding: 40rem 0 0;
  }
  .area_certi .btn_area .btn {
    width: 220rem;
    height: 55rem;
    padding: 18rem 10rem;
    font-size: 17rem;
  }

  .list_station > li {
    margin: 0 20rem 0 0;
    width: calc((100% / 2) - 10rem);
    width: -webkit-calc((100% / 2) - 10rem);
  }
  .list_station > li:nth-child(2n) {
    margin: 0;
  }
  .list_station > li:nth-child(n + 3) {
    margin-top: 20rem;
  }

  /*
	.lnb > div{margin:0; padding:0; overflow-x:scroll; overflow-y:hidden;}
	.lnb ul{display:table; margin:0 auto; margin-top:0;}
	.lnb ul li{display:table-cell; white-space:nowrap; float:none; padding:0 15rem;}
	*/

  .area_policy {
    margin-top: 20rem !important;
  }
  .area_policy h2 {
    padding: 20rem 0;
    font-weight: 600;
  }
  .area_policy h3 {
    margin-bottom: 10rem;
    font-weight: 600;
    font-size: 14rem;
  }
  .area_policy ul li {
    margin-bottom: 5rem;
  }
  .area_policy ul li ul {
    padding-left: 10rem;
  }
  .area_policy ul li ul li {
    font-size: 13rem;
  }
  .area_policy ul li,
  .area_policy p {
    line-height: 1.7;
    font-size: 13rem;
  }
  .area_policy .inr_policy {
    padding: 25rem 0;
  }

  .area_policy {
    padding-top: 30rem;
  }

  .join_area .box.find {
    max-width: 80%;
  }
  .join_area {
    margin: 100rem 0 0;
  }

  .carti-box__process > div {
    padding: 15rem 25rem;
  }
  .carti-box__process > div > div {
    margin-right: 15rem;
  }
}

@media (max-width: 768px) {
  .join_area .bbsView td[data-member-form="id"] .button {
    top: 20px;
    right: 0;
  }

  .certi_guide_1 {
    background-size: 100% auto;
    background-position: center top;
    padding-top: 40vw;
    margin-bottom: 30rem;
  }
  .certi_guide_1 .guide_bx1 {
    width: 100%;
    padding: 30rem 40rem;
  }
  .certi_guide_1 .guide_bx1 h3,
  .certi_guide_2 .guide_bx2 h3 {
    margin-bottom: 15rem;
    font-size: 24rem;
  }
  .certi_guide_1 .guide_bx1 .guide_list_1 li em {
    font-size: 24rem;
  }
  .area_certi .certi_ready {
    font-size: 18rem;
  }
}
@media (max-width: 640px) {
  .bbsView > tbody > tr > td[data-member-form="nickname"] {
    position: relative;
  }
  .bbsView > tbody > tr > td[data-member-form="nickname"] a {
    position: absolute;
    top: 20px;
    right: 0;
  }
}
@media (max-width: 540px) {
  .sub #content {
    padding: 30rem 0 0;
  }
  .sub h2 {
    font-size: 24rem;
  }
  .area_subVisual > .wrap {
    top: 50%;
  }
  .area_subVisual em {
    margin: 7rem 0 0;
    font-size: 14rem;
  }
  .area_subVisual {
    height: 380rem;
  }
  .area_subVisual.nolnb {
    height: 270rem;
  }
  .lnb {
    height: 55rem;
  }
  .lnb .wrap {
    border-radius: 10rem 10rem 0 0;
  }
  .lnb ul li {
    margin: 0 7rem;
  }
  .lnb ul li a {
    font-size: 15rem;
  }
  .lnb ul > li > a {
    padding: 15rem 10rem;
    font-size: 14rem;
  }
  .s1_1 .snb ul li,
  .s1_2 .snb ul li,
  .s1_5 .snb ul li {
    width: 100rem;
  }
  .s3_3 .snb ul li {
    width: 47%;
  }
  .s3_3 .snb ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55rem;
    box-sizing: border-box;
    line-height: 1.4em;
  }
  .area_navigation {
    bottom: 70rem;
    margin-right: 20rem;
  }
  .area_navigation ul li {
    padding: 0 7rem;
    font-size: 13rem;
  }
  .area_navigation ul li:after {
    width: 3rem;
    height: 3rem;
    right: -1.5rem;
    top: 5rem;
  }
  .area_navigation ul li img {
    height: 11rem;
  }
  .snb {
    margin: 0 0 20rem;
  }
  .snb ul li {
    margin: 0 5rem 5rem 0;
  }
  .snb ul li a {
    padding: 10rem 7rem;
    font-size: 13rem;
  }
  .s1_2 .snb .wrap {
    width: 100%;
    margin: 0;
  }
  .s1_2 .snb ul li {
    width: auto;
  }
  .s1_2 .snb ul li a {
    padding: 10rem 10rem;
  }
  .sub_tit {
    margin: 0 0 20rem;
  }
  .sub_tit h3,
  .sub_tit h4,
  .sub_tit h5 {
    font-size: 24rem;
  }
  .sub_tit em {
    width: 80%;
    margin: 10rem auto 0;
    font-size: 14rem;
  }
  .area_top .top_img {
    border-radius: 10rem;
  }
  .area_top .top_txt {
    margin: 20rem 0 0;
  }
  .area_top .top_txt p {
    font-size: 14rem;
  }
  .list_link {
    margin: 30rem 0 0;
  }
  .list_link > li,
  .list_link > li.col03 {
    width: 100%;
    margin: 0 0 10rem;
  }
  .list_link > li:nth-child(7) {
    margin: 0;
  }
  .list_link > li > a {
    padding: 20rem;
  }
  .list_link > li > a > i {
    margin: 0 0 10rem;
    font-size: 13rem;
  }
  .list_link > li > a > h3,
  .list_link > li.col03 > a > h3 {
    font-size: 16rem;
  }
  .list_link > li > a > .arr {
    margin: 40rem 0 0;
  }
  .tabs {
    margin: 0 0 20rem;
  }
  .tabs li {
    padding: 7rem 10rem;
    width: auto;
  }
  .tabs li span {
    display: inline-block;
    line-height: 1.3em;
    font-size: 14rem;
  }
  .tab {
    margin: 0 0 20rem;
  }
  .tab li {
    width: 90rem;
  }
  .tab li > a {
    padding: 5rem 10rem;
  }
  .tab li span {
    display: inline-block;
    line-height: 1.3em;
    font-size: 13rem;
  }

  .area_about .top_box {
    flex-direction: column-reverse;
    height: auto;
    border-radius: 10rem 10rem 0 0;
  }
  .area_about .top_box .box_img {
    position: relative;
    top: 0;
    bottom: unset;
    right: unset;
    padding: 15rem 30rem 0;
    width: auto;
  }
  .area_about .top_box .box_txt {
    padding: 20rem;
    background: #2c6db4;
  }
  .area_about .top_box .box_txt > h3 {
    margin: 0;
    font-size: 22rem;
    color: #fff;
    line-height: 1.3em;
  }
  .area_about .top_box .box_txt > h3:before {
    display: none;
    top: -30rem;
    width: 30rem;
    height: 25rem;
  }
  .area_about .top_box .box_txt > em {
    font-size: 14rem;
    line-height: 1.4em;
    margin: 6rem 0 0;
    color: #fff;
    line-height: 1.3em;
    opacity: 0.6;
  }
  .about_txt {
    margin: 20rem 0 0;
  }
  .about_txt p {
    font-size: 14rem;
    margin: 0 0 15rem;
    line-height: 1.5em;
  }
  .about_txt .box_cont {
    padding: 0 0 20rem;
  }
  .about_txt .box_name span {
    font-size: 14rem;
    margin-right: 7rem;
  }

  .tabs.v2 {
    margin: 0 0 20rem;
  }
  .tabs.v2 li {
    width: auto;
    padding: 10rem;
  }
  .tabs.v2 li:before {
    height: 10rem;
  }
  .area_facility .tab_container {
    margin: 0 20rem;
  }
  .area_facility .tab_content {
    min-height: auto;
  }
  .area_facility .tab_content h3 {
    font-size: 18rem;
    margin: 0 auto 10rem;
  }
  .area_facility .swiper-slide .txt {
    font-size: 13rem;
    padding: 6rem 5rem;
  }
  .area_facility .swiper-button-next,
  .area_facility .swiper-button-prev {
    width: 35rem;
    height: 35rem;
    background-size: 10rem 4rem;
  }
  .area_facility .swiper-pagination {
    font-size: 13rem;
  }

  .area_doctor .area_box {
    margin: 0 0 30rem;
  }
  .area_doctor .area_box .area_top {
    display: block;
  }
  .area_doctor .area_box.first .area_top .area_img {
    width: 100%;
  }
  .area_doctor .area_top .area_img {
    width: 100%;
    margin: 0;
    border-radius: 12rem;
  }
  .area_doctor .area_top .area_txt {
    width: 100%;
    margin: 20rem 0 0;
  }
  .area_doctor .area_top .area_txt .box > em {
    font-size: 14rem;
  }
  .area_doctor .area_top .area_txt .box > em br {
    display: none;
  }
  .area_doctor .area_top .area_txt .area_name {
    padding: 0 0 12rem;
    margin: 0 0 20rem;
    text-align: center;
  }
  .area_doctor .area_top .area_txt .area_name h3 {
    display: block;
    font-size: 20rem;
  }
  .area_doctor .area_top .area_txt .area_name em {
    margin: 5rem 0 0;
    font-size: 14rem;
  }
  .area_doctor .area_top .area_txt .box {
    margin: 0 0 15rem;
  }
  .area_doctor .area_top .area_txt .box > h4 {
    padding-left: 10rem;
    font-size: 18rem;
  }
  .list_profile {
    margin: 10rem 0;
  }
  .list_profile > li {
    margin: 0 0 2rem;
  }
  .list_profile > li > span {
    font-size: 14rem;
  }
  .area_doctor .area_top .area_txt .box > h4:before {
    width: 3rem;
    height: 6rem;
  }
  .area_doctor .area_top .area_txt .box > h4:after {
    top: 9rem;
    width: 3rem;
    height: 6rem;
  }
  .area_doctor .area_box .area_table {
    margin: 15rem 0 0;
  }

  .area_ideology {
    display: block;
    margin: 0 0 30rem;
  }
  .area_ideology.second .area_img {
    margin-left: 0;
  }
  .area_ideology .area_img {
    width: 100%;
    margin: 0 0 20rem;
  }
  .area_ideology .area_txt {
    width: 100%;
    text-align: center;
  }
  .area_ideology .area_txt > h3 {
    font-size: 22rem;
  }
  .area_ideology .area_txt p {
    margin: 10rem 0 0;
    font-size: 14rem;
    line-height: 1.5em;
  }

  .s1_5 .tabs {
    margin: 0;
    flex-wrap: wrap;
  }
  .s1_5 .tabs li {
    width: 33%;
    padding: 7rem 5rem;
  }
  .s1_5 .tabs li:nth-child(3) {
    border-right: 1px solid #eee;
    border-radius: 0 5rem 5rem 0;
  }
  .s1_5 .tabs li:nth-child(n + 4) {
    border-top: none;
  }
  .s1_5 .tabs li:nth-child(4) {
    border-radius: 5rem 0 0 5rem;
  }
  .list_equipment > li {
    display: block;
  }
  .list_equipment > li .area_txt {
    width: 100%;
    margin: 0 0 15rem;
  }
  .list_equipment > li .area_txt h3 {
    font-size: 20rem;
    margin: 0 0 6rem;
  }
  .list_equipment > li .area_txt p {
    font-size: 14rem;
  }
  .list_equipment > li .area_img {
    margin-left: 0;
    width: 100%;
  }
  .list_equipment > li .area_txt .list_txt dl {
    margin: 0 0 7rem;
  }
  .list_equipment > li .area_txt .list_txt dl dt {
    font-size: 15rem;
  }
  .list_equipment > li .area_txt .list_txt dl dd {
    font-size: 14rem;
  }

  .sub #container:not(.nmb) {
    margin-bottom: 40rem;
  }
  .top_txt > h3 {
    font-size: 20rem;
  }
  .area_top .top_txt p {
    margin: 10rem 0 0;
  }
  .top_txt p {
    line-height: 1.6em;
  }
  .area_section {
    padding: 30rem 0;
  }
  .area_section.first .top_txt {
    margin: 20rem 0 0;
  }
  .five .top_txt p {
    margin: 15rem 0 0;
  }
  .area_section.first {
    padding-bottom: 30rem;
  }
  .area_section.first .top_txt .list_check02 {
    margin: 12rem 0 0;
  }
  .area_section.bg .area_box .area_txt > h3 {
    font-size: 20rem;
  }
  .area_section.bg .area_box .list_check {
    margin: 10rem 0 0;
  }
  .list_check > li {
    border-radius: 5rem;
    margin: 0 0 5rem;
    padding: 10rem;
  }
  .list_check > li > em {
    font-size: 18rem;
    margin-right: 2rem;
  }
  .list_check > li > span {
    font-size: 14rem;
  }
  .list_check > li > i {
    top: 4rem;
    width: 14rem;
    height: 14rem;
  }
  .list_advantage {
    margin: 20rem 0 0;
  }
  .list_advantage > li {
    width: 100%;
    height: auto;
    margin: 0 0 10rem;
    padding: 25rem 40rem;
  }
  .s3_4_3 .list_advantage.col02 > li {
    height: auto !important;
  }
  /* .list_advantage > li:nth-child(n + 3) {
    margin-top: 0;
  } */
  .list_advantage > li > i {
    width: 30rem;
    height: 30rem;
    line-height: 30rem;
    top: 5rem;
    left: 5rem;
    font-size: 12rem;
  }
  .list_advantage > li > em {
    font-size: 11rem;
    margin: 0 0 6rem;
  }
  .list_advantage > li > p {
    font-size: 14rem;
    line-height: 1.4em;
  }
  .list_advantage.col03 > li {
    width: 100%;
  }
  .list_advantage.col02 > li {
    width: 100%;
  }
  .area_section.gray .top_txt {
    margin: 0 0 20rem;
  }
  .list_check02 > li {
    padding: 10rem;
    margin: 0 0 5rem;
  }
  .list_check02 > li > span {
    font-size: 15rem;
  }
  .list_check02 > li > i {
    width: 9rem;
    height: 8rem;
  }
  .list_img {
    margin: 20rem 0 0;
  }
  .list_img > li {
    margin: 0 10rem 0 0;
    width: calc((100% / 2) - 5rem);
    width: -webkit-calc((100% / 2) - 5rem);
  }
  .list_img > li:nth-child(n + 3) {
    margin-top: 10rem;
  }
  .list_img > li > i {
    width: 25rem;
    height: 25rem;
    font-size: 11rem;
  }
  .box_info {
    margin: 10rem 0 0;
    padding: 12rem;
  }
  .box_info ul > li {
    margin: 0 0 6rem;
  }
  .box_info ul > li i {
    position: relative;
    top: 3rem;
    width: 20rem;
    height: 20rem;
    line-height: 20rem;
    font-size: 9rem;
  }
  .box_info ul > li > span {
    margin-left: 5rem;
    font-size: 15rem;
  }
  .top_txt p {
    font-size: 14rem;
  }
  .s3_1_3 .top_txt p {
    margin: 10rem 0 0;
  }
  .list_icon {
    margin: 30rem 0 0;
  }
  .list_icon > li {
    padding: 20rem 0;
  }
  .list_icon > li:first-child {
    padding-top: 0;
  }
  .list_icon > li:last-child {
    padding-bottom: 0;
  }
  .list_icon > li:before {
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1rem dashed #ddd;
  }
  .list_icon > li em {
    font-size: 14rem;
    margin: 10rem 0 0;
  }
  .s3_1_3 .area_section.gray .top_txt {
    margin: 0 0 30rem;
  }
  .list_process {
    margin: 30rem 0 0;
  }
  .list_process > li {
    width: 100%;
    height: auto;
    margin: 0 0 20rem;
    padding: 25rem 40rem;
  }
  .list_process > li:nth-child(n + 3) {
    margin-top: 0;
  }
  .list_process > li:last-child {
    margin: 0;
  }
  .list_process > li > em {
    font-size: 14rem;
    width: auto;
  }
  .list_process > li .txt {
    margin: 10rem 0 0;
    font-size: 15rem;
  }
  .list_process > li .icon {
    margin: 10rem 0 0;
  }
  .list_process > li .icon img {
    height: 54srem;
  }
  .list_process > li:nth-child(2) .icon img {
    height: 70rem;
  }
  .list_process > li:nth-child(3) .icon img {
    height: 50rem;
  }
  .list_process > li:nth-child(4) .icon img {
    height: 40rem;
  }
  .list_process > li.col02,
  .list_process > li.col03 {
    margin: 0 0 20rem;
    width: 100%;
  }
  .s3_1_4 .list_process > li:nth-child(3) {
    margin: 0 0 20rem;
  }
  .list_process > li.col02:last-child {
    margin-bottom: 0;
  }
  .list_process > li .icon img.v2 {
    height: 50rem;
  }
  .list_process > li:nth-child(2) .icon img {
    height: 57rem;
  }
  .s3_1_4 .list_process > li:nth-child(4) .icon img {
    height: 60rem;
  }
  .s3_1_4 .list_process > li:nth-child(5) .icon img {
    height: 60rem;
  }
  .list_imgbox > li {
    margin: 0 0 10rem;
    width: 100%;
  }
  .list_imgbox > li:nth-child(n + 3) {
    margin-top: 0;
  }
  .list_imgbox > li:last-child {
    margin: 0;
  }
  .list_imgbox > li .area_txt {
    height: auto;
    padding: 15rem;
  }
  .list_imgbox > li .area_txt > h3 {
    margin: 0 0 7rem;
    font-size: 17rem;
  }
  .list_imgbox > li .area_txt > span {
    font-size: 15rem;
  }
  .list_imgbox.num > li i {
    width: 30rem;
    height: 30rem;
    line-height: 30rem;
    top: 5rem;
    left: 5rem;
    font-size: 12rem;
  }

  .mt60,
  .mt50 {
    margin-top: 20rem;
  }
  .list_imgbox.col03 {
    gap: 12rem;
    justify-content: flex-start;
  }
  .list_imgbox.col03 > li {
    width: calc((100% / 2) - 6rem);
    width: -webkit-calc((100% / 2) - 6rem);
  }
  .list_imgbox.col03 > li .area_txt {
    padding: 10rem;
  }
  .list_imgbox.col03 > li .area_txt > h3 {
    font-size: 14rem;
    line-height: 1.3em;
  }
  .list_imgbox.col03 > li .area_txt i {
    top: 1rem;
    font-size: 16rem;
  }

  .list_advantage > li > h4 {
    font-size: 17rem;
    margin: 0 0 7rem;
  }
  .s3_2 .area_section.bg .area_box .list_check {
    margin: 10rem 0 0;
  }
  .area_section.gray .top_img,
  .area_section.last .top_img {
    margin: 0 0 10rem;
    border-radius: 10rem;
  }
  .box_mri {
    display: block;
  }
  .box_mri .box_img {
    width: 100%;
  }
  .box_mri .box_txt {
    margin: 10rem 0 0;
    width: 100%;
  }
  .box_mri_tit {
    margin: 20rem 0 0;
  }
  .box_mri_tit > h4 {
    padding: 7rem 20rem;
    font-size: 17rem;
    line-height: 1.3em;
  }
  .box_mri_tit > em {
    margin: 10rem 0 0;
    font-size: 14rem;
  }
  .box_mri {
    margin: 20rem 0 0;
  }
  .box_mri .box_img .box01 .txt {
    font-size: 14rem;
  }
  .box_mri .box_txt .box_tit {
    padding: 10rem 5rem;
    font-size: 16rem;
    border-radius: 5rem;
    margin: 0 0 7rem;
  }
  .box_mri .box_txt .list_infobox {
    border-radius: 5rem;
  }
  .box_mri .box_txt .list_infobox > li {
    padding: 15rem 10rem;
  }
  .box_mri .box_txt .list_infobox > li,
  .box_mri .box_txt .list_infobox > li > span {
    font-size: 14rem;
  }
  .box_txt02 .list_infobox li > h3 {
    font-size: 14rem;
  }
  .box_txt02 .list_infobox li > h3:before {
    top: 3rem;
  }
  .area_section.bg .area_box .list_check.col02 {
    display: block;
  }
  .area_section.bg .area_box .list_check.col02 > li {
    width: 100%;
  }
  .area_section.bg .area_box .list_check.col02 > li:nth-child(n + 5) {
    margin-bottom: 12rem;
  }
  .area_section.bg .area_box .list_check.col02 > li:last-child {
    margin-bottom: 0;
  }
  .area_section.bg .area_box .area_txt > em {
    margin: 3rem 0 0;
    font-size: 14rem;
    line-height: 1.3em;
  }
  .list_therapy {
    margin: 20rem 0 0;
  }
  .list_therapy > li {
    display: block;
    border-radius: 10rem;
    margin: 0 0 10rem;
  }
  .list_therapy > li .area_img {
    width: 100%;
  }
  .list_therapy > li .area_txt {
    width: 100%;
  }
  .list_therapy > li .area_txt {
    padding: 20rem;
  }
  .list_therapy > li .area_txt .box_tit > i {
    width: 25rem;
    height: 25rem;
    line-height: 25rem;
    font-size: 13rem;
  }
  .list_therapy > li:nth-child(1) .area_txt .box_tit > i {
    margin: 0 7rem 0 0;
  }
  .list_therapy > li:nth-child(1) .area_txt .box_tit > h3 {
    font-size: 19rem;
  }
  .list_therapy > li .area_txt em {
    font-size: 14rem;
    margin: 6rem 0 0;
  }
  .list_therapy > li:nth-child(1) .area_txt .box_cont .list_infobox {
    border-radius: 5rem;
  }
  .list_therapy > li:nth-child(1) .area_txt .box_cont .list_infobox > li {
    padding: 12rem;
  }
  .list_therapy > li:nth-child(1) .area_txt .box_cont .list_infobox > li h4 {
    font-size: 15rem;
  }
  .list_therapy > li:nth-child(1) .area_txt .box_cont .list_infobox > li p {
    font-size: 14rem;
  }
  .list_therapy > li .area_txt .box_tit > h3 {
    font-size: 19rem;
  }
  .list_therapy > li .area_txt .box_tit > span {
    font-size: 13rem;
    margin: 5rem 0 0;
  }
  .list_therapy > li .area_txt em {
    line-height: 1.4em;
  }
  .area_top .top_img.col03 {
    margin: 0rem !important;
  }
  .area_top .top_img.col03 > div {
    margin: 0 6rem 0 0;
    width: -webkit-calc((100% / 3) - 4rem);
    width: calc((100% / 3) - 4rem);
    border-radius: 5rem;
  }
  .s5_1 .area_section:last-child .area_top .top_txt {
    margin: 10rem 0 0;
  }
  .area_section.blue .list_check02.mt {
    margin-top: 15rem;
  }
  .area_box h4.title {
    padding-left: 10rem;
    font-size: 17rem;
  }
  .area_box h4.title:before {
    top: 4rem;
    width: 3rem;
    height: 6rem;
  }
  .area_box h4.title:after {
    top: 10rem;
    width: 3rem;
    height: 6rem;
  }
  .s6_3 .tabs li {
    width: 120rem;
  }
  .s6_3 .list_img {
    display: block;
    margin: 10rem 0 0;
  }
  .s6_3 .list_img > li {
    width: 100%;
    margin: 0 0 10rem;
    border-radius: 5rem;
  }
  .s6_3 .box_blue {
    margin: 10rem 0 0;
  }
  .box_gray {
    margin: 10rem 0 0;
    padding: 15rem;
    font-size: 14rem;
    line-height: 1.5em;
    border-radius: 10rem;
  }
  .mt40 {
    margin-top: 20rem !important;
  }
  .list_advantage.last {
    margin: 0;
  }
  .top_txt > h4.bg {
    margin: 10rem 0 0;
    padding: 5rem 10rem;
    font-size: 16rem;
    line-height: 1.4em;
  }

  .s7_1 {
    margin-bottom: 30rem;
  }
  .area_box,
  .area_table {
    margin: 0 0 20rem;
  }
  .area_box > h3,
  .area_table > h3 {
    font-size: 18rem;
  }
  .list_infobox > li {
    padding: 15rem;
  }
  .list_infobox > li > h4 {
    margin: 0 0 5rem;
    font-size: 16rem;
  }
  .list_infobox > li > p {
    font-size: 14rem;
  }

  .area_step > div {
    height: 111rem;
  }
  .area_step.diagnosis > div {
    margin: 0 20rem 0 0;
    width: calc((100% / 2) - 10rem);
    width: -webkit-calc((100% / 2) - 10rem);
  }
  .area_step.diagnosis .box_step:nth-child(n + 3) {
    margin-top: 15rem !important;
  }
  .area_step.diagnosis > div:nth-child(3n) {
    margin-right: 20rem !important;
  }
  .area_step.diagnosis > div:nth-child(2n) {
    margin: 0 !important;
  }
  .area_step > div:before {
    right: -16rem;
  }
  .area_step.diagnosis > div:nth-child(2n):before {
    display: none;
  }
  .area_step.diagnosis .box_step:nth-child(3):before {
    display: block;
  }
  .area_step > div.v1 .sbox {
    margin: 0 0 10rem;
    padding: 10rem;
    height: 50rem;
  }
  .area_step.col04 > div {
    margin: 0 20rem 0 0;
    width: calc((100% / 2) - 10rem);
    width: -webkit-calc((100% / 2) - 10rem);
  }
  .area_step.col04 > div:nth-child(2n) {
    margin: 0 !important;
  }
  .area_step.col04 > div:nth-child(n + 3) {
    margin-top: 15rem !important;
  }
  .area_step.col04 > div:nth-child(2):before {
    display: none;
  }
  .area_step.col04 > div:before {
    right: -16rem;
  }
  .area_step > div i {
    top: 10rem;
    left: 10rem;
    font-size: 13rem;
  }
  .area_step > div h4 {
    font-size: 17rem;
  }
  .list_infobox > li {
    padding: 12rem;
  }
  .list_infobox .flex_box .icon {
    width: 55rem;
    height: 55rem;
  }
  .list_infobox .flex_box .txt {
    width: calc(100% - 72rem);
    width: -webkit-calc(100% - 72rem);
  }
  .list_infobox .flex_box .txt h4 {
    font-size: 16rem;
  }
  .list_infobox .flex_box .txt p {
    font-size: 14rem;
  }
  .box_blue {
    padding: 12rem;
  }
  .box_blue .list_txt > li {
    margin: 0 0 7rem;
  }
  .box_blue .list_txt > li > span {
    font-size: 14rem;
  }
  .box_blue .list_txt > li > i {
    margin-right: 5rem;
    width: 9rem;
    height: 8rem;
  }
  .box_blue .list_txt > li > span {
    width: calc(100% - 14rem);
    width: -webkit-calc(100% - 14rem);
  }
  #content table.table.timetable tbody td {
    font-size: 13rem;
  }
  #content table.table tbody td span {
    font-size: 12rem;
    padding: 3rem 6rem;
  }
  .table_info {
    display: block;
  }
  .table_info > li {
    display: block;
    margin: 0;
    font-size: 13rem;
    line-height: 1.2em !important;
    margin: 0 0 4rem;
  }
  .table_info > li:last-child {
    margin: 0;
  }
  .table_info > li:before {
    top: 6rem;
    display: none;
  }
  .s2_1 .area_table,
  .s2_2 .area_table {
    margin: 0 0 15rem;
  }
  .area_top .top_img.col02 {
    display: block;
  }
  .area_top .top_img.col02 > div {
    margin: 0 0 10rem;
    width: 100%;
    border-radius: 10rem;
  }
  .area_top .top_img.col02 .box_txt {
    font-size: 15rem;
    height: 40rem;
  }
  .area_top .top_img.auto > div {
    margin: 0 10rem 0 0;
    border-radius: 10rem;
  }
  .s3_2 .area_section.bg .area_box .list_check,
  .s3_3 .area_section.bg .area_box .list_check,
  .s3_4_2 .area_section.bg .area_box .list_check,
  .s3_4_3 .area_section.bg .area_box .list_check {
    margin: 10rem 0 0;
  }
  .list_infobox.flex li {
    flex-direction: column;
    padding: 20rem;
  }
  .list_infobox li .img {
    margin-right: 0;
    width: 100rem;
    height: 100rem;
  }
  .list_infobox li .txt {
    margin: 15rem 0 0;
    width: 100%;
    text-align: center;
  }
  .list_infobox li .txt h4 {
    font-size: 16rem;
  }
  .list_infobox li .txt span {
    font-size: 14rem;
  }
  .area_top.mt {
    margin-top: 20rem;
  }
  .box_txt02 .box_tit {
    display: Block;
    padding: 10rem 12rem;
  }
  .box_txt02 .box_tit h3 {
    font-size: 16rem;
    margin: 0 0 2rem;
  }
  .box_txt02 .box_tit em {
    display: inline-block;
    font-size: 14rem;
    line-height: 1.2em;
  }
  .box_txt02 .box_tit h3:before {
    display: none;
  }

  .s2_2 .box_info {
    margin: 40rem 0 20rem;
    padding: 20rem 0;
  }
  .box_info .icon {
    top: -30rem;
    width: 55rem;
    height: 55rem;
  }
  .box_info .icon img {
    height: 30rem;
  }
  .s2_2 .box_info h4 {
    margin: 20rem 0 0;
    font-size: 20rem;
  }
  .s2_2 .box_info p {
    font-size: 14rem;
    margin: 5rem 0 0;
  }
  .s2_2 .box_info .call {
    margin: 10rem 0 0;
    padding: 6rem 14rem;
    font-size: 16rem;
  }
  .s2_2 .box {
    display: block;
  }
  .s2_2 .box > div {
    width: 100%;
    margin: 0 0 10rem;
  }
  .area_calendar .control {
    height: 60rem;
  }
  .area_calendar .control > div > p {
    font-size: 22rem;
  }
  .area_calendar .control > div a[class^="btn_"] {
    width: 35rem;
    height: 35rem;
  }
  .area_calendar .calendar table td {
    height: 44rem;
  }
  .area_calendar .calendar table td em {
    font-size: 15rem;
  }
  .list_rinfo > li .title {
    font-size: 14rem;
    width: 74rem;
  }
  .list_rinfo > li .input {
    width: calc(100% - 74rem);
    width: -webkit-calc(100% - 74rem);
  }
  .list_rinfo input[type="text"],
  .list_rinfo input[type="number"],
  .list_rinfo select,
  .list_rinfo textarea {
    height: 30rem;
    font-size: 14rem;
  }
  .list_rinfo textarea {
    height: 70rem;
  }
  .input_call > div {
    width: calc((100% / 3) - 8rem);
    width: -webkit-calc((100% / 3) - 8rem);
  }
  .input_call i {
    top: 3rem;
    margin: 0 3rem;
  }
  .box_reserve_info .btn_area {
    padding: 10rem 0 0;
  }
  .btn_area .btn {
    width: 100rem;
    margin: 0 3rem;
    height: 40rem;
    font-size: 14rem;
    padding: 13rem 5rem;
  }
  .box_blue.reserve {
    padding: 10rem;
    background: #fff;
  }
  .area_reserve_lgoin {
    max-width: 100%;
    padding: 20rem;
    box-shadow: none;
  }
  .area_reserve_lgoin .title {
    margin-bottom: 5rem;
    font-size: 18rem;
  }
  .area_reserve_lgoin ul {
    padding: 30rem 0 0;
  }
  .area_reserve_lgoin ul li label {
    top: -12rem;
    font-size: 12rem;
  }
  .area_reserve_lgoin ul li {
    margin: 0 0 30rem;
  }
  .area_reserve_lgoin ul li:last-child {
    margin: 0;
  }
  .area_reserve_lgoin ul li[data-room-result="user"] input[type="text"] {
    height: 35rem;
  }
  .area_reserve_lgoin ul li input,
  .area_reserve_lgoin ul li[data-room-result="tel"] input[type="text"] {
    height: 35rem;
  }
  .area_reserve_lgoin .input_call i {
    top: 6rem;
  }
  .area_reserve_lgoin .btn_submit {
    margin-top: 20rem;
    height: 40rem;
    font-size: 14rem;
  }
  .list_reserve > li {
    display: block;
    padding: 10rem;
  }
  .list_reserve > li > div {
    width: 100%;
    text-align: left;
  }
  .list_reserve > li > div.date {
    margin: 0 0 7rem;
    font-size: 12rem;
    font-weight: 500;
    color: #777;
  }
  .list_reserve > li > div.time {
    width: 100%;
    font-size: 15rem;
  }
  .list_reserve > li > div.part {
    padding-left: 0;
    font-size: 15rem;
    margin: 3rem 0 0;
  }
  .list_reserve > li > div.edit {
    position: relative;
    transform: none;
    top: 0;
    right: unset;
    margin: 10rem 0 0;
  }
  .list_reserve > li > div.edit > a {
    display: block;
    padding: 10rem;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .box_blue.reserve {
    margin: 0 0 20rem;
  }

  span.certi_txt {
    font-size: 14rem;
  }
  .list_certi {
    display: block;
    margin: 10rem 0 0;
  }
  .list_certi > .list_txt {
    border-right: 1px solid #eee;
    border-bottom: none;
  }
  .list_certi > .list_txt:last-child {
    border-bottom: 1px solid #eee;
  }
  .list_certi > .list_txt > li {
    padding: 15rem 12rem;
    height: auto;
  }
  .list_certi > .list_txt > li > span {
    font-size: 15rem;
  }
  .area_certi .btn_area {
    padding: 25rem 0 0;
  }
  .area_certi .btn_area .btn {
    height: 50rem;
    width: 100%;
    font-size: 16rem;
  }

  .list_station {
    margin: 10rem 0 0;
  }
  .list_station > li {
    margin: 0 10rem 0 0;
    width: calc((100% / 2) - 5rem);
    width: -webkit-calc((100% / 2) - 5rem);
  }
  .list_station > li:nth-child(2n) {
    margin: 0;
  }
  .list_station > li:nth-child(n + 3) {
    margin-top: 10rem;
  }
  .list_station > li .area_txt {
    padding: 10rem;
  }
  .list_station > li .area_txt h4 {
    font-size: 16rem;
  }
  .list_station > li .area_txt p {
    margin: 5rem 0 0;
    font-size: 14rem;
    line-height: 1.3em;
  }

  .area_box iframe {
    height: 270rem !important;
  }
  .list_subway > li {
    display: block;
  }
  .list_subway > li em {
    display: block;
    padding: 4rem;
    font-size: 13rem;
    width: 55rem;
  }
  .list_subway > li span {
    display: block;
    width: 100%;
    margin: 10rem 0 0;
    font-size: 14rem;
  }
  .list_num {
    margin: 10rem 0 0;
  }
  .list_num > li {
    display: block;
  }
  .step {
    width: 100%;
  }
  .list_num > li > i {
    width: 20rem;
    height: 20rem;
    line-height: 20rem;
    font-size: 10rem;
    margin: 0 0 5rem;
  }
  .step span {
    font-size: 14rem;
    margin: 0 0 2rem;
  }
  .step span:last-child {
    margin: 0;
  }
  .list_transport > li em {
    margin: 0 0 5rem;
    padding: 4rem;
    font-size: 13rem;
    width: 55rem;
  }
  .list_transport > li span {
    display: inline-block;
    font-size: 14rem;
    line-height: 1.4em;
  }

  .area_sitemap {
    margin: 0;
  }
  .area_sitemap .gnb > li {
    margin-bottom: 20rem;
  }
  .area_sitemap .gnb > li > a {
    padding: 20rem 0;
  }
  .area_sitemap .gnb > li > a span {
    font-size: 18rem;
  }
  .area_policy .area_sitemap .depth2 {
    margin: 10rem 5rem 0;
    padding-left: 0;
  }
  .area_policy .area_sitemap .depth2 > li {
    margin: 0 0 1rem;
  }
  .area_policy .area_sitemap .depth2 > li > a {
    font-size: 15rem;
  }
  .area_policy .area_sitemap .depth3 {
    padding: 8rem;
    border-radius: 6rem;
    margin-top: 3rem;
    margin-bottom: 6rem;
  }
  .area_policy .area_sitemap .depth3 > li {
    line-height: 1.4em;
  }
  .area_policy .area_sitemap .depth3 > li > a {
    font-size: 13rem;
  }

  .join_area {
    margin: 70rem 0 0;
  }
  .join_area > p {
    margin-top: 10px;
  }

  .area_policy .box_blue.wt {
    margin: 10rem 0 0;
  }
  .area_policy .area_box {
    margin: 0 0 20rem;
  }

  .certi_guide_1 .guide_bx1 {
    padding: 20rem;
  }
  .certi_guide_1 .guide_bx1 h3,
  .certi_guide_2 .guide_bx2 h3 {
    font-size: 22rem;
    margin-bottom: 10rem;
  }
  .certi_guide_1 .guide_bx1 .guide_list_1 li em {
    font-size: 18rem;
    line-height: 60px;
  }
  .certi_guide_2 {
    padding: 2%;
  }
  .certi_guide_2 .guide_bx2 {
    background: rgba(255, 255, 255, 0.7);
    padding: 3%;
  }
  .certi_guide_2 .guide_bx2 p {
    font-size: 14rem;
  }
  .certi_guide_2 .guide_bx2 .certi_file {
    margin-top: 10rem;
  }
  .certi_guide_2 .guide_bx2 .certi_file .btn_down {
    margin: 3rem 0;
    line-height: 3em;
  }

  .carti-box {
    margin: 20rem 0 0;
  }
  .carti-box__pellet > h3 {
    font-size: 18rem;
    margin: 0 0 10rem;
  }
  .carti-box__process {
    margin: 20rem 0 0;
  }
  .carti-box__process > div {
    flex-direction: column;
    width: 100%;
    border-radius: 10rem;
  }
  .carti-box__process > div > div {
    margin: 0 0 10rem;
  }
  .carti-box__process > div > div:first-child img {
    height: 40rem;
  }
  .list_imgbox.img-line > li .area_txt {
    padding: 15rem 10rem;
  }

  .box_txt02 .box_cont {
    padding: 20rem;
    gap: 20rem;
    flex-direction: column;
  }
  .box_txt02 .box_cont .box_cont__img {
    width: 100%;
  }
  .box-research > h3 {
    font-size: 15rem;
    padding: 2rem 10rem;
    margin: 0 0 10rem;
  }
  .box-research span {
    font-size: 13rem;
    line-height: 1.4em;
    margin: 10rem 0 0;
  }
  .area_top .top_img.line {
    padding: 12rem 0;
  }
  .area_top .top_img .m {
    display: block;
  }
  .area_top .top_img .w {
    display: none;
  }
  .area_top .top_img.line img {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .join_area .bbsView td[data-member-form="id"] .button,
  .bbsView > tbody > tr > td[data-member-form="nickname"] a {
    top: 10px;
  }
}
@media (max-width: 400px) {
  .join_area .box.find {
    max-width: 90%;
  }
}

/* Sub 03 - 0101(new) */
.area_section.second-step { background: #fafafa; }
.area_section.second-step .list-step { padding-top: 60rem; display: flex; gap: 30rem; position: relative; }
.area_section.second-step .list-step li { display: flex; flex-direction: column; width: 100%; gap: 20rem; text-align: center; }
.area_section.second-step .list-step .sparat { width: 1rem; background: #ddd; display: block; }
.area_section.second-step .list-step li i { position: relative; padding: 15rem 20rem; text-align: center; background: #056ebe; color: #fff; border-radius: 50rem; font-size: 16rem; font-weight: 800; height: 30rem; display: flex; align-items: center; justify-content: center; }
.area_section.second-step .list-step li:nth-child(1) i { background: #8cbd2a; }
.area_section.second-step .list-step li:nth-child(3) i { background: #f3ad1f; }
.area_section.second-step .list-step li:nth-child(5) i { background: #4d90fe; }
.area_section.benefits { }
.area_section.benefits .box-benefit { padding-top: 60rem; display: flex; gap: 20rem; }
.area_section.benefits .box-benefit .bx {position: relative;width: 100%;padding: 40rem;border: 2rem solid #f3ad1f;background: #fff8e9;border-radius: 40rem;}
.area_section.benefits .box-benefit .bx.check {background: #f0faed;border: 2rem solid #47d980;}
.area_section.benefits .box-benefit .bx::after { content: ''; position: absolute; background: url(/images/content/down-arrow.png) no-repeat; background-size: contain; display: block; width: 70rem; height: 70rem; top: 10rem; right: 10rem; }
.area_section.benefits .box-benefit .bx.check::after { background-image: url(/images/content/ico-checklist.png);}
.area_section.benefits .box-benefit .bx .hd-tit { font-size: 22rem; text-align: center; display: block; }
.area_section.benefits .box-benefit .bx ul { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 30rem; gap: 10rem; }
.area_section.benefits .box-benefit .bx ul li {padding: 10rem;background: #f1ae2b;border-radius: 50rem;text-align: center;font-size: 22rem;font-weight: 500;color: #222;}
.area_section.benefits .box-benefit .bx.check ul li {background: #b7d67a;}

@media (max-width: 767px) {
  .area_section.second-step .list-step { flex-direction: column; gap: 20rem; display: grid; grid-template-columns: repeat(2, 1fr); }
  .area_section.second-step .list-step .sparat { display: none; }
  .area_section.second-step .list-step li i { padding: 10rem; }
  .area_section.benefits .box-benefit { flex-direction: column; }
  .area_section.benefits .box-benefit .bx { width: auto; padding: 30rem; }
  .area_section.benefits .box-benefit .bx .hd-tit { text-align: start; }
 }

