:root {
  --dot-size: 14px;
}

.paging {
  margin: 0;
}
.paging a {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: var(--font-poppins);
  transition: all 0.4s ease-out;
}
.paging .arr a,
.paging ul li {
  margin: 0 !important;
}
.paging ul {
  margin: 0 20px;
}
.paging ul li:hover a, .paging ul li.on a {
  background: #0075EB;
  color: var(--color-white);
  margin: 0 10px;
}

.sub-visual {
  width: 100%;
  height: 640px;
  margin-top: calc(var(--header-height) + 100px);
  position: relative;
}
.sub-visual.sv01 .bg {
  background-image: url("/img/sub/sub-visual01.png");
}
.sub-visual.sv02 .bg {
  background-image: url("/img/sub/sub-visual02.png");
}
.sub-visual.sv03 .bg {
  background-image: url("/img/sub/sub-visual03.png");
}
.sub-visual.sv04 .bg {
  background-image: url("/img/sub/sub-visual04.png");
}
.sub-visual.sv05 .bg {
  background-image: url("/img/sub/sub-visual05.png");
}
.sub-visual.sv06 .bg {
  background-image: url("/img/sub/sub-visual06.png");
}
.sub-visual .inner,
.sub-visual .text {
  width: 100%;
  height: 100%;
}
.sub-visual .inner {
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.sub-visual .bg {
  border-radius: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.1) translate(-50%, -50%);
  transition: all 1.2s linear;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sub-visual .text h2,
.sub-visual .path-box {
  opacity: 0;
  transform: translateY(-80px);
  transition: all 0.8s ease-out;
}
.sub-visual .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 40px;
}
.sub-visual .text h2 {
  color: #222;
  font-size: var(--font80);
  font-weight: 700;
  text-align: center;
}
.sub-visual .path-box {
  column-gap: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-visual .path-box span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: rgba(34, 34, 34, 0.3);
  border-radius: 50%;
}
.sub-visual .depth1 li a {
  color: var(--color-secondary);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
}
.sub-visual.on .bg {
  transform: translate(-50%, -50%);
}
.sub-visual.on .text h2,
.sub-visual.on .path-box {
  opacity: 1;
  transform: translateY(0);
}
.sub-visual.on .path-box {
  transition-delay: 0.2s;
}
.sub-visual.on .text h2 {
  transition-delay: 0.3s;
}

.sub-contents .list.left:nth-child(1).on {
  transition-delay: 0.1s;
}
.sub-contents .list.left:nth-child(2).on {
  transition-delay: 0.2s;
}
.sub-contents .list.left:nth-child(3).on {
  transition-delay: 0.3s;
}
.sub-contents .list.left:nth-child(4).on {
  transition-delay: 0.4s;
}
.sub-contents .list.left:nth-child(5).on {
  transition-delay: 0.5s;
}
.sub-contents .list.left:nth-child(6).on {
  transition-delay: 0.6s;
}
.sub-contents .list.left:nth-child(7).on {
  transition-delay: 0.7s;
}
.sub-contents .list.left:nth-child(8).on {
  transition-delay: 0.8s;
}
.sub-contents .list.left:nth-child(9).on {
  transition-delay: 0.9s;
}
.sub-contents .list.left:nth-child(10).on {
  transition-delay: 1s;
}
.sub-contents .sub-page {
  padding: var(--gap120) 0;
}
.sub-contents .sub-page h2,
.sub-contents .sub-page h3 {
  font-weight: 700;
}
.sub-contents .sub-page h2:has(br),
.sub-contents .sub-page h3:has(br) {
  line-height: 1.5;
}
.sub-contents .sub-page h2 sup,
.sub-contents .sub-page h3 sup {
  transform: translateY(-1.2em);
}
.sub-contents .sub-page h2 {
  font-size: var(--font48);
}
.sub-contents .sub-page h3 {
  font-size: var(--font40);
}
.sub-contents .sub-page p {
  color: #333;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.7;
}
.sub-contents .sub-page .title {
  row-gap: 20px;
}
.sub-contents .sub-page .title.t-center {
  margin-bottom: var(--gap60);
}
.sub-contents .sub-page .blur-box .blur:nth-child(1) {
  margin-left: -8%;
}
.sub-contents .sub-page .blur-box .blur:nth-child(2) {
  margin-left: auto;
}
.sub-contents .sub-page .flex-between {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.sub-contents .sub-page .flex-between .title {
  width: 100%;
}
.sub-contents .sub-page .flex-between .img {
  flex-shrink: 0;
}
.sub-contents .sub-page .information {
  column-gap: 200px;
}
.sub-contents .sub-page .symptoms .item-box {
  display: grid;
  column-gap: 20px;
}
.sub-contents .sub-page .symptoms .item-box * {
  transition: all ease-out 0.3s;
}
.sub-contents .sub-page .symptoms .item {
  width: 100%;
  background: #F8F8F8;
  border-radius: 40px;
  text-align: center;
  padding: 40px 0;
}
.sub-contents .sub-page .symptoms .item * {
  line-height: 1.5;
}
.sub-contents .sub-page .symptoms .item .icon {
  width: 100px;
  height: 100px;
  background: rgba(0, 117, 235, 0.05);
  border-radius: 50%;
  margin: 0 auto;
}
.sub-contents .sub-page .symptoms .item h5 {
  color: #333;
  font-size: 2.1rem;
  margin-top: 40px;
}
.sub-contents .sub-page .symptoms .item p {
  color: #999;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: var(--font-poppins);
  margin-top: 15px;
}
.sub-contents .sub-page .symptoms .item p.ex {
  display: flex;
  column-gap: 5px;
  justify-content: center;
}
.sub-contents .sub-page .symptoms .item p.ex::before {
  content: "ex";
  font-weight: 300;
}
.sub-contents .sub-page .symptoms .item:hover {
  background-image: linear-gradient(to bottom, #003061, #005EBD);
  transform: translateY(-10px);
}
.sub-contents .sub-page .symptoms .item:hover * {
  color: var(--color-white);
}
.sub-contents .sub-page .symptoms .item:hover .icon {
  background: rgba(255, 255, 255, 0.05);
}
.sub-contents .sub-page .symptoms .item:hover .icon img {
  filter: brightness(0) invert(1);
}
.sub-contents .sub-page .reference {
  row-gap: 30px;
  background: #F8F8F8;
  border-radius: 20px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.sub-contents .sub-page .reference p {
  color: #555;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
}
.sub-contents .sub-page .reference h5,
.sub-contents .sub-page .reference ol * {
  font-family: var(--font-poppins);
}
.sub-contents .sub-page .reference h5 {
  color: #333;
  font-size: 2.4rem;
  font-weight: 500;
}
.sub-contents .sub-page .reference ol {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  counter-reset: ref;
}
.sub-contents .sub-page .reference ol li {
  display: flex;
  column-gap: 10px;
  counter-increment: ref;
}
.sub-contents .sub-page .reference ol li em {
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #777;
  border-radius: 50%;
  position: relative;
}
.sub-contents .sub-page .reference ol li em::before {
  content: counter(ref);
  font-size: 1.4rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .sub-page .reference ol li p {
  color: #777;
  font-size: 1.7rem;
  font-weight: 300;
  word-break: break-all;
}
.sub-contents .sub-page .methods hr {
  width: 100%;
  height: 1px;
  background: url(/img/sub/line-dashed.png) repeat-x;
  margin-bottom: var(--gap60);
}
.sub-contents .sub-page .methods .check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
  column-gap: 40px;
  align-items: flex-start;
  counter-reset: list;
}
.sub-contents .sub-page .methods .list {
  background: #F7FBFE;
  border-radius: 40px;
  padding: 60px;
  counter-increment: list;
}
.sub-contents .sub-page .methods .list .title {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  font-size: var(--font40);
}
.sub-contents .sub-page .methods .list .title em {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  background: var(--color-white);
  border-radius: 50%;
  position: relative;
}
.sub-contents .sub-page .methods .list .title em::before, .sub-contents .sub-page .methods .list .title em::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .sub-page .methods .list .title em::before {
  content: "";
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0, 117, 235, 0.2);
  width: 100%;
  height: 100%;
}
.sub-contents .sub-page .methods .list .title em::after {
  content: counter(list);
  color: var(--color-secondary);
  font-size: 0.5em;
  font-weight: 600;
}
.sub-contents .sub-page .methods .list h3 {
  font-weight: 600;
  margin-top: -0.1em;
}
.sub-contents .sub-page .methods .list dl {
  margin-top: 40px;
}
.sub-contents .sub-page .methods .list dl * {
  color: var(--color-secondary);
}
.sub-contents .sub-page .methods .list dl dt {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.sub-contents .sub-page .methods .list dl dd {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.7;
}
.sub-contents .sub-page .methods .list hr {
  width: 100%;
  height: 1px;
  background: #DCE4EF;
  margin: 32px 0;
}
.sub-contents .sub-page .methods .list .text {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.sub-contents .sub-page .methods .list .text > div {
  display: flex;
  column-gap: 8px;
  font-size: 2.2rem;
}
.sub-contents .sub-page .methods .list .text > div::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.682em;
  height: 1.682em;
  background: url(/img/sub/icon-check.png) no-repeat center/100%;
}
.sub-contents .sub-page .methods .list .text p {
  color: #333;
  font-size: 1em;
  font-weight: 500;
}
.sub-contents .sub-page .methods .list .text ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 12px;
}
.sub-contents .sub-page .methods .list .text ul li {
  display: flex;
  color: #333;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.7;
}
.sub-contents .sub-page .methods .list .text ul li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 50%;
  margin: 0 10px;
  transform: translateY(0.8em);
}
.sub-contents .colon .blur-box {
  top: 18%;
}
.sub-contents .colon .blur-box .blur:nth-child(2) {
  margin: 360px 0 270px;
}
.sub-contents .screening .blur-box,
.sub-contents .treatment .blur-box {
  row-gap: 275px;
  top: 10%;
}
.sub-contents .colon {
  position: relative;
}
.sub-contents .colon .staging .item-box {
  background: #F8F8F8;
  border-radius: 40px;
  padding: calc(var(--gap60) + 20px) 0;
}
.sub-contents .colon .staging .inner {
  width: 1250px;
  margin: 0 auto;
}
.sub-contents .colon .staging .img-box,
.sub-contents .colon .staging .line,
.sub-contents .colon .staging .text-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(auto, 250px));
  justify-content: center;
}
.sub-contents .colon .staging .img {
  width: 120%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sub-contents .colon .staging .line {
  width: calc(80% + var(--dot-size));
  height: 2px;
  background: #D3DBED;
  margin: 50px auto 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.sub-contents .colon .staging .line span {
  display: block;
  width: var(--dot-size);
  height: var(--dot-size);
  background: #373D5B;
  border-radius: 50%;
}
.sub-contents .colon .staging .text {
  text-align: center;
}
.sub-contents .colon .staging .text em {
  display: inline-flex;
  width: 70px;
  height: 46px;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  border-radius: 46px;
  color: var(--color-white);
  font-size: 2rem;
  font-weight: 600;
  margin: 0 auto;
}
.sub-contents .colon .staging .text p {
  color: #333;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 20px;
}
.sub-contents .colon .classification .item-box {
  column-gap: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.sub-contents .colon .classification .item {
  position: relative;
}
.sub-contents .colon .classification .text {
  width: 100%;
  row-gap: 20px;
  text-align: center;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .colon .classification .text * {
  color: var(--color-white);
}
.sub-contents .colon .classification .text span {
  font-size: 2rem;
  font-weight: 500;
}
.sub-contents .colon .classification .text h4 {
  font-size: 3.2rem;
  font-weight: 600;
}
.sub-contents .colon .survival {
  column-gap: 160px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.sub-contents .colon .survival p {
  font-size: 1.9rem;
}
.sub-contents .colon .symptoms .item-box {
  grid-template-columns: repeat(6, 1fr);
}
.sub-contents .colon .symptoms .item {
  height: 370px;
}
.sub-contents .colon .prevention {
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--gap120);
  position: relative;
}
.sub-contents .colon .prevention .bg {
  width: 100vw;
  min-height: 100vh;
  aspect-ratio: 2.05/1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.sub-contents .colon .prevention .bg img {
  min-width: 100%;
  max-width: inherit;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .colon .prevention.bg-on .bg {
  position: fixed;
}
.sub-contents .colon .prevention .title {
  display: block;
  position: relative;
}
.sub-contents .colon .prevention .title h3 {
  position: sticky;
  top: calc(var(--header-height) + var(--gap80));
}
.sub-contents .colon .prevention .item-box {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 100px;
  column-gap: 100px;
}
.sub-contents .colon .prevention .item {
  position: relative;
}
.sub-contents .colon .prevention .item:nth-child(even) {
  top: 180px;
}
.sub-contents .colon .prevention .item h4 {
  color: var(--color-white);
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.sub-contents .screening .diagnosis {
  width: 100%;
  height: 480px;
  position: relative;
}
.sub-contents .screening .diagnosis .bg,
.sub-contents .screening .diagnosis .bg img,
.sub-contents .screening .diagnosis .title {
  width: 100%;
  height: 100%;
}
.sub-contents .screening .diagnosis .bg,
.sub-contents .screening .diagnosis .bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .screening .diagnosis .bg {
  border-radius: 40px;
  overflow: hidden;
}
.sub-contents .screening .diagnosis .bg img {
  max-width: inherit;
  height: 100%;
}
.sub-contents .screening .diagnosis .title {
  padding: 80px 20px;
  justify-content: center;
  margin-bottom: 0;
}
.sub-contents .screening .diagnosis .title * {
  color: var(--color-white);
}
.sub-contents .treatment .symptoms .item-box {
  grid-template-columns: repeat(5, 1fr);
}
.sub-contents .treatment .symptoms .item {
  height: 260px;
}
.sub-contents .facility .title.t-center,
.sub-contents .data .title.t-center {
  margin-bottom: 0;
}
.sub-contents .facility .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sub-contents .facility hr {
  width: 100%;
  height: 1px;
  background: #E0E0E0;
}
.sub-contents .facility .item-box,
.sub-contents .facility .map-box,
.sub-contents .facility .search-box {
  display: flex;
}
.sub-contents .facility .item-box,
.sub-contents .facility .map-box {
  flex-direction: column;
}
.sub-contents .facility .item-box {
  width: 72.75%;
  flex-shrink: 0;
  row-gap: 60px;
}
.sub-contents .facility .item-box p {
  color: #222;
  font-size: 2rem;
  font-weight: 300;
}
.sub-contents .facility .map {
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .facility .map .provinces.on .map-path {
  fill: linear-gradient(to bottom, #003061, #005EBD);
}
.sub-contents .facility .map .provinces.on .map-text {
  fill: #fff;
}
.sub-contents .facility .map .provinces.off .map-path {
  fill: #EEEEEE;
}
.sub-contents .facility .map .provinces.off .map-text {
  fill: #888888;
}
.sub-contents .facility .search-box {
  height: var(--form-height);
  column-gap: 10px;
  margin-top: 20px;
}
.sub-contents .facility .search-box * {
  color: #222;
  font-size: 1.6rem;
  font-weight: 300;
}
.sub-contents .facility .search-box > * {
  height: 100%;
  border-radius: 10px;
}
.sub-contents .facility .search-box select,
.sub-contents .facility .search-box button {
  flex-shrink: 0;
}
.sub-contents .facility .search-box select,
.sub-contents .facility .search-box input {
  padding: 0 20px;
}
.sub-contents .facility .search-box select {
  width: 160px;
  background: url(/img/svg/angle-down.svg) no-repeat calc(100% - 20px) center/14px;
  border: 1px solid #E0E0E0;
}
.sub-contents .facility .search-box input {
  width: 100%;
  background: #F8F8F8;
}
.sub-contents .facility .search-box button {
  width: 120px;
  color: var(--color-white);
  background: #004190;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sub-contents .facility .table-box th,
.sub-contents .facility .table-box td {
  text-align: center;
  border-right: 1px solid #E0E0E0;
}
.sub-contents .facility .table-box th:last-child,
.sub-contents .facility .table-box td:last-child {
  border-right: none;
}
.sub-contents .facility .table-box th {
  height: 70px;
  background: #F7FAFE;
  border-bottom: 1px solid #004190;
  color: var(--color-secondary);
  font-size: 2rem;
  font-weight: 600;
}
.sub-contents .facility .table-box td {
  height: 60px;
  border-bottom: 1px solid #E0E0E0;
  color: #222;
  font-size: 1.8rem;
  font-weight: 300;
}
.sub-contents .facility .table-box td:first-child, .sub-contents .facility .table-box td:last-child {
  font-family: var(--font-poppins);
}
.sub-contents .data p {
  color: #555;
  font-weight: 300;
}
.sub-contents .data .list-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
  column-gap: 40px;
}
.sub-contents .data .list {
  width: 100%;
  overflow: hidden;
}
.sub-contents .data .img-box {
  position: relative;
}
.sub-contents .data .img-box .img {
  border-radius: 20px;
  padding: 70.515% 0;
  position: relative;
}
.sub-contents .data .img-box .img img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-contents .data .img-box .icon {
  width: 50px;
  height: 50px;
  background-image: linear-gradient(to right, #00478F, #47A3FF);
  border-radius: 50%;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.sub-contents .data .text {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: center;
  padding: 30px 0;
}
.sub-contents .data .text * {
  font-weight: 500;
}
.sub-contents .data .text h5 {
  color: #111;
  font-size: 2.2rem;
}
.sub-contents .data .text .date {
  color: #ccc;
  font-family: var(--font-poppins);
}
.sub-contents .data .paging {
  margin-top: -40px;
}

.facility .map-box svg { max-width:340px; width:100%; }
.facility .map-box .land path { fill:#e0e0e0; fill-opacity:1; z-index:9; position:relative; transition:all 0.5s; }
.facility .map-box .land:hover path, 
.facility .map-box .land.on path { fill:#004190; transition:all 0.5s; z-index:10; }
.facility .map-box .land { fill:#e0e0e0; fill-opacity:1; z-index:9; position:relative; cursor:pointer; }
.facility .map-box .land:hover, 
.facility .map-box .land.on { fill:#004190; }
.facility .map-box .land text { display:block; stroke:white; stroke-opacity:0; stroke-width:0; fill:#222; font-size:1.1em; text-align:center; font-family:'Pretendard', sans-serif; font-weight:700; }
.facility .map-box .land:hover text, 
.facility .map-box .land.on text { fill:#fff; font-size:1.1em; font-weight:700; position:relative; z-index:10; }
.facility .map-box .land.land_1:hover text,
.facility .map-box .land.land_1.on text { fill:#222; }